wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

RIVISION-1

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Which operations are performed by the bit manipulating instructions IN C.

a)

MOV A,B

b)

P1^1&P2^2

c)

P1=0X00

2.

How many rows and columns are present in a 16*2 alphanumeric LCD

a)

rows=2, columns=32

b)

rows=16, columns=2

c)

rows=2, columns=16

d)

rows=32, columns=2

3.

How many data lines are there in a 16*2 alphanumeric LCD?

a)

8

b)

16

c)

3

d)

2

4.

Which pin of the LCD is used for adjusting its contrast?

a)

1

b)

2

c)

4

d)

3

5.

For writing commands on an LCD, RS bit is

a)

set

b)

reset

c)

set & reset

d)

none of the mentioned

6.

Which of the following step/s is/are correct for sending data to an LCD?

a)

set the R/W bit

b)

set the E bit

c)

set the RS bit

d)

all of the mentioned

7.

The RS pin is _________ for an LCD.

a)

input

b)

output

c)

input & output

d)

none of the mentioned

8.

Which of the following steps detects the key in a 4*4 keyboard matrix about the key that is being pressed?

a)

masking of bits

b)

ensuring that initially, all keys are open

c)

checking that whether the key is actually pressed or not

d)

all of the mentioned

9.

To detect that in which column, the key is placed?

a)

we can mask the bits and then check it

b)

we can rotate the bits and then check that particular bit which

c)

is set or reset(according to the particular condition)

d)

none of the mentioned

e)

all of the mentioned

10.

In reading the columns of a matrix, if no key is pressed we should get all in binary notation

a)

0

b)

1

c)

f

d)

7

11.

Key press detection and Key identification are:

a)

the same processes

b)

two different works are done in Keyboard Interfacing

c)

none of the mentioned

d)

any of the mentioned

12.

Why do we need a ULN2803 in driving a relay?

a)

for switching a motor

b)

for increasing the current

c)

for increasing the power

d)

for switching the voltage

13.

How can the direction of the DC motor be changed?

a)

by changing the torque

b)

by changing the switching speed

c)

by changing the polarity of voltages connected to the leads

d)

by changing the RPM rating

View Answer

14.

Which of the following is not one of the SFR addresses of the ports of 8051?

a)

80

b)

90

c)

A0

d)

DO

15.

KEYPAD IS THE COMBINATION OF

a)

SWITCH

b)

TTL

c)

CAPACITOR

16.

WHICH IS NOT DATA TYPE

a)

SIGNED INT

b)

UNSIGNED INT

c)

SCON

d)

SFR

17.

C PROGRAM IN 8051 COMPARE TO ASSEMBLY

a)

COMPLICATED

b)

EASY

18.

WHICH IS NOT LOGICAL OPERATOR

a)

&

b)

!

c)

,

d)

<<

19.

WHICH ONE IS CORRECT

a)

SFR P1

b)

SBIT P1

20.

THERE ARE-------TYPES OF SSD

a)

1

b)

2

c)

3

d)

4

21.

SSD USE FOR DISPLAY

a)

NUMERIC VALUE

b)

HEXADECIMAL VALUE

c)

BOTH

d)

NONE

22.

3FH CODE USE IN CC SSD TO DISPLAY

a)

0

b)

2

c)

1

d)

3