M3 - U1 - S4 - Features of Processors

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

True

Done so using the fundamental instruction set of the CPU and loaded into system memory

True or False: When a software program runs it is assembled into machine code instructions

2
New cards

FDEW (CPU)

Fetch, decode, execute, write back

3
New cards

Control Unit

  • Fetches next instruction in sequence from system memory

  • Decodes each instruction and executes itself or passes to ALU or FPU

4
New cards

Result of an executed instruction

  • Output

  • Written back to a register or system memory

5
New cards

x86

Commonly used family of complex instruction set computer (CISC) instruction set architectures first developed by intel

6
New cards

True

This meant that each instruction could only be 16-bits “wide”

True or False: The original version of the x86 CPU architecture was designed for 16-bit CPUs

7
New cards

Register

  • A temporary storage area/memory available to the different units within the CPU

  • Used to store and manipulate data during the execution of instructions

8
New cards

True

Modern PCs typically have 32-bit or 64-bit registers, and are referred to as 32-bit or 64-bit processors

True or False: The size of a processor's registers determines the amount of data it can process in a single operation

9
New cards
  • 4 GB

  • 256 TB

32-bit systems/CPUs can address ___ of system memory, whilst 64-bit systems/CPUs can address ____ (or more) of system memory

10
New cards

Clock Speed (CPU)

The number of instructions a CPU can process in one second (Hz)

11
New cards

False

This is true when comparing CPUs of the same architecture but otherwise not the case

True or False: The speed at which a CPU runs is ALWAYS a key indicator of performance

<p>True or False: The speed at which a CPU runs is ALWAYS a key indicator of performance</p>
12
New cards

CPU Core

  • Processing unit within a CPU that executes instructions and performs calculations

  • Can have multiple in 1 CPU

13
New cards

Core Speed

Speed at which the CPU runs internal processes and accesses cache

14
New cards

Memory Controller (MCU/MCC)

Digital circuit that manages the flow of data going to and from a computer's main memory to a processor

15
New cards

Bandwidth

The maximum capacity at which a network/bus/connection system can transmit data

16
New cards

True

  • Often by transferring data from 2 memory modules simultaneously (Dual-channel)

  • Modern bus types and memory interfaces work at GHz speeds

True or False: Modern memory designs increase bandwidth by transferring data twice per clock cycle (Double Data Rate)

17
New cards
  • Heat

  • Power

Improving computer performance by increasing CPU clock speed produces more ___ and uses more ___

18
New cards

Symmetric Multiprocessing (SMP)

  • Using two or more physical CPUs to increase computer performance/speed

  • ____ aware OS can make efficient use of the CPUs

  • Expensive - only found on servers and high-end workstations

19
New cards

Dual Core/Chip Level Multiprocessing

Type of processor architecture that utilizes multiple processor cores on a single chip die to enhance performance and efficiency