Save
Computer Science GCSE WJEC
Unit 1
Hardware
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Evan Crecraft
Visit profile
Cards (35)
What does CPU stand for?
Central Processing Unit
View source
What is the main function of the Control Unit in a CPU?
Directs
the
flow
of
instructions
and
data
View source
What does the Arithmetic Logic Unit (ALU) do?
Performs mathematical
calculations
and logical operations
View source
What are Registers in a CPU?
Fast access storage locations for
temporary
data
View source
What is the purpose of the Program Counter (PC)?
Keeps track of the next
instruction's
memory address
View source
What does the Memory Address Register (MAR) do?
Stores the address in
main memory
being accessed
View source
What is the function of the Current Instruction Register (CIR)?
Holds the
instruction
fetched from memory
View source
What is the purpose of Memory in a computer?
Temporary storage of running
programs
and data
View source
What is Cache memory?
Fast, expensive
volatile
memory in the CPU
View source
What does clock speed refer to in a CPU?
Number of
FDE
cycles
per second
View source
How do cores in a processor affect performance?
Allow
multiple
instructions
to
be
processed
simultaneously
View source
What does volatile mean in terms of memory?
Data is lost when power is
interrupted
View source
What does permanent mean in terms of memory?
Data is retained when power is
interrupted
View source
What is the typical Von Neumann architecture?
Fetch-Decode-Execute (FDE)
cycle
Components:
Input
,
Output
,
Memory
,
Register
,
Control Unit
,
ALU
,
CPU
View source
What are the steps in the Fetch-Decode-Execute cycle?
Fetch: Retrieve
instruction
from
memory
Decode: Interpret the instruction
Execute: Perform the instruction's actions
View source
What factors affect CPU performance?
Cache size
,
clock speed
,
number of cores
View source
How does cache size affect CPU performance?
Stores more
data
for faster access
View source
How does clock speed influence CPU performance?
FDE cycle
runs faster, more
instructions
processed
View source
What is the impact of having more cores in a CPU?
More
instructions
can be processed
simultaneously
View source
What is RISC architecture?
Processes simpler
instructions
quickly
View source
What is CISC architecture?
Processes complex
instructions
without breaking them down
View source
What are the advantages of RISC and CISC processors?
RISC Advantages:
Quick processing of simpler
instructions
Less circuitry, lower
power consumption
CISC Advantages:
Processes complex instructions directly
Fewer instructions needed for complex tasks
View source
What are the disadvantages of RISC and CISC processors?
RISC Disadvantages:
May require more
instructions
for
complex
tasks
CISC Disadvantages:
More
circuitry
, higher power consumption, more
heat
View source
What are common input devices?
Keyboard
Mouse
Scanner
Graphic tablet
Microphone
Touch screen
Webcam
View source
What are common output devices?
Speakers
Headphones
Printers
Projectors
Plotters
Video cards
Sound cards
View source
What are the types of primary storage memory?
Cache memory
:
Volatile
Read-only Memory
(ROM):
Permanent
Random Access Memory
(RAM): Volatile
Flash memory
: Permanent
View source
What are the types of secondary storage?
Optical
: Uses
laser beams
Magnetic
: Uses
read-write head
Solid state
: No
moving parts
View source
What are the functional characteristics of contemporary secondary storage devices?
Flash drive
: 2
GB
– 512 GB, portable, low speed
External hard drive
: 320
MB
– 8
TB
, less portable, moderate speed
CD/DVD/Blu-ray
: 650 MB – 50 GB, portable, low speed
Magnetic tape
: 200 GB – 400 GB, less portable, low speed
View source
What is the value of 1 Terabyte (TB) in Gigabytes (GB)?
1024
GB
View source
What is the value of 1 Megabyte (MB) in Kilobytes (kB)?
1024
kB
View source
What is the value of 1 Byte (B) in bits?
8
bits
View source
What are the types of Graphics Processing Units (GPUs)?
Integrated GPU
: Uses RAM, less power, general use
Dedicated GPU
: Own
video memory
, high performance, more power
View source
What is the function of a sound card?
Converts
analogue
signals to
digital
data
View source
What is the role of a motherboard?
Main circuit board of the computer
View source
What is an embedded system?
Combination of
software
and
hardware
for specific tasks
View source