Programming Quiz questions
|
Q61- Eliminating errors from a program is also called __________. |
A) Defragmenting | B) Decoding |
C) Debugging | D) Error Logging |
Ans:- Debugging |
|
Q62- Which value of opacity level describe completely transparent in CSS. |
A) 1 | B) 0.5 |
C) 2 | D) 0 |
Ans:- 0 |
|
Q63- PHP variable is start with _____ symbol/sign. |
A) # | B) @ |
C) $ | D) & |
Ans:- $ |
|
Q64- Which tag is used to define multiple media resources for media elements? |
A) src | B) source |
C) multim | D) track |
Ans:- source |
|
Q65- The world's first computer bug was found by_____. |
A) Grace Hopper | B) Allan Donald |
C) Jonathan Gay | D) Brian Behlendorf |
Ans:- Grace Hopper |
|
Q66- The set of all global variables is known as_________________. |
A) global group | B) global set |
C) global environment | D) global complex |
Ans:- global environment |
|
Q67- #808000 is color code in HTML. |
A) White | B) Green |
C) Olive | D) WhiteSmoke |
Ans:- Olive |
|
Q68- Which is not a attribute of font tag? |
A) size | B) width |
C) color | D) face |
Ans:- width |
|
Q69- Where basefont tag is declared in html? |
A) Head section | B) Body Section |
C) Font section | D) None of these |
Ans:- Head section |
|
Q70- The memory address of the first element of an array is called |
A) floor address | B) foundation address |
C) first address | D) base address |
Ans:- base address |
|