Chapter 1 Flashcards
Overview of Computers and Programming
Computer
A programmable device that manipulates varieties of data
Hardware
A physical part of computer that was designed to be flexible as possible.
Software
A program that enable user to solve problems and perform a specific task through the execution of a set of instruction by the computer
BASIC components of computer SYSTEM
Hardware,
Software,
User
MAIN components of computer
Input Device,
Output Device,
Memory,
Central Processing unit (CPU)
Function of Main Memory
Stores Programs,
Data,
Result.
Types of memory
Random access memory (RAM),
Read only memory (ROM)
RAM role
Temporarily stores program and data while they are being executed or manipulated by the computer
RAM
Is a VOLATILE memory;
everything in RAM will be lost when the computer is switched off.
ROM
Is NON-VOLATILE memory;
the data stored do not disappear when the computer is switched off
ROM role
Stores information permanently within the computer.
Secondary storage
An additional storage to support main memory
Why secondary is needed?
Computer needs storage that is permanent;
information can be retained during a power loss or the
computer is turned off
CPU
Is a brain of computer
CPU perform
Data processing