Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Digital Electronics
»
The 8051 Microcontroller
When the 8051 is reset and the line is HIGH, the program counter points to the first program instruction in the:
internal code memory
external code memory
internal data memory
external data memory
Correct Answer:
internal code memory
← Previous Question
Next Question→
More Questions from
The 8051 Microcontroller
Both registers TL0 and TL1 are needed to start Timer 0.
Microcontrollers often have:
An alternate function of port pin P3.4 in the 8051 is:
The 8051 has ________ 16-bit counter/timers.
The total external data memory that can be interfaced to the 8051 is:
What is the difference between the 8031 and the 8051?
Which of the following commands will move the value at port 3 to register 2?
The number of data registers is:
The following program will receive data from port 1, determine whether bit 2 is high, and then send the number FFH to port 3: READ: MOV A,P1 ANL A,#2H CJNE A,#02H,READ MOV P3,#FFH
The contents of the accumulator after this operation MOV A,#0BH ANL A,#2CH will be
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments