Save
Computer Science
Paper 1
School Knowledge Organiser Component 1
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (338)
What is the Von Neumann Architecture?
A system where
data
and
instructions
share
memory
View source
What does the Fetch-Decode-Execute Cycle involve?
Fetching, decoding, and executing
instructions
continuously
View source
What is the role of the Central Processing Unit (CPU)?
It carries out all processing in a
computer
View source
What does the Arithmetic and Logic Unit (ALU) do?
Performs
arithmetic
and
logical
operations
View source
What is the function of the Control Unit (CU)?
Controls
data flow
and decodes
instructions
View source
What is the purpose of the Accumulator (ACC)?
Stores results from the
ALU
View source
What does the Program Counter (PC) do?
Stores the
address
of the next
instruction
View source
What is the Memory Address Register (MAR)?
Stores the
address
for data to be fetched
View source
What is the Memory Data Register (MDR)?
Stores
data fetched from or sent to memory
View source
What is the Fetch-Decode-Execute Cycle?
Continuous
process of fetching, decoding, executing
View source
What is clock speed?
Number of
instructions
per second
(
Hz
)
View source
How is clock speed measured?
In
Gigahertz
(GHz)
View source
What happens when a CPU is overclocked?
It runs at a higher
clock speed
View source
What are the main factors affecting CPU performance?
Clock speed
,
cache size
, number of
cores
View source
What is cache memory?
Fast
temporary
memory in the
CPU
View source
What are the three levels of cache memory?
L1
,
L2
, and
L3
View source
What is the difference between L1, L2, and L3 cache?
L1 is
fastest
but
smallest
; L3 is slowest but
largest
View source
What is a dual-core processor?
A
CPU
with two
processing
units
View source
What is an embedded system?
A
computer system
with a dedicated function
View source
What is Random Access Memory (RAM)?
Main memory that is
volatile
View source
What is virtual memory?
Hard disk space used as temporary
RAM
View source
What is magnetic storage?
Common, reliable,
cost-effective
storage type
View source
What is Read Only Memory (ROM)?
Non-volatile
memory that cannot be written to
View source
What is the difference between volatile and non-volatile memory?
Volatile loses data without power; non-volatile
retains
it
View source
What is solid-state storage?
Uses
flash memory
with no moving parts
View source
What is optical storage?
Uses
laser light
to read data from disks
View source
What is the capacity of a CD?
650 MB
View source
What is binary data?
Data represented in
base 2
using
0s
and
1s
View source
What is a bit?
A single
binary
digit
View source
How do you convert denary to binary?
Use a table to compare values and
subtract
View source
How do you convert binary to denary?
Add
values
of binary
digits
with 1s
View source
How do you convert hexadecimal to binary?
Split into parts and use
4-bit
tables
View source
How do you convert hexadecimal to denary?
Convert to
binary
, then to denary
View source
What are the rules for binary addition?
Follow specific rules for
carrying over
View source
What is an overflow error?
Occurs when data exceeds
CPU
capacity
View source
What is the maximum binary value for an 8-bit CPU?
11111111
View source
What happens if an overflow error occurs?
Data cannot be
processed
correctly
View source
What is the binary representation of the decimal number
186
?
10111010
View source
How do you convert binary to hexadecimal?
Split binary into
4-bit
tables and sum
View source
What is the hexadecimal equivalent of the binary number 10111010?
BA
View source
See all 338 cards