1. Types and components of computer systems Flashcards
(129 cards)
what is a hardware?
physical components that makes up a computer system.
examples of external output devices?
mouse, keyboard,monitor,camera,printer,plotter
examples of internal output devices?
motherboard, CPU ,RAM, ROM, graphic card, soundcard, NIC, HDD/SSD
what is a motherboard?
to allows the processor and other computer hardware to communicate with each other.
what is RAM?
Random Access Memory
1. internal chip where data is stored temporarily when running applications.
2. This memory can be written to and read from.
3. It is volatile.
4. very fast
5. larger capacity than ROM.
what is ROM?
Read Only Memory
1. stores information that needs to be permanent.
2. cannot be altered
3. data cant be lost even if computer is off (non volatile)
what is a CPU?
executes instructions from a computer program.
The CPU is the brain of the computer and its job is to take an input, process data and produce an output
what is a NIC?
Network Interface Card
allows a computer to be connected to a network.
each NIC is hard-coded with a unique MAC address. (media access control).
what is a graphical card?
allows the computer to send graphical information to a video display device eg: monitors. They usually connect to motherboards.
what does a graphical card consist of?
- processing unit
- RAM
- cooling disk
- connection to display
what is a HDD?
Hard Disk Drive
magnetic device that stores data.
what is a software?
program that controls computer system and process data.
what is SSD?
Solid State Drive
way of storing data.
what is an application software?
provides the services that the user requires to solve a given task
what is a system software?
is a software designed to provide a platform on which all other softwares can run.
examples of system softwares?
compliers
linkers
device drivers
operating system
utilities
what is a complier?
translating high-level programming languages into machine code
what is a linker?
combining object files into a single executable program
what is a device driver?
controlling hardware components and peripherals
what is a operating system
managing the computer’s resources and providing a user interface
what is a utilities?
tools for maintaining and optimising the computer’s performance
what does an OS do?
Controlling input/output devices
Oversees loading, running and storage of application software
Deals with errors
Maintains security
Keeps a log of events
what is a user interface?
how the user interacts with the operating system
examples of user interfaces?
Command Line Interface (CLI)
Graphical User Interface (GUI)
Dialogue-based
Gesture-based