Save
Computer Science
4.7 Computer Organisation & Architecture
4.7.1 Internal Hardware
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
willow
Visit profile
Cards (25)
What is the main purpose of the processor in a computer?
Handles
instructions
from user, hardware, and software
View source
What does RAM stand for?
Random
Access
Memory
View source
What is the role of main memory in a computer?
Stores
data
not currently being executed
View source
What is the function of the address bus?
Carries the
memory
address of the next
instruction
View source
How does the data bus function in a computer system?
Carries data to and from
memory
during execution
View source
What is the purpose of the control bus?
Sends control signals to
registers
and buses
View source
What do I/O controllers allow in a computer system?
Connect
additional
devices to the computer
View source
What is the difference between volatile and non-volatile memory?
Volatile memory loses
data
when powered off
View source
What does ROM stand for?
Read
Only
Memory
View source
What is addressable memory?
Memory
made up of
addressable
cells
storing
data
View source
How is memory organized in a computer?
Using
addresses
to systematically store data
View source
What is the function of the address bus?
Carries
memory
addresses from
processor
to memory
View source
What is the significance of the width of a data bus?
Greater width allows more data
transmission
View source
How does the control bus ensure data integrity?
Synchronizes
signals and controls data access
View source
What is the role of I/O controllers in a computer?
Translate signals from devices for the
processor
View source
What is the difference between von Neumann and Harvard architectures?
Von Neumann uses same bus for
data
and
instructions
View source
Where is Harvard architecture typically used?
In
embedded systems
with specific uses
View source
What is Digital Signal Processing (DSP)?
Compresses
real-world data for faster
processing
View source
What is a bottleneck in a computer system?
Too much
data
sent at once causing
crashes
View source
What are the main components of a computer system?
Processor
Main
Memory
(RAM and
ROM
)
Address
Bus
Data
Bus
Control
Bus
I/O
Controllers
View source
What are the characteristics of RAM and ROM?
RAM:
Volatile
memory
Temporary
storage
Fast
access
ROM:
Non-volatile
memory
Read-only
Stores
BIOS
settings
View source
What are the functions of the buses in a computer?
Address Bus:
Carries
memory addresses
Data Bus
:
Carries data to/from memory
Control Bus:
Sends
control signals
to registers
View source
What is the concept of addressable memory?
Memory organized in
addressable cells
Systematic storage using
addresses
Memory map
shows stored programs
View source
What are the differences between von Neumann and Harvard architectures?
Von Neumann:
Same bus for data and
instructions
Harvard:
Separate buses for data and instructions
Faster
execution
View source
What are the advantages of using I/O controllers?
Allow connection of additional
devices
Translate signals for
processor
compatibility
Buffer data between processor and devices
View source