This program combines object files into an executable program.
What is LINKER
100
T/F
A virtual machine may be constructed from software
What is TRUE
100
This internal bus uses binary signals to synchronize actions of all devices attached to the system
What is CONTROL BUS
100
This much memory can be addressed in Real-address mode
What is 1 MB
100
This is where within the CPU, all calculations and logic operations take place inside
What is ALU (Arithmetic Logic Unit)
200
The byte binary representation of decimal 10
What is 00001010
200
T/F The compiler decodes and executes one program statement at a time.
What is FALSE
200
This component of an operating system is responsible for switching control between tasks
What is SCHEDULER
200
This much memory can be addressed in Protected mode
What is 4 GB
200
These are the three types of buses connected to the CPU
What is DATA, ADDRESS. and CONTROL
300
The hexadecimal representation of 16d
What is 10h
300
The expression NOT X AND X
What IS ALWAYS FALSE
300
If you were to multiply 1.5 by 2.6, you use this part of the CPU
What is FPU (floating point unit)
300
This linear addresses matches the segment-offset address 08F0:0200
What is 09100h
300
This flag is set when an unsigned value is too large to fit into a destination operand
What is CARRY
400
The 8-bit two's complement of binary 00000010
What is 11111110
400
The expression NOT X OR X
What IS ALWAYS TRUE
400
This two 32-bit registers are known as extended index registers
What is ESI and EDI
400
Segment-offset addressing is used in this processor mode(s)
What is REAL ADDRESS MODE and VIRTUAL-8086
400
This register is known as a loop counter
What is ECX
500
T/F
Suppose there is a virtual machine containing levels V1 and V2, where V2 is above V1 in the machine hierarchy. The programs written in language V2 can be executed by a program running at level V1.
What is TRUE
500
T/F
The sum of all powers of 2 between 20 and 28 is 255
What is FALSE
500
The name of the lowest 8 bits of the EDX register
What is DL
500
This high-speed memory reduces the frequency of access by the CPU to conventional memory
What is CACHE MEMORY
500
If you wanted to find out whether an integer contained an even number of 1 bits, you set this status flag