Intro to CAO (Chap 1) Flashcards
WHAT ARE THE THREE MAIN COMPONENTS OF COMPUTER ARCHITECTURE ?
- INPUT (PROMPT BY USER)
- PROCESS
- OUTPUT
- CONTROL UNIT
COMPUTER ORGANIZATION
The physical arrangement of a computer’s component and how they work together to perform tasks.
COMPUTER ARCHITECTURE
The structure of a computer system, including its components and how they interact to perform tasks
WHAT IS 4 BASIC FUNCTIONS THAT COMPUTER CAN PERFORM
- Data Processing
- Data Storage
- Data Movement
- Control
(PSMC) –> PYSCHOMETRIC (SHORTCUT KEY TO MEMORIZE)
What is CPU (Central Processing Unit) ?
Controls the operation of the computer and performs its data processing functions: referred to as processor
“4 basic functions that a computer can perform”
- Data Processing ?
Data processing is the task of manipulating and converting raw data into useful information. This can include calculations, sorting, or changing the format of data.
Example:
Adding numbers (e.g., 2 + 3 + 5 = 10).
“4 basic functions that a computer can perform”
- Data Storage
Data storage refers to saving data for future use, either temporarily (in RAM) or permanently (on hard drives, SSDs, or cloud storage).
Example:
Saving a document on your computer so you can open it later.
“4 basic functions that a computer can perform”
- Data Movement
Data movement involves transferring data between devices (input/output) or over long distances (data communications).
Example:
Input: Typing on the keyboard (data moves into the computer).
Output: Printing a document (data moves from the computer to the printer)/
“4 basic functions that a computer can perform”
- Control
The control unit manages and directs the computer’s resources, ensuring all parts of the computer work together to carry out instructions.
Example:
The control unit tells the computer to open a program when you click on it.