Programming Quiz questions

Q91- Who is known as the 'father of the analysis of algorithms'?
A) Donald Ervin KnuthB) Luis von Ahn
C) Manuel BlumD) 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) LoaderB) Driver
C) GeneratorD) Decorator
Ans:-  Loader
Q93- Tower of Hanoi also called____________.
A) Tower of VishnuB) Tower of Brahma
C) Tower of MaheshD) Tower of Ganesh
Ans:-  Tower of Brahma
Q94- _____________is the process of analyzing data patterns in large data sets.
A) Data miningB) Data warehouse
C) Data processingD) Data collection
Ans:-  Data mining
Q95- Grammar of the programming is checked at ___ phase of compiler.
A) Syntax analysisB) Semantic analysis
C) Code optimizationD) Code generation
Ans:-  Syntax analysis
Q96- Java declaration statement must end with ____.
A) CommaB) A colon
C) A semicolonD) Full stop
Ans:-  A semicolon
Q97- C++ belongs to which category of Programming Language?
A) ProceduralB) Modular
C) Object OrientedD) Structured
Ans:-  Object Oriented
Q98- The mechanism by which the data and functions are bound together within an object is called as
A) EncapsulationB) Overloading
C) PolymorphismD) Overriding
Ans:-  Encapsulation
Q99- In a stack, if a user tries to remove an element from empty stack it is called ___
A) UnderflowB) Empty collection
C) OverflowD) Garbage Collection
Ans:-  Underflow
12345678910