MCQ 1 Class Xi It Cs

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

BHARAT RAM GLOBAL SCHOOL, GREATER NOIDA

MCQ-1 : IT(802)/CS(083)
Class XI (2024-25)
Multiple-Choice Questions with Answers

1. What is the basic structure of a computer system?


A) CPU, RAM, and ROM
B) Input devices, processing unit, and output devices
C) Registers, cache memory, and disk storage
D) Arithmetic Logic Unit (ALU), Control Unit, and memory

Answer: B) Input devices, processing unit, and output devices

2. Which component of the CPU is responsible for performing arithmetic and logical operations?
A) ALU
B) Control Unit
C) Registers
D) Cache memory

Answer: A) ALU

3. What is the primary purpose of memory hierarchy in a computer system?


A) To increase the processing speed of the CPU
B) To provide more storage capacity
C) To reduce power consumption
D) To improve data reliability

Answer: A) To increase the processing speed of the CPU

4. Which of the following best describes the role of Input/Output devices in a computer system?
A) They perform calculations and logical operations.
B) They store data and instructions.
C) They enable communication between the user and the computer.
D) They manage system resources.

Answer: C) They enable communication between the user and the computer.

5. What is the instruction cycle in a computer system?


A) The process of fetching, decoding, executing, and storing an instruction
B) The process of compiling source code into machine code
C) The process of transferring data between CPU and memory
D) The process of booting up the computer

Answer: A) The process of fetching, decoding, executing, and storing an instruction

6. How does Assembly Language differ from Machine Language?


A) Assembly Language is human-readable, while Machine Language is not.
B) Assembly Language is executed directly by the CPU, while Machine Language requires
translation.
C) Assembly Language is platform-independent, while Machine Language is specific to a particular
CPU architecture.
D) Assembly Language uses binary code, while Machine Language uses mnemonic instructions.

Answer: A) Assembly Language is human-readable, while Machine Language is not.

7. What is the relationship between Boolean Algebra and Logic Gates?


A) Boolean Algebra is used to design Logic Gates.
B) Logic Gates are used to perform Boolean Algebra operations.
C) Boolean Algebra and Logic Gates are unrelated.
D) Boolean Algebra simplifies logical expressions, while Logic Gates implement those expressions.

Answer: D) Boolean Algebra simplifies logical expressions, while Logic Gates implement
those expressions.

8. Which statement best describes the Von Neumann architecture?


A) It separates data and instructions into two separate memory units.
B) It incorporates parallel processing for faster computation.
C) It utilizes cache memory to store frequently accessed data.
D) It includes a single shared memory for both data and instructions.

Answer: D) It includes a single shared memory for both data and instructions.

9. What is the primary purpose of cache memory in a computer system?


A) To provide long-term storage for data and programs
B) To temporarily store frequently accessed data and instructions for faster access
C) To manage input and output operations
D) To perform arithmetic and logical operations

Answer: B) To temporarily store frequently accessed data and instructions for faster access

10. Which of the following characteristics defines a computer?


A) Ability to learn from experience
B) Ability to make decisions autonomously
C) Processing data under the control of a stored program
D) Ability to mimic human behavior

Answer: C) Processing data under the control of a stored program

You might also like