Types and Components of a Computer System Flashcards
What is hardware?
Is the general term for the physical components that make up a typical computer system
What is a motherboard?
Connects all the components required for a computer system. The motherboard allows other components of the computer to communicate. Every component has to be plugged into the motherboard to function
What is a Solid State Drive?
An SSD is a new generation of storage devices used in computers. They store data using flash-based memory. Which is faster than traditional HDDs. This is non-volatile storage media.
What is a soundcard?
This component Is used to produce digital sound
and output it through speakers. It also allows
users to record sound input from a microphone
connected to the computer and manipulate
sound stored on a disk. The sound card is important in the conversion of digital and analogue data.
What is a video card or graphics card?
Used to generate images we see on the computer. They are also used to created video images and graphics in a videogame.
What are storage devices?
a piece of computer equipment on which information can be stored.
What is RAM?
Used to temporarily store data that is currently in use by the computer
· It will only store data as long as the system has power – once the system is turned off anything stored in the RAM is automatically deleted
· Ram is known as TEMPORARY STORAGE
· RAM- Random Access Memory
· RAM is measured GBs for the size (the speed is measured in Hz)
· The RAM inside a computer holds all the data and instructions that are currently being processed- the apps that are currently opened
· The more RAM a system has, the more data the system can have accessible
· RAM is volatile, meaning power is required for holding data and if the power is switched off then all the data stored in the RAM is lost
- The characteristics of a RAM are:
· It is volatile
· You can read and write to it
It is quicker to access than secondary storage
What is ROM?
· ROM - Read Only Memory – Bios is an example of ROM
· It is a chip which contains instructions and commands that tell the computer how to start up.
· These instructions cannot be deleted or changed as ROM is read only. The BIOS is an example of permanent memory.
- The characteristics of ROM:
· Rom is non-volatile
· It is read only
· It is written by the computer manufacturer
· Usually stores the BIOS
· Smaller capacity than RAM
BIOS- Basic Input Output System
What are peripherals?
· Peripherals are non-essential pieces of hardware that plug into the computer externally
· They are called non essential because a computer can operate without them e.g. Speakers, microphones, mouse, joy stick, printer, web-cam, etc
Almost all peripherals connect to the computer externally via USB
What is a Network Interface Card (NIC)?
Allows a computer to connect to the internet
It is integrated in the motherboard. They turn binary data into an electrical signal that allows access to a network. Examples- wireless, wired or USB. Contains the MAC address.
How do you convert from analogue to digital data?
An analogue to digital converter (ADC) operates by sampling the value of the analogue signal at discrete points in time and then quantizing these samples into a set of possible digital values
What is software?
Software is a set of instructions, data or programs used to operate computers and execute specific tasks.
Name 2 different types of software.
system software and application software
What are application software and examples?
When a user interacts directly with a piece of software, it is called application software. The sole purpose of application software is to assist the user in doing specified tasks, e.g. word processors, spreadsheets software, web browsers
What is a system software and examples?
System software is software designed to provide a platform for other software, e.g. operating systems, device drivers and utility software.
What is a utility program?
A program that performs a specific task related to the management of computer functions, resources, or files.
What is a compiler?
A program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer
What is the purpose of a linker?
computer system program that takes one or more object files and combines them into a single executable file
What is a device driver and why is it needed?
A device driver is a set of files that tells a piece of hardware how to function by communicating with a computer’s operating system.
Describe what is meant by ‘volatile’
Memory content that is lost when the power is interrupted or turned off.
Describe what is meant by
‘non-volatile’
A type of computer memory that can retain stored information even after power is turned off.
What is an operating system?
Operating systems are pieces of software that manage everything that happens in your computer and they instruct the hardware on what to do
List the functions of an operating system
- Control of the operation of the input, output and backing storage devices
- Supervising the loading, running and storage of application programmes
- Dealing with errors that occur in application programs
- Maintaining security of the whole computer system
- Maintaining a computer log
Allowing communication between user and the computer system