Programming Quiz questions
|
Q91- Who is known as the 'father of the analysis of algorithms'? |
A) Donald Ervin Knuth | B) Luis von Ahn |
C) Manuel Blum | D) Grace Hopper |
Ans:- Donald Ervin Knuth |
|
Q92- What is a system program, which takes the object code of a program as input and prepares it for execution? |
A) Loader | B) Driver |
C) Generator | D) Decorator |
Ans:- Loader |
|
Q93- Tower of Hanoi also called____________. |
A) Tower of Vishnu | B) Tower of Brahma |
C) Tower of Mahesh | D) Tower of Ganesh |
Ans:- Tower of Brahma |
|
Q94- _____________is the process of analyzing data patterns in large data sets. |
A) Data mining | B) Data warehouse |
C) Data processing | D) Data collection |
Ans:- Data mining |
|
Q95- Grammar of the programming is checked at ___ phase of compiler. |
A) Syntax analysis | B) Semantic analysis |
C) Code optimization | D) Code generation |
Ans:- Syntax analysis |
|
Q96- Java declaration statement must end with ____. |
A) Comma | B) A colon |
C) A semicolon | D) Full stop |
Ans:- A semicolon |
|
Q97- C++ belongs to which category of Programming Language? |
A) Procedural | B) Modular |
C) Object Oriented | D) Structured |
Ans:- Object Oriented |
|
Q98- The mechanism by which the data and functions are bound together within an object is called as |
A) Encapsulation | B) Overloading |
C) Polymorphism | D) Overriding |
Ans:- Encapsulation |
|
Q99- In a stack, if a user tries to remove an element from empty stack it is called ___ |
A) Underflow | B) Empty collection |
C) Overflow | D) Garbage Collection |
Ans:- Underflow |
|