Programming Quiz questions
|
Q81- Which programming language used in yahoo website? |
A) Perl | B) Java |
C) Python | D) PHP |
Ans:- PHP |
|
Q82- ___________ contains specific rules and words that express the logical steps of an algorithm. |
A) Syntax | B) Programming structure |
C) Programming Language | D) Logic Chart |
Ans:- Syntax |
|
Q83- Coded entries which are used to gain access to a computer system are called |
A) Entry codes | B) Passwords |
C) Security commands | D) Code words |
Ans:- Passwords |
|
Q84- Who is the creator of the JavaScript programming language? |
A) Bjarne Stroustrup | B) Yan Zhu |
C) Chris Beard | D) Brendan Eich |
Ans:- Brendan Eich |
|
Q85- UTF stands for: |
A) Unicode Transformation Format | B) Unique Transmission Flip |
C) Unique Transformation File | D) Unicode Transmission Field |
Ans:- Unicode Transformation Format |
|
Q86- What is callable python object that is used to modify a function or a class? |
A) Separator | B) Decoder |
C) Decorator | D) Generator |
Ans:- Decorator |
|
Q87- The text in the element usually renders in _______. |
A) Bold | B) Italic |
C) Underline | D) Strikethrough |
Ans:- Italic |
|
Q88- _______________ is a concept related to dynamic typing in pyhton. |
A) Cold typing | B) Duck typing |
C) Plot typing | D) Cross typing |
Ans:- Duck typing |
|
Q89- Which tag is inline-element in html? |
A) Anchor Tag | B) Paragraph Tag |
C) Pre tag | D) HR Tag |
Ans:- Anchor Tag |
|
Q90- _____ method saves the received arguments in three attributes. |
A) __Init | B) Init__ |
C) _Init_ | D) init |
Ans:- _Init_ |
|