| 31. |
Which operation is performed after execution of following program?
CLE SPA CME CIR
|
||||||||
|
Answer:
Option (b) |
| 32. |
AC = 1234 H, what will be the value in AC after the execution of program?
  CIL   CIL   CIL   CIL   AND NUM NUM, HEX FFF0
|
||||||||
|
Answer:
Option (c) |
| 33. |
In loop structure, which instruction is used to check whether counter value is 0 or not?
|
||||||||
|
Answer:
Option (d) |
| 34. |
A line of code in an assembly language program is DEC -35, after storing in memory what will be its binary content?
|
||||||||
|
Answer:
Option (b) |
| 35. |
Which logic operation is performed between A & B after execution of the following program?
LDA A CMA STA TMP LDA B CMA AND TMP CMA
|
||||||||
|
Answer:
Option (a) |