Computer Science Exam Revision Flashcards
Random Access Memory (RAM)
A primary storage that is volatile and temporarily keeps data for quick and convenient access. Once the computer is turned off the data is wiped.
Read Only Memory (ROM)
A primary storage that is non-volatile and permanently keeps data. The data stays when the computer is turned off. Used for things like start up applications. Cannot be overwritten.
Cache
A primary storage that is also used to keep data temporarily for conveniency. There are three types of cache: L1 (has a small capacity but is the fastest), L2 (has a larger capacity compared to L1 but is slower), L3 (Located on the motherboard and is the slowest)
Mechanical Disk
A circular piece of metal or plastic that is coated with a magnetic material. It is a secondary storage. Uses random access to retrieve data so data can be found without going through previous data and is faster.
Solid State Drive (SSD)
A secondary storage that is used to store data. It is an upgraded version of the HDD as it does not have any moving parts and is more durable. It uses flash memory.
Primary Storage
Stores data and programs that need to be instantly accessible to the CPU. It is located on the motherboard.
Secondary Storage
Stores data and programs that can be retrieved anytime. Not located on the motherboard.
Input
The parts that is used to send information to the computer. E.g.: Keyboard, mouse, controller.
Output
The parts that is used by the computer to send information to the user. E.g.: Headphones, monitors, speakers, printer.
Processing
Parts of the computer that run programs, read input, and supply output. They include the CPU and the GPU.
Concept of boot process
The process of starting the computer. First, the power supply sends signal to components in the system unit. Then, the processor finds the ROM chip that contain BIOS for the first instruction in the start-up program. The BIOS then performs POST to check if all the hardware is working. The results are then compared with the data on the CMOS chip. The BIOS then checks for system files on a USB or CD or DVD and then on the hard disk. The system files are then loaded into the RAM. The OS is then loaded and shown on the screen.
POST
Power On Self Test, is a diagnostic testing sequence that a computers BIOS runs to see if all the hardware works on the computer.
BIOS
Basic Input Output System. A chip that is used to communicate between the processor and other hardware so the pieces in the computer know how to work together.
CMOS
Complementary Metal-Oxide-Semiconductor. A chip used to store the BIOS settings.
Bit
A bit is a binary digit, the smallest increment of data on a computer. A bit can hold only one of two values: 0 or 1.
Byte
A byte consists of 8 bits. The basic unit of information in computer storage.
Kilobyte
Consists of 1000 bytes.
Megabyte
Consists of 1000 kilobytes.
Gigabyte
Consists of 1000 megabytes.
Terabyte
Consists of 1000 gigabytes.
Standard operating environment (SOE)
A specific computer operating system and collection of software. Used to manage lots of computers to reduce complexity.
Central Processing Unit (CPU)
The brain of the computer. It receives input information and completes commands from other hardware and software. The CPU is made up of the main memory, the control unit, and the arithmetic logic unit.
Arithmetic Logic Unit (ALU)
A circuit in a computer’s central processing unit that performs basic mathematical calculations
Control Unit (CU)
A component of a computer’s CPU that directs the operation of the processor. There are two registers in the control unit. The instruction register and the program counter.