1 Computer Fundamentals
1 Computer Fundamentals
Fundamentals
Learning Outcomes:
preencoded.png
What is a Computer
Communication
Modern computers facilitate communication by
transmitting and receiving data over networks.
They connect people and systems. preencoded.png
Basic Components of a Computer
A computer is made up of several key components that work together to
perform its functions. These components can be broadly categorized into
hardware and software.
Hardware Software
The physical parts of a computer The programs and instructions that tell
that you can touch, such as the the hardware what to do, such as
monitor, keyboard, and mouse. operating systems, applications, and
games.
preencoded.png
Hardware Components
Hardware components are the physical parts of a computer.
They perform various functions to enable the computer to work.
Storage (Hard Drive or SSD) Long-term storage for data and programs that
are not currently being used.
Input Devices Devices that allow you to enter data into the
computer, such as keyboard, mouse, and scanner.
Output Devices Devices that display or output data from the
computer, such as monitor, printer, and speakers.
preencoded.png
Software
Software is a set of instructions that tells the
hardware how to function. It enables computers
to perform specific tasks.
Programming Languages
A set of rules and symbols that are used to
create instructions for computers to follow.
They allow developers to write instructions that
computers can understand and execute. preencoded.png
Binary Numeral System and Data Representation
Computers use the binary numeral system, which uses only two digits (0 and 1)
to represent information.
1 2 3
1110100010101 111010101110
10111010110100 10100011110111
Assembly Language