Question and answers verified to pass
What do we call the non-italicized items in the program above that are dark
blue in color? - correct answer mnemonics
What do we call the items in Number 1 above that are purple? - correct
answer labels
What do we call the items in Number 1 above that are black? - correct answer
operands
What do we call the items in Number 1 above that are italicized - correct
answer assembler directives
The instructions in #1 above make up an assembly language program. -
correct answer True
The .block sets aside 1 byte of space in memory for data. - correct answer
True
The .word 0 sets aside 0 bytes of space for data. - correct answer False
A block and a word are the same thing. - correct answer False
in the DECI number.d instruction, immediate addressing is used. - correct
answer False
, What does the program in #1 above accomplish? - correct answer Accepts
two integers from the keyboard adds them and displays the sum.
What do we call the panel labeled A? - correct answer Source Code
In the picture from Question #11 above, what do we call the panel labeled B?
- correct answer object cod
In the picture from Question #11 above, what do we call the panel labeled C?
- correct answer assembly listing
In the picture from Question #11 above, what do we call the panel labeled E?
- correct answer memory
In the picture from Question #11 above, which labeled panel contains the
machine code? - correct answer Panel B
In the picture from Question #11 above, when this program is running and
characters are typed into the keyboard, into which panel will they appear? -
correct answer Panel D
In the picture below we see the Terminal I/O tab. This tab must be pressed
when executing interactive programs that use keyboard input and screen
output - correct answer True
Object code and machine language are essentially the same thing. - correct
answer True
The Build/Load option in the menu bar transfers data ________ - correct
answer from the object code window to the memory window