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: The young leader was reluctant to shoulder the responsibilities of ministerial office.

A wanting

B eager

C willing

D anxious

Q2:
What will you do to treat the constant 3.14 as a long double?

A use 3.14DL

B use 3.14LD

C use 3.14LF

D use 3.14L

Q3: Data transfer from I/O to external data memory can only be done with the MOV command.

A False

B True

Q4: Which of the following commands will move the number 27H into the accumulator?

A MOV A, #27H

B MOV A, P27

C MOV A, 27H

D MOV A, @27

Q5: This program code will read data from port 0 and write it to port 2, and it will stop looping when bit 3 of port 2 is set:
STAT: MOV A, PO
  MOV P2,A
  JNB P2.3, STAT

A True

B False

Q6: Which of the following commands will move the value at port 3 to register 2?

A MOV 3P, R2

B MOV R3, P2

C MOV R2, P3

D MOV P2, R3

Q7: The number of data registers is:

A 8

B 16

C 64

D 32

Q8: When the 8051 is reset and the EA line is LOW, the program counter points to the first program instruction in the:

A external code memory

B internal data memory

C internal code memory

D external data memory

Q9: The designs of a centigrade thermometer and a PWM speed-control circuit can be implemented by the 8051.

A False

B True

Q10: What is the difference between the 8031 and the 8051?

A The 8031 is ROM-less.

B The 8031 has no interrupts.

C The 8051 has 64 bytes more memory.

D The 8051 is ROM-less.