Programming Quiz questions
|
Q21- The slogan 'Write once, run anywhere' is related to which of the following programming languages? |
A) COBOL | B) Java |
C) HTML | D) XML |
Ans:- Java |
|
Q22- A set of changes to a computer program and its supporting data designed to update, fix, or improve it. What is the name given to this term? |
A) Patching | B) Bugging |
C) Defragmentation | D) All of the Above |
Ans:- Patching |
|
Q23- What is the correct value of the Z in python? Z=100/25 Print(Z) |
A) 4 | B) 4 |
C) 0.4 | D) 40 |
Ans:- 4 |
|
Q24- What is not a empty tag example? |
A) | B) |
C) | D) |
Ans:- |
|
Q25- Which HTML attribute is used to define inline styles? |
A) link | B) script |
C) style | D) None of these |
Ans:- style |
|
Q26- Which one of the following is not a linear data structure? |
A) Array | B) Binary Tree |
C) Queue | D) Stack |
Ans:- Binary Tree |
|
Q27- If program can cope data errors, such program can be termed as |
A) robust | B) reliable |
C) unreliable | D) stable functioning |
Ans:- robust |
|
Q28- Which Feature of OOP illustrated the code reusability? |
A) Polymorphism | B) Abstraction |
C) Encapsulation | D) Inheritance |
Ans:- Inheritance |
|
Q29- ?: is: a/an |
A) Conditional operator | B) Assignment operator |
C) Inequality | D) Logical AND |
Ans:- Conditional operator |
|
Q30- Code red is a(n) ---------- |
A) Word Processing Software | B) Antivirus |
C) Virus | D) Photo Editing Software |
Ans:- Virus |
|