Save
computer science
mock
computer systems
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
emily d
Visit profile
Cards (30)
What is the physical part of a computer called?
Hardware
View source
What is software in relation to hardware?
Programming
that operates hardware
View source
What is the purpose of the CPU?
To control
hardware
and
software
View source
What does the fetch decode execute cycle do?
Processes instructions in the
CPU
View source
What is the fetch phase in the cycle?
Locating and bringing instructions to the
processor
View source
What is an opcode?
The
instruction
part of a command
View source
What does the decode phase involve?
Identifying
opcode
and
operand
View source
What is an operand?
The data being
operated upon
View source
Why do CPUs have an instruction set?
To interpret
opcode
bit patterns
View source
What happens during the execute phase?
Running the
instruction
and holding the outcome
View source
What is the von Neumann architecture?
A
stored program
concept for data and instructions
View source
What are registers in a CPU?
Small memory pieces holding
specific
data
View source
What does the program counter (PC) do?
Holds the
address
of the next
instruction
View source
What does the Memory Address Register (MAR) hold?
The
address
of the next
instruction
to
process
View source
What is the ALU in a CPU?
Arithmetic Logic Unit
View source
What does clock speed indicate?
How fast the
CPU
performs
cycles
View source
What is overclocking?
Running the
CPU
at higher
cycles
than intended
View source
How do multiple cores affect CPU performance?
Increase the number of
instructions
processed
View source
What is cache size in relation to CPU?
Holds immediately required
instructions
and data
View source
How does a larger cache improve performance?
Reduces the
frequency
of refills
View source
What is an embedded system?
A
computer
with specific purposes
View source
How can you identify an embedded system?
It has a
fixed purpose
and
limited functions
View source
What types of programming languages are used in embedded systems?
Low-level languages like
assembly
View source
Why are low-level languages preferred for embedded systems?
They are faster and require less
translation
View source
What is the difference between low-level and high-level languages?
Low-level is closer to
machine code
View source
What are common topics to revise for the exam?
Hardware
,
software
,
CPU
performance
factors
View source
What does the control unit (CU) do?
Provides
timing signals
and
control signals
View source
What signals does the CU send?
Signals to
memory
,
ALU
, and I/O devices
View source
How should you structure answers in an exam?
Use
bullet points
for clarity
View source
What indicates an essay question in an exam?
Specific
instructions
for
detailed
responses
View source