1. True or false. Assembly language is a high-level language.
- TRUE
- FALSE
2. Which of the following produces opcode?
(a) ADD A.R2
(b) MOV A,#12
(c) ORG 2000H
(d) SJMP HERE
- (a)
- (b)
- (d)
- All accept (c)
3. True or false. Assembler directives are not used by the CPU itself. They are simply a guide to the assembler.
- TRUE
- FALSE
4. At what ROM location do we store the first opcode of an 8051 program?
- 0000H
- 0001H
- 1000H
- NONE
5. True or false. Every member of the 8051 family, regardless of the maker, wakes up at memory 0000H when it is powered up.
- TRUE
- FALSE