wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GEM of DEMP

Total questions: 52

Worksheet time: 35mins

Name
Class
Date
1.

WHICH NUMBER SYSTEM IS USED BY COMPUTER FOR INTERNAL CALCULATION

a)

DECIMAL

b)

BINARY

2.

NUMBER SYSTEM WHOSE BASE IS 8

a)

DECIMAL

b)

BINARY

c)

OCTAL

3.

TO CONVERT DECIMAL TO OCTAL NUMBER WE HAVE TO

a)

SUBTRACT BY 8

b)

MULTIPLY BY 8^0

c)

DIVIDE BY 8

4.

OX345 THIS NUMBER IS REPRESENTED IN

a)

OCTAL

b)

HEXA

c)

DECIMAL

5.

LETTER 'C' IN HEXA REPRESENTS

a)

12

b)

13

c)

11

6.
What is the system of notation that represents information using two states?
a)
binary
b)
decimal
c)
ASCII
d)
hexadecimal
7.
A NOT takes a single Boolean value, either true or false, and ___
a)
makes it true
b)
makes it false
c)
negates it
d)
keeps it the same
8.
With a single transistor, if we turn the input on, ___
a)
the output is also on
b)
the output is off
c)
the input is negated
d)
it doesn't do anything
9.
For the AND Boolean operation,  the output is only true if ___
a)
one input is true
b)
one input is false
c)
both inputs are true 
d)
both inputs are false
10.

A four variables Karnaugh map contains

a)

4 cells

b)

8cells

c)

16 cells

d)

32 cells

11.

A five variables Karnaugh map contains

a)

4 cells

b)

8 cells

c)

16 cells

d)

32 cells

12.

AND-OR realisation is equivalent to

a)

SOP

b)

POS

c)

K-MAP

d)

Boolean function

13.

A combinational circuit has 3 inputs A, B, C and output F. F is true for following input combinations,

(i) A is False, B is True

(ii) A is False, C is True

(iii) A, B, C are False

(iv) A, B, C are True

Find the simplified expression for F in SOP form.

a)

F = A+BC

b)

F = A’+B'C'

c)

F = A’+BC

d)

F = A+B'C'

14.

The Karnaugh map for a SOP function is given below in Fig.1. Determine the simplified SOP Boolean expression.

a)

F = BD+B'C'+A'C'D

b)

F = B'D'+BC+A'C'D

c)

F = B'D'+B'C'+ACD

d)

F = B'D'+B'C'+A'C'D

15.

A minterm is

a)

The minimum term in a Boolean function

b)

A prime implicant

c)

A square on a karnaugh map

d)

Always smaller than a maxterm

16.
A . ( B + C )
is the same as
a)
___________
A + B + C
b)
( A + B ) ( A + C)
c)
A . B . C
d)
( A . B ) + ( A . C )
17.
Nor function is dual of
a)
and function
b)
or function
c)
xor function
d)
nand function
18.
Simplified expression of half adder carry is 
a)
c=xy+x
b)
c=y+x
c)
c=xy+y
d)
c=xy
19.
Design procedure of combinational circuit involves
a)
4 steps
b)
5 steps
c)
6 steps
d)
8 steps
20.

Write the output expressions for the following logic gate combinations:

a)

(ABC) + (DE)

b)

(ABC)(DE)

c)

(ABC) X (DE)

d)

(ABCDE)

21.
Which truth table is this?
a)
XOR
b)
NAND
c)
NOR
d)
NOT
22.

Design a combinational circuit with three inputs and one output. The output is 1 when the binary value of the inputs is less than 3. The output is 0 otherwise.

a)

F = x'y' + x'z

b)

F = x'y + x'z

c)

F = x'y' + xz

d)

F = x'y' + x'z'

23.

The combinational circuit which converts a decimal number into its equivalent binary code is ___________.

a)

Decoder

b)

DEMUX

c)

Encoder

d)

MUX

24.

In general, Encoder has

a)

n inputs, 2n inputs

b)

n inputs, 2^n inputs

c)

2n inputs, n outputs

d)

2^n inputs, n outputs

25.

10 line to 4 line Encoder is also known as _______________ Encoder.

a)

Decimal to BCD

b)

Hexadecimal to Decimal

c)

Octal to BCD

d)

BCD to Decimal

26.

The BCD number 101011 has _______ priority.

a)

Even

b)

Odd

c)

Both even and odd

d)

Undefined

27.

Multiplexer is a ____ logic circuit

a)

