Home
Computer Science and IT MCQs
Introduction to Computer
Quiz # 3, MCQs
-
1)
Randomized algorithms are often ________ than deterministic algorithms for the same problem.
- A) Simpler and more slow
- B) Simpler and more efficient
- C) Complex and more efficient
- D) Complex and more slow
-
2)
Ada written a computer programme for ?
- A) Analytical Engine
- B) Difference Engine
- C) Harvard Mark 1
- D) Mechanical engine
-
3)
Everything that JavaScript manipulates is treated as:
- A) Object
- B) Window
- C) Text
- D) Script
-
4)
Programs that reside on Web servers and receive info that a user enters in a form, are known as:
- A) Server-Side Scripts
- B) Client-Side Scripts
- C) Super Scripts
- D) Form Scripts
-
5)
__________ is a program that executes instructions line by line written in a high-level language.
- A) Interpreter
- B) Compiler
- C) Predictor
- D) Executor
-
6)
There are_________________ rules to write the Pseudo Code.
- A) Standard
- B) No standard
- C) Strict
- D) Pre-defined
-
7)
Which one is not the building block of an algorithm?
- A) Statements
- B) Sequences
- C) Repetitions
- D) Conditionals
-
8)
In flow charts, there is only one entry point in conditions while there is/are__________ exit points.
- A) 1
- B) 2
- C) 3
- D) 4
-
9)
The memory size of the Altair 8800 was
- A) 128 bytes
- B) 128 Kilo bytes
- C) 256 Kilo bytes
- D) 256 bytes
-
10)
JavaScript is an example of _____________ language.
- A) Object-based
- B) Object-oriented
- C) Machine
- D) Assembly