wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BCA C2 Quiz-1 Fall sem 25-26

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

If the inputs of an OR gate are A = 0 and B = 1, what will be the output?

a)

A) 0

b)

B) 1

c)

C) Depends on previous input

d)

D) Cannot be determined

2.

Which logic gate is called a "Universal Gate" because any digital circuit can be implemented using only this gate?

a)

A) OR

b)

B) AND

c)

C) XOR

d)

D) NAND

3.

The unit that performs arithmetic and logical operations in a computer is called:

a)

A) Control Unit (CU)

b)

B) Arithmetic Logic Unit (ALU)

c)

C) Memory Unit

d)

D) Input Unit

4.

The instruction ADD R1, R2 means:



a)

A) Add contents of R1 and R2 and store result in memory

b)

B) Add contents of R1 and R2 and store result in R1

c)

C) Add contents of R1 and R2 and store result in R2

d)

D) Add R1 with immediate value in R2

5.

The full forms of RISC and CISC are:


a)

A) Reduced Instruction Set Computer, Complex Instruction Set Computer

b)

B) Rapid Instruction Set Computer, Controlled Instruction Set Computer

c)

C) Random Instruction Set Computer, Central Instruction Set Computer

d)

D) None of the above

6.

Integrated Circuits (ICs) were introduced in which generation of computers?

a)

A) First generation

b)

B) Second generation

c)

C) Third generation

d)


D) Fourth generation

7.

What is the decimal equivalent of (1011)₂?

a)

9

b)

10

c)

11

d)

12

8.

The hexadecimal equivalent of (1001)₂ is:

a)

A

b)

7

c)

8

d)

9

9.

If an instruction directly specifies the memory address of the operand, it is:

a)

A) Direct addressing mode

b)

B) Indirect addressing mode

c)

C) Register indirect addressing

d)

D) Indexed addressing

10.

Which of the following is the correct order of phases in an instruction cycle?

a)

A) Fetch → Decode → Execute

b)


B) Decode → Fetch → Execute

c)


C) Execute → Fetch → Decode

d)


D) Fetch → Execute → Decode