image not found

Oops! That page can't be found.


Directions to Solve

Each sentences below consist of a word or a phrase which is bold. It is followed by four words or phrases. Select the word or pharse which is closes to the OPPOSITE in meaning of the bold word or phrase.

Q1: Because of the economy drive, they very unwillingly surrendered some superfluous posts.

A essential

B relevant

C significant

D important

Q2: What are the different types of real data type in C ?

A double, long int, float

B float, double, long double

C float, double

D short int, double, long int

Q3: The 8051 has ________ parallel I/O ports.

A 2

B 3

C 4

D 5

Q4: The total external data memory that can be interfaced to the 8051 is:

A 32K

B 64K

C 128K

D 256K

Q5: Which of the following instructions will load the value 35H into the high byte of timer 0?

A MOV TH0, #35H

B MOV TH0, 35H

C MOV T0, #35H

D MOV T0, 35H

Q6: Bit-addressable memory locations are:

A 10H through 1FH

B 20H through 2FH

C 30H through 3FH

D 40H through 4FH

Q7: The 8-bit address bus allows access to an address range of:

A 0000 to FFFFH

B 000 to FFFH

C 00 to FFH

D 0 to FH

Q8: The contents of the accumulator after this operation
MOV A,#0BH
ANL A,#2CH
will be

A 11010111

B 11011010

C 00001000

D 00101000

Q9: The start-conversion on the ADC0804 is done by using the:

A

B CS line

C INTR line

D V ref/2 line

Q10: This program code will be executed once:
STAT: MOV A, #01H
  JNZ STAT

A True

B False