1.2.1 Computer System Flashcards
What are the main components of the Von Neumann architecture?
CPU, Main Memory, Auxiliary Storage, Input/Output Devices.
What is the fetch-decode-execute cycle?
The process where the CPU fetches an instruction, decodes it, and executes it repeatedly.
Name categories of computers.
Supercomputers, Servers, Desktops, Laptops, Smart Devices.
What is a supercomputer used for?
Weather forecasting, scientific simulations, AI processing.
What is Von Neumann architecture used for
Data and instructions are both stored as binary
Data and instructions are both stored in main memory
Instructions are fetched from memory one at a time and in order - serially
The processor decodes and executes an instruction, before cycling around to fetch the next
instruction (fetch-decode-execute cycle)
The cycle continues until no more instructions are available