Topic 1.2 Part 1 - System Architecture/Memory and Storage Flashcards
What is system architecture?
System architecture refers to the design and structure of a computer system or network.
What is a central processing unit (CPU)?
The CPU is the brain of a computer, responsible for executing instructions and performing calculations.
What is RAM (Random Access Memory)?
RAM is volatile memory used to store data that is actively being processed by the CPU.
What is a motherboard?
The motherboard is the main circuit board in a computer, connecting all hardware components.
What is an operating system (OS)?
An OS is software that manages hardware and provides a user interface for interacting with a computer.
What is a microprocessor?
A microprocessor is an integrated circuit that contains the CPU.
What is a bus in system architecture?
A bus is a communication pathway that allows data to be transferred between hardware components.
What is firmware?
Firmware is software that is permanently stored on hardware components, such as the BIOS.
What is BIOS (Basic Input/Output System)?
BIOS is firmware that initializes hardware components during system startup.
What is an instruction set architecture (ISA)?
An ISA is a set of instructions that a CPU can execute.
What is a cache memory in system architecture?
Cache memory is a small, high-speed memory used to store frequently accessed data for faster retrieval.
What is a clock speed in system architecture?
Clock speed measures how quickly a CPU can execute instructions, typically in gigahertz (GHz).
What is parallel processing?
Parallel processing is the use of multiple CPUs to perform tasks simultaneously, improving performance.
What is a storage device?
A storage device is hardware for long-term data storage, such as hard drives and SSDs.
What is a GPU (Graphics Processing Unit)?
A GPU is specialized hardware for rendering graphics and performing parallel processing.
What is a file system?
A file system is the structure used to organise and manage data on storage devices.
What is virtual memory?
Virtual memory extends RAM by using disk space as temporary storage for data.
What is a network architecture?
Network architecture defines the structure and organization of a computer network.
What is a client-server architecture?
In a client-server architecture, clients request services from a central server.
What is a peer-to-peer architecture?
In a peer-to-peer architecture, devices communicate directly with each other without a central server.
What is cloud computing?
Cloud computing provides access to computing resources over the internet, often through remote data centers.
What is a distributed system?
A distributed system uses multiple interconnected computers to work together on a task.
What is a database management system (DBMS)?
A DBMS is software that manages the storage and retrieval of data in a database.
What is scalability in system architecture?
Scalability refers to a system’s ability to handle increased workloads by adding resources.