wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DLD Assessment 1

Total questions: 50

Worksheet time: 26mins

Name
Class
Date
1.

If the decimal number is a fraction then its binary equivalent is obtained by ________ the number continuously by 2.

a)

Dividing

b)

Subtracting

c)

Multiplying

d)

Adding

2.

The representation of octal number (532.2)8 in decimal is ________

a)

(346.25)10

b)

(340.67)10

c)

(532.864)10

d)

(531.668)10

3.

The decimal equivalent of the binary number (1011.011)2 is ________

a)

(11.175)10

b)

(9.23)10

c)

(10.123)10

d)

(11.375)10

4.

An important drawback of binary system is ________

a)

It requires large string of 1’s and small string of 0’s to represent a decimal number

b)

It requires sparingly small string of 1’s and 0’s to represent a decimal number

c)

It requires small string of 1’s and large string of 0’s to represent a decimal number

d)

It requires very large string of 1’s and 0’s to represent a decimal number

5.

The decimal equivalent of the octal number (645)8 is ______

a)

(501)10

b)

(451)10

c)

(450)10

d)

(421)10

6.

The largest two digit hexadecimal number is ________

a)

(FF)16

b)

(EF)16

c)

(FD)16

d)

(FE)16

7.

The octal equivalent of the decimal number (417)10 is _____

a)

(598)8

b)

(619)8

c)

(640)8

d)

(641)8

8.

Convert the hexadecimal number (1E2)16 to decimal.

a)

482

b)

484

c)

480

d)

483

9.

Convert (0.345)10 into an octal number.

a)

(0.16050)8

b)

(0.24040)8

c)

(0.19450)8

d)

(0.26050)8

10.

Convert binary to octal: (110110001010)2 =?

a)

(4532)8

b)

(5512)8

c)

(6745)8

d)

(6612)8

11.

The given hexadecimal number (1E.53)16 is equivalent to ____________

a)

(36.246)8

b)

(35.599)8

c)

(34.340)8

d)

(35.684)8

12.

Binary subtraction of 101101 – 001011 = ?

a)

100010

b)

010110

c)

110101

d)

101100

13.

On multiplication of (10.10) and (01.01), we get ____________

a)

0010.101

b)

101.0010

c)

110.0011

d)

011.0010

14.

What is the addition of the binary numbers 11011011010 and 010100101?

a)

0111001000

b)

11101111111

c)

10011010011

d)

1100110110

15.

Any signed negative binary number is recognised by its ________

a)

Byte

b)

Nibble

c)

MSB

d)

LSB

16.

1’s complement of 1011101 is ____________

a)

1100101

b)

0100010

c)

0101110

d)

1001101

17.

2’s complement of 11001011 is ________

a)

01010111

b)

11010100

c)

11100010

d)

00110101

18.

On subtracting (01010)2 from (11110)2 using 1’s complement, we get ____________

a)

10101

b)

11010

c)

01001

d)

10100

19.

On subtracting (101011)2 from (111001)2 using 2’s complement, we get ____________

a)

1101100

b)

0011100

c)

11010111

d)

11010101

20.

1’s complement can be easily obtained by using _________

a)

Comparator

b)

Adder

c)

Inverter

d)

Subtractor

21.

The advantage of 2’s complement system is that _________

a)

Only one arithmetic operation is required

b)

Two arithmetic operations are required

c)

No arithmetic operations are required

d)

Different Arithmetic operations are required

22.

Binary coded decimal is a combination of __________

a)

Four binary digits

b)

Six binary digits

c)

Three binary digits

d)

Two binary digits

23.

The decimal number 10 is represented in its BCD form as __________

a)

00010000

b)

01010111

c)

10100000

d)

00101011

24.

Add the two BCD numbers: 1001 + 0100 = ?

a)

10101111

b)

00010011

c)

01010000

d)

00101011

25.

Carry out BCD subtraction for (68) – (61)

a)

011111000

b)

00000111

c)

01110000

d)

100000111

26.