Combinational

b)

Sequential

c)

Random

d)

Memory

28.
Decoder is a
a)
combinational circuit
b)
sequential circuit
c)
complex circuit
d)
gate
29.

A full

adder has __________ inputs & ___________ outputs.

a)

2, 2

b)

3, 2

c)

2, 3

d)

2,1

30.

Which

gate is best used as a basic comparator?

a)

NOR

b)

OR

c)

Exclusive-OR

d)

AND

31.

1. Choose the correct one from among the alternatives A, B, C, D after matching an item from Group 1 with the most appropriate item in Group 2.

a)

P – 3, Q – 2, R – 1

b)

P – 3, Q – 1, R – 2

c)

P – 2, Q – 1, R – 3

d)

P – 1, Q – 2, R – 2

32.

What is/are the directional mode/s of shifting the binary information in a shift register?

a)

Up-Down

b)

Left - Right

c)

Front - Back

d)

All of the above

33.

Sequential circuit includes

a)

only Delays

b)

Only Feed backs

c)

Delays and Feed backs from input to output

d)

Delays and Feed backs from output to input

34.

Which of the listed flip-flops is also known as a programmable flip-flop?

a)

Clocked SR flip-flop

b)

T-type flip-flop

c)

JK flip-flop

d)

D-type flip-flop

35.

What type of register would shift a complete binary number in one bit at a time and shift all the stored bits out one bit at a time?

a)

PIPO

b)

SIPO

c)

PISO

d)

SISO

36.

In a simple low activated SR flip-flop, the Q and NOT Q will be indeterminate (unknown) if:

a)

Both S and R are at logic 0 together

b)

Both S and R change from logic 0 to logic 1 together

c)

R changes to logic 0 while S is at logic 1

d)

S changes to logic 0 while R is at logic 1

37.

Memory size of 8086 microprocessor

a)

1MB

b)

4KB

c)

256 bytes

d)

128bytes

38.

The number of General Purpose Registers present in 8086 microprocessor

a)

4

b)

14

c)

10

d)

34

39.

The starting address of the segment is called

a)

base address

b)

offset address

c)

effective address

d)

none of the above

40.

After using Shift Arithmetic Right instruction the BL register containing 10101001 becomes

a)

11010100

b)

01010011

41.

1. A microcontroller at-least should consist of:

a)

RAM, ROM, I/O ports and timers

b)

CPU, RAM, I/O ports and timers

c)

CPU, RAM, ROM, I/O ports and timers

d)

CPU, ROM, I/O ports and timers

42.

4. If we say microcontroller is 8-bit then here 8-bit denotes size of:

a)

Data Bus

b)

ALU

c)

Control Bus

d)

Address Bus

43.

6. Abbreviate CISC and RISC.

a)

Complete Instruction Set Computer, Reduced Instruction Set Computer

b)

Complex Instruction Set Computer, Reduced Instruction Set Computer

c)

Complex Instruction Set Computer, Reliable Instruction Set Computer

d)

Complete Instruction Set Computer, Reliable Instruction Set Computer

44.

10. Why microcontrollers are not called general purpose computers?

a)

because they have built in RAM and ROM

b)

because they design to perform dedicated task

c)

because they are cheap

d)

because they consume low power

45.
Input device reads Analogue Signal
a)
Sensor
b)
Microprocessor
c)
Analogue - Digital
d)
Digital - Analogue
46.
Part of the device is connected to a computer which opens and closes a circuit as required.
a)
Actuator
b)
DAC
c)
Microprocessor
d)
ADC
47.

The bus is available when the DMA controller receives the signal

a)

HRQ

b)

HLDA

c)

DACK

d)

All of the mentioned

48.

The number of clock cycles required for an 8257 to complete a transfer is

a)

2

b)

4

c)

8

d)

NONE

49.

All the functions of the ports of 8255 are achieved by programming the bits of an internal register called

a)

data bus control

b)

read logic control

c)

control word register

d)

none of the mentioned

50.

Which of the following is not a Features of 8086?

a)

It uses two stages of pipelining

b)

It is available in 3 versions based on the frequency of operation

c)

Fetch stage can prefetch up to 6 bytes of instructions

d)

It has 512 vectored interrupts.

51.

8086 can access up to?

a)

512KB

b)

1Mb

c)

2Mb

d)

256KB

52.

. 8085 microprocessor is an 8-bit microprocessor designed by?

a)

IBM

b)

DELL

c)

INTEL

d)

MOTOROLA