wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer Architecture

Total questions: 20

Worksheet time: 28mins

Name
Class
Date
1.

Choose the correct Answer

1. Can AND and OR gates have >2 inputs

2. Can NOT gate have only one input

a)

Only 1 is True

b)

Only 2 is True

c)

Both 1 and 2 are True

d)

None of them are True

2.

In K-Map right order of two variables AB in F(A,B,C,D) in SOP

a)

A'B' - A'B - AB - AB'

b)

A'B' - A'B - AB' - AB

c)

AB - AB' - A'B - A'B'

d)

A'B' - AB' - A'B - AB

3.

the truth table displayed is

a)

NAND

b)

NOR

c)

XOR

d)

XNOR

4.

This is the logic symbol of ?

a)

OR

b)

NAND

c)

NOR

d)

XOR

5.

All the arithematic and logical operations in CPU are performed by ________

a)

ALU

b)

CU

c)

Both ALU and CU

6.

Which among the options are Universal Gates

a)

AND

b)

OR

c)

NAND

d)

NOR

7.

X(Y+Z)= ______

a)

(X+Y) . (X+Z)

b)

(X.Z) + (X.Y)

c)

(X.Y) + (Y.Z)

d)

(X+Y) . (Y+Z)

8.

The law which gives importance to the order of execution is

a)

Commutative Law

b)

De Morgan's Law

c)

Order Law

d)

Associative Law

9.

Which among the foloowing is/are NOT correct

a)

X + 0 = X

b)

X . 1 = X

c)

1 + X = 1

d)

0 . X = X

10.

(X+Y)' = X' . Y' is it True?

a)

True

b)

False

11.

This is conversion of

a)

NOR to AND

b)

NAND to OR

c)

NAND to AND

d)

NOR to OR

12.

In K-MAP the simplified version of F(A,B,C,D) = Σ\Sigma  (8,9,10,11) is

a)

A'B'

b)

A'B

c)

AB

d)

AB'

13.

The simplified expression of F(A,B,C,D) = Σ\Sigma  (0,1,2,4,5,7,11,15) is

a)

A'C' + BCD + ACD + A'B'D'

b)

AC + B'C'D + A'CD + AB'D

c)

AB' + BCD + ACD + A'B'D'

d)

A'C + BCD + ACD' + A'B'D'

14.

Half Adder is an combinational circuit that performs the arithematic addition of _____ number of bits

a)

3

b)

2

c)

1

d)

Any

15.

Convert 127 into binary

(a)  

16.

The bonary value of the hexa decimal 5B78 is (a)  

17.

The number of digits is reduced by ______ for octal and ______ for Hexa decimal when we convert from binary. This is the reason that the system tend to store values in these formats

a)

1/5 and 1/8

b)

1/8 and 1/16

c)

1/3 and 1/4

d)

8 and 16

18.

Representation of -29 in binary is

a)

11101

b)

00010

c)

00011

d)

11100

19.

Find the odd one out

a)

BCD

b)

XS3

c)

Gray Code

d)

Parity Bit

20.

Full Adder will consider the Carry bit from previous addition operation?

a)

True

b)

False