• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/21

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

21 Cards in this Set

  • Front
  • Back
What is the role of Control Flags?
Control flags control the CPU's operation
Name all the Status Flags.
They are the Overflow, Sign, Zero, Auxiliary Carry, Parity, and Carry flags.
When is Carry Flag(CF) set?
It is set when the result of an unsigned arithmetic operation is too large to fit into the destination.
When is Overflow Flag (OF) set?
When the result of a signed arithmetic operation is too large or too small to fit into the destination.
When is the Sign Flag(SF) set?
When the result of an arithmetic or logical operation generates a negative result.
When is the Zero Flag set?
When the result of an arithmetic or logical operation generates a result of zero.
When is the Auxiliary Carry Flag set?
When an arithmetic operation causes a carry from bit 3 to bit 4 in an 8-bit operand.
When is the Parity Flag set? What is it used for?
If the least significant byte in the result contains an even number of 1 bits. Otherwise, PF is clear. It is used for error checking when there is a possibility that data might be altered or corrupted.
Why was the MMX technology implemented ?
It was added onto the Pentium Processor (II) to improve performance of advanced multimedia and communications applications.
What is the SIMD? What does it imply for MMX registers?
It is the "single instruction, multiple data", a list of special instructions. MMX instructions then operate in parallel on the data values contained in MMX registers.
What are XMM registers? How many are there and what is there bit size?
They are used to stream SIMD extensions to the instruction set. There are 8 of them, each 128 bit registers in the x86 Architecture.
What is the Floating-Point Unit?
The FPU performs high-speed floating point arithmetic. There are 8 floating data registers.
Why did the Intel 8086 processor mark the beginning of the modern Intel architecture family?
It had many innovations such as the 16-bit registers and a 16-bit data bus and used a segmented memory model permitting programs to address up to 1MByte of RAM. It allowed more complex business applications to be made.
Describe the Intel 80286 processor.
It was the first intel processor to run in protected mode. It addresses up to 16MByte of RAM using 24-bit address bus.
What processor model first used the protected mode?
The intel 80286 processor.
What are the two sub-modes of the IA-32e Mode?
Compatibility mode, 64-bit mode.
Describe the compatibility mode and memory characteristics.
This mode permits legacy 16 bit and 32 bit applications to run without recompilation under 64 bit system.

It can address 4GByte addressable memory.
Describe the 64 bit mode.
Uses 64-bit addresses, 64 bit (and 32 bit) operands, greater number of registers, and extensions to the instruction set to improve processing.
Memory augmentation is disabled.
What is hyper-threading technology?
It allows two tasks to execute on a traditional processor at the same time.
What does the Dual Core refer to?
Refers to integrated circuit chips that contain two complete physical computer processor chips in the same IC package. Each has its own resources.
Intel packages that contain more than two processors are called?
Multi core