When numbers, letters or words are represented by a special group of symbols, this process is called __________

a)

Digitizing

b)

Inverting

c)

Encoding

d)

Decoding

27.

A three digit decimal number requires ________ for representation in the conventional BCD format.

a)

6 bits

b)

12 bits

c)

24 bits

d)

3 bits

28.

How many bits would be required to encode decimal numbers 0 to 9999 in straight binary codes?

a)

16

b)

14

c)

12

d)

18

29.

The excess-3 code for 597 is given by __________

a)

100011001010

b)

010110101101

c)

010110010111

d)

100010100111

30.

The output of a logic gate is 1 when all the input are at logic 0

a)

An OR or an EX-NOR

b)

An AND or an EX-OR

c)

A NAND or an EX-OR

d)

A NOR or an EX-NOR

31.

The code where all successive numbers differ from their preceding number by single bit is __________

a)

BCD

b)

Alphanumeric Code

c)

Excess 3

d)

Gray

32.

How many AND gates are required to realize Y = CD + EF + G?

a)

2

b)

4

c)

5

d)

3

33.

How many two-input AND and OR gates are required to realize Y = CD+EF+G?

a)

3, 2

b)

2, 2

c)

2, 3

d)

3, 3

34.

How many truth table entries are necessary for a four-input circuit?

a)

4

b)

8

c)

16

d)

12

35.

If we use an AND gate to inhibit(stop) a signal from passing one of the inputs must be ___________

a)

LOW

b)

HIGH

c)

Floating

d)

Inverted

36.

The expression for Absorption law is given by _________

a)

A + AB = A

b)

A + AB = B

c)

AB + AA’ = A

d)

A + B = B + A

37.

A(A + B) = ?

a)

AB

b)

1

c)

1+AB

d)

A

38.

Complement of the expression A’B + CD’ is _________

a)

(A’ + B)(C’ + D)

b)

(A + B’)(C’ + D)

c)

(A’ + B)(C’ + D)

d)

(A + B’)(C + D’)

39.

DeMorgan’s theorem states that _________

a)

(AB)’ = A’ + B

b)

(A + B)’ = A’B

c)

A’ + B’ = A’B’

d)

(AB)’ = A’ + B'

40.

Simplify Y = AB’ + (A’ + B)C

a)

AB’ + C

b)

AB + AC

c)

A’B + AC’

d)

AB + A

41.

According to boolean law: A + 1 = ?

a)

1

b)

A

c)

0

d)

A'

42.

The expression Y=AB+BC+AC shows the _________ operation.

a)

EX-OR

b)

SOP

c)

POS

d)

NOR

43.

The canonical sum of product form of the function y(A,B) = A + B is __________

a)

AB + BB + A’A

b)

AB + AB’ + A’B

c)

BA + BA’ + A’B’

d)

AB’ + A’B + A’B’

44.

There are _____________ Minterms for 3 variables (a, b, c).

a)

0

b)

2

c)

8

d)

1

45.

There are ______ cells in a 4-variable K-map.

a)

12

b)

16

c)

18

d)

8

46.

The prime implicant which has at least one element that is not present in any other implicant is known as ___________

a)

Essential Prime Implicant

b)

Implicant

c)

Complement

d)

Prime Complement

47.

In a combinational circuit, the output at any time depends only on the _______ at that time.

a)

Voltage

b)

Intermediate values

c)

Input values

d)

Clock pulses

48.

If A and B are the inputs of a half adder, the sum is given by __________

a)

A AND B

b)

A OR B

c)

A XOR B

d)

A EX-NOR B

49.

The difference between half adder and full adder is __________

a)

Half adder has two inputs while full adder has four inputs

b)

Half adder has one output while full adder has two outputs

c)

Half adder has two inputs while full adder has three inputs

d)

All of the Mentioned

50.

How many AND, OR and EXOR gates are required for the configuration of full adder?

a)

1, 2, 2

b)

2, 1, 2

c)

3, 1, 2

d)

4, 0, 1