Exam1 Flashcards
In a two complement system, a hexadecimal value with leading 7 would indicate that the value is?
Positive
How many bits a required for the following decimal value: 256
9
Which part of the processor is responsible for directing the flow of data in the CPU
Control Unit
X86 Processors use which of the following formats for floating-point representation
IEEE 754
Which of the following allowing transmits a signal that enables components to know where in memory instructions and data exits?
Address Bus
A high level langaauge statements have whaat type of relationship with machine learning statements?
One to many
Moving a value into the edx register will overwrite the ds register
False
What is the numeric range for a signal byte?
-127 to 127
At what stage in the instructions Execution Cycle’s does the CPU determines the operation denoted by the instruction/opcode?
Decode
The motherboard has connections for RAM, expansions cards, and external I/O devices
true
Normalization is achieved by adding and removing digits from the mantissa
False
In a decimal system how many digits are there
10
Execute stage executes the instruction after the instruction has been fetched and decoded
True
In a single-precision how many bits are used for the exponent
8
Translating between language layers has two forms
Interpreting and compiling
The ALU is responsible for directing the flow of data and instructions
False
Single-precision uses a total of how many bits?
32
Which of the following express the condition when a computed result goes beyond whaat can be stored given the computers architecture
Overflow
The lower 8 bits of the RCX register is called
CL
On x86 processsors a value that has a most significant bit of 1 would represent
Negative
Single precision format uses 80 bits to represent Floating point numbers
False
A “word” is how many bits inn terms of x86 architecture
16
Which of the following is used to represent undefined or imaginary values
nan
At which stage in the instruction Exectution Cycles does the instruction update the program counter (or instruction pointer)
Fetch