Types and Components of Computer Systems Flashcards
What is hardware?
The physical components of a computer system that you can touch and see
Examples of internal hardware
Central processing unit (CPU), Motherboard, RAM, ROM, Video and Sound Cards, Hard Disk Drive, Solid State Drive
Examples of external hardware
Monitor, Keyboard, Mouse, Printer, External Storage Devices
What is software?
The programs that control the computer systems
What is application software? Give examples.
Application software are programs that allow the user to do specific tasks.
Ex: Spreadsheet, Database, Word Processor, Measurement, Video Editing, Apps
What is system software? Give examples.
System software are programs that allow hardware to run properly and the user to communicate with the computer.
Ex: Operating systems, Compilers, Device Drivers.
What does the CPU do?
The Central Processing Unit (also known as microprocessor) interprets and executes the commands of the computer hardware and software and it is found on the motherboard.
What does the CPU consist of?
- Control unit: controls the input and output devices associated with the computer
- Arithmetic and logic unit: carries out calculations and makes logical decisions
- Immediate access store (RAM)
What is RAM?
Random Access Memory is an internal chip where data is stored temporarily.
It stores anything that needs to be changed so it can be written to and read from. All data and programs being used are on RAM. However, contents are lost when computer shuts off (volatile memory).
What is ROM?
Read Only Memory is memory used to store permanent information.
Used to contain configuration data for a computer. It cannot be altered, and data is not lost when system turns off (non-volatile memory).
What is BIOS?
Basic Input/Output system is a boot file in the ROM that tells the computer what to do when it first starts.
It does a hardware check and then loads operating system into RAM. BIOS contains the time, date
What is BIOS?
Basic Input/Output system is a boot file in the ROM that tells the computer what to do when it first starts.
It does a hardware check and then loads operating system into RAM. BIOS contains the time, date and system configuration.
What is HDD or SSD?
Hard Disk Drive or Solid State Drive is the computers main internal storage.
They store the application software, operating systems, and files. They have fast data transfer rates and a large memory capacity.
What are input devices?
Input devices provide raw data, which have no meaning, to be processed.
Ex: Keyboard, mouse
What are output devices?
Output devices display the result of processing raw data into data that has meaning.