Chapter 1
Chapter 1
Chapter 1
What is hardware?
It is the general term for the physical components that make up a
typical computer system eg; keyboard, mouse,camera are input
and monitor,printer plotter.
What is motherboard?
It is a printed circuit board found in all computers
What is a Spreadsheet?
Spreadsheet software is used to organise and manipulate
numerical data (in the form of integer, real, date, and so on).
~the grid itself is made up of cells, and each cell is identified using
a unique combination of columns and rows; for example: B6
What is Database?
Computer-aided design
It can be used to produce 2D or 3D diagrams which:
• 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.
What is a Compiler?
A compiler is a computer program that translates a program
written in a high-level language (HLL) into machine code (code
that is understood by the computer) so that it can be directly used
by a computer to perform a required task.
~the original program is called the source code and the code after
compilation is called the object code
What is a Linker?
A linker (or link editor) is a 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
What is a Device driver?
A device driver is the name given to software that enables one or
more hardware devices to communicate with
the computer’s operating system. Without drivers, a hardware
device (for example, a printer)
Examples include:
• antivirus• anti-spyware• backup of files• disk defragmenter
• disk repair• file management• security• screensavers
What is Analogue data ?
Analogue data is physical data that changes smoothly from one
value to the next, and not indiscrete steps as with digital data
~If analogue data is being sent to a computer, it must first be
converted into digital data; this is done by hardware known as an
analogue to digital converter
Boot file tells the computer what to do when it first starts up;it is
often referred to as the BIOS (basic input/output system)
The BIOS stores the date, time and system configuration in a non-volatile chip called a
CMOS (complementary metal oxide semiconductor) this is usually
battery powered.
Operating systems offer various types of user interface. We will
consider four different types:
~command line interface (CLI)
~graphical user interface (GUI)
~dialogue-based user interface
~gesture-based user interface