TYPES & COMPONENTS OF COMPUTER SYSTEMS Flashcards
(33 cards)
What is hardware?
general term for the physical components that make up a typical computer system.
List examples of internal hardware
- motherboard
-central processing unit (CPU)
-random access memory (RAM)
-read only memory (ROM)
-graphics card
-sound card
-network interface card (NIC)
-internal storage devices (HDD & SDD)
Motherboard -
-printed circuit board found in all computers
- allows the processor and other computer hardware to function and communicate with each other
- acts as a kind of ‘hub’ which other computer devices connect to
- consists of a sheet of non-conductive material
-thin layers of copper or aluminuim are printed onto this sheet
- these form the circuits b/w various components
-contains several circuits and slots to connect to other components.
RAM
- internal chip where data is temporarily stored when running applications
-this memory can be written to and read from
-contents lost when power to the computer is turned off
-referred to as volatile or temporary memory
-stores the data, files or part of the operating system currently in use
CPU
- electronic circuit board in a computer that can execute instructions from a computer program.
- two main components are ;
- arithmetic & logic unit (ALU) where arithmetic and logical operations are carried out
- control unit (CU) which takes instructions, decodes and then executes those instructions
ROM
- used to store information that needs to be permanent.
-used to contain configuration system for a computer system.
-chips can’t be altered and can only be read from.
-information stored on the ROM chip is not lost even when power is turned off to the computer.
-often referred to as non-volatile memory
NIC
- a component that allows a computer or any other device to be connected to a network, it can be wired or wireless
-hard-coded with a unique MAC address code
HDD/SDD
- HDD are magnetic in nature and one of the main methods of storing data, files and most of the system and applications software.
-SDDs have the same function, they are more faster.
Sound Card
-integrated circuit board that provides a computer with the ability to produce sounds.
-these sounds can be heard by the user either through speakers or headphones.
-also allow a user to record sound input from a microphone connected to the computer, and manipute sound stored on a disk.
Graphics Card
-allows the computer to send graphical information to a video display such as a monitor, TV, or a projector.
-usually connects to the motherboard
- usually made up of ;
- processing unit
- memory unit (RAM)
- cooling mechanism
- connections to a display unit
what is software?
general term used for the progams that control the computer system and process data.
what are application softwares?
provides the services that the user requires to solve a given task.
what is system software?
designed to provide a platform on which all other software can run
word processing (app soft)
- used to manipulate a text doc
-text entered using a keyboard
spreadsheet (app soft)
used to organize and manipulate numerical data
numbers are organized on a grid of lettered columns and numbered rows
control and measurement software (app soft)
designed to allow a computer or microprocessor to interface with sensors
- measure physical quantities in the real world
-control applications by comparing sensor data with stored data and sending out signals and process parameters
database management ( app soft)
used to organize, manipulate and analyse data
- typical database is made up of one or more tables
-tables consist of rows and columns
-each row is called a record
-each column is called a field
-provides basic structure for the organisation of the data within the database
apps and applets (app soft)
applets are small applications that perform a single task on a device
apps referred to software which can perform a fairly substantial task.
computer aided design (CAD)
used to help in the creation, manipulation, modification and analysis of a drawing/design.
can be used to produce 2D or 3D diagrams
- can be rotated to view the drawing from any angle
-can produce full dimensions
- can be used to estimate manufacturing costs of the final product
- predict any structural problems
graphics editing software (app soft)
allows bitmap and vector images to be changed.
bitmap images are made up of pixels which contain information about image brightness and color.
editors can change the pixels to produce a different image.
audio editing software
allows a user to edit, manipulate and generate audio data on a computer
video editing software
- allows a user the ability to manipulate videos to produce a new video.
enables the addition of titles, color correction and altering/adding sound to the original video
compiler (syst soft)
- computer program that translates a program written in a high-level language (HLL) into a machine code (code that is understood by the computer) so that it can be directly used by the computer to perform a required task.
original program is called the source code and code after compilation is called the object code.
linkers (syst soft)
computer program that takes one or more object files produced by a compiler and combines them into a single program that can be run on a computer