Module 3

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Lanao School Of Science and Technology, Inc.

Maranding, Lala, Lanao del Norte


Tel.No(063)-388-7199/(063)-496-0757

Bachelor of Science
in
Computer Science

Subject Code: CC 101


Descriptive Title: Introduction to Computing

Prepared by:
Dether John Gorre
Module 3

Vision
The Computer Science Department at the Lanao School of Science whose graduates are globally
recognized as innovative and well-prepared computing professionals.

Mission

Provide a current, comprehensive and collaborative student-centered learning environment for


computer science and professional values associated with the discipline.

Objectives

Pursue advanced study in computing or participate in modern software development.


Collaborate successfully with colleagues and clients.
Work as ethical and responsible members of the computing profession and society.

Hardware

A computer is an electronic device, operating under the control of instructions stored in its own
memory that can accept data (input), process the data according to specified rules, produce
information (output), and store the information for future use.

Functionalities of a computer

Any digital computer carries out five functions in gross terms:


 Takes data as input
 Stores the data/instructions in its memory and use them when required.
 Processes data and converts it into useful information
 Generates the output
 Controls all the above four steps

Hardware

Computer hardware is the collection of physical elements that constitutes a computer


system. Computer hardware refers to the physical parts or components of a computer such as the
monitor, mouse, keyboard, computer data storage, hard drive disk (HDD), system unit (graphic
cards, sound cards, memory, motherboard and chips), etc. all of which are physical objects that
can be touched.

Input Devices

Input device is any peripheral (piece of computer hardware equipment to provide data
and control signals to an information processing system such as a computer or other information
appliance. Input device Translate data from form that humans understand to one that the
computer can work with. Most common are keyboard and mouse.

Example of input devices

Keyboard Cameras
Mouse (pointing device) Pen Input
Microphone Video Capture Hardware
Touch screen Microphone
Scanner Trackballs
Webcam Barcode reader
Touchpads Digital camera
MIDI keyboard Joystick
Graphics Tablets Gamepad
Electronic Whiteboard

Basic hardware of Computer

Monitor
Keyboard
System Unit
Mouse
Monitor or Display Unit

is a display unit used for viewing the activity being done.


Types of monitors:
1. Cathode Ray Tube (CRT)
2. Liquid Crystal Display (LCD)

Keyboard

An input device primarily used for typing. Composed of the letters of the alphabet,
numbers and function keys, keypad, locking keys and special purpose keys.

System Unit

Houses the different computer components.


a. Motherboard

Known as main board or system board. The microprocessor is attached to this


equipment. This is where the componeents and accessories or peripherals can be
attached. This component has slots or sockets for the monitor, mouse, keyboard
optical drives, speakers and other components that can be connected via Universal
serial Bus (USB).

b. Central Processing Unit (CPU)

A CPU is brain of a computer. It is responsible for all functions and processes. Regarding
computing power, the CPU is the most important element of a computer system.

The CPU is comprised of three main parts :

- Arithmetic Logic Unit (ALU): Executes all arithmetic and logical operations. Arithmetic
calculations like as addition, subtraction, multiplication and division. Logical operation
like compare numbers, letters, or special characters
- Control Unit (CU): controls and co-ordinates computer components.

1. Read the code for the next instruction to be executed.


2. Increment the program counter so it points to the next instruction.
3. Read whatever data the instruction requires from cells in memory
4. Provide the necessary data to an ALU or register.
5. If the instruction requires an ALU or specialized hardware to
complete, instruct the hardware to perform the requested operation.
- Registers: Stores the data that is to be executed next, "very fast storage area".

Mouse

It moves the pointer around the screen and the user can select the desired programs or command
by clicking or double-clicking an icon.

Primary Memory

a. RAM
Random Access Memory (RAM) is a memory scheme within the computer system
responsible for storing data on a temporary basis, so that it can be promptly accessed by the
processor as and when needed. It is volatile in nature, which means that data will be erased once
supply to the storage device is turned off. RAM stores data randomly and the processor accesses
these data randomly from the RAM storage. RAM is considered "random access" because you
can access any memory cell directly if you know the row and column that intersect at that cell.

b. ROM
(Read Only Memory) is a permanent form of storage. ROM stays active regardless of
whether power supply to it is turned on or off. ROM devices do not allow data stored on them to
be modified.

Secondary Memory

a. Hard drive (HD)


A hard disk is part of a unit, often called a "disk drive," "hard drive," or "hard disk drive,"
that store and provides relatively quick access to large amounts of data on an electromagnetically
charged surface or set of surfaces.
b. Optical Disk
an optical disc drive (ODD) is a disk drive that uses laser light as part of the process of
reading or writing data to or from optical discs. Some drives can only read from discs, but recent
drives are commonly both readers and recorders, also called burners or writers. Compact discs,
DVDs, and Blu-ray discs are common types of optical media which can be read and recorded by
such drives. Optical drive is the generic name; drives are usually described as "CD" "DVD", or
"Blu-ray", followed by "drive", "writer", etc. There are three main types of optical media: CD,
DVD, and Blu-ray disc. CDs can store up to 700 megabytes (MB) of data and DVDs can store up
to 8.4 GB of data. Blu-ray discs, which are the newest type of optical media, can store up to 50
GB of data. This storage capacity is a clear advantage over the floppy disk storage media (a
magnetic media), which only has a capacity of 1.44 MB.

c. Flash Disk
A storage module made of flash memory chips. A Flash disks have no mechanical
platters or access arms, but the term "disk" is used because the data are accessed as if they were
on a hard drive. The disk storage structure is emulated.

Comparison between Main Memory (RAM) and Secondary Memory (Hard Disk)

RAM Hard Disk (HardDrive)


Memory Storage
Smaller amount Much larger amount
(typically 500 MB-6GB) (typically 80GB to 1000GB)
Temporary storage of files and programs Permanent storage of files and programs
A little like your real desktop – has only your Like a file cabinet – has long-term storage of
current work on it (which could be ruined by work (it’s safe from spills)
a spill of Coke or Coffe)
Contents disappear when you turn off power Contents remain when you turn off the power
to the computer and when the computer to the computer (they don’t disappear unless
crashes you purposely delete them ), and when the
computer crashes.
Consists of chips (microprocessors) Consists of hard disks (platters)
When you want to use a program, a temporary Holds the original copy of the program
copy is put into RAM and that’s the copy you permanently
use

Output devices

An output device is any piece of computer hardware equipment used to communicate the
results of data processing carried out by an information processing system (such as a computer)
which converts the electronically generated information into human readable form.

Example on Output Devices:

Monitor LCD Projection Panels


Printers (all type) Computer Output Microfilm (COM)
Plotters Speaker(s)
Projector

Storage measurements

The basic unit used in computer data storage is called a bit (binary digit). Computers use
these little bits, which are composed of ones and zeros, to do things and talk to other computers.
All your files, for instance, are kept in the computer as binary files and translated into words and
pictures by the software (which is also ones and zeros). This two number system, is called a
“binary number system” since it has only two numbers in it. The decimal number system in
contrast has ten unique digits, zero through nine.

Computer Storage units

Bit BIT 0 or 1
Kilobyte KB 1024 bytes
Megabyte MB 1024 kilobytes
Gigabytes GB 1024 megabytes
Terabytes TB 1024 gigabytes

Types of Storage

Primary Storage or Main Memory


Secondary Storage
Tertiary Storage

Computers classification

Computers can be generally classified by size and power as follows, though there is
Considerable overlap:

d. Personal computer: A small, single-user computer based on a microprocessor. In


addition to the microprocessor, a personal computer has a keyboard for entering data, a
monitor for displaying information, and a storage device for saving data.
e. Workstation : A powerful, single-user computer. A workstation is like a personal
computer, but it has a more powerful microprocessor and a higher-quality monitor.
f. minicomputer : A multi-user computer capable of supporting from 10 to hundreds of
users simultaneously
g. mainframe : A powerful multi-user computer capable of supporting many hundreds or
thousands of users simultaneously.
h. supercomputer : An extremely fast computer that can perform hundreds of millions of
instructions per second.
i.

Data, Information and Knowledge

Data: Facts and figures which relay something specific, but which are not organized in any way
and which provide no further information regarding patterns, context, etc. So data means
"unstructured facts and figures that have the least impact on the typical manager."

Information: For data to become information, it must be contextualized, categorized, calculated


and condensed. Information thus paints a bigger picture; it is data with relevance and purpose. It
may convey a trend in the environment, or perhaps indicate a pattern of sales for a given period
of time. Essentially information is found "in answers to questions that begin with such words as
who, what, where, when, and how many".

Knowledge: Knowledge is closely linked to doing and implies know-how and understanding.
The knowledge possessed by each individual is a product of his experience, and encompasses the
norms by which he evaluates new inputs from his surroundings.

The content of the human mind can be classified into four categories:
1. Data: symbols
2. Information: data that are processed to be useful; provides answers to "who", "what", "where",
and "when" questions
3. Knowledge: application of data and information; answers "how" questions
4. Wisdom: evaluated understanding.

We need to understand that processing data produced Information and process Information
produces Knowledge and so on

Characteristics of Computer

Speed, accuracy, diligence, storage capability and versatility are some of the key characteristics
of a computer. A brief overview of these characteristics are

Speed
The computer can process data very fast, at the rate of millions of instructions per second.
Some calculations that would have taken hours and days to complete otherwise, can be
completed in a few seconds using the computer. For example, calculation and generation of
salary slips of thousands of employees of an organization, weather forecasting that requires
analysis of a large amount of data related to temperature, pressure and humidity of various
places, etc.

Accuracy
Computer provides a high degree of accuracy. For example, the computer can accurately
give the result of division of any two numbers up to 10 decimal places.

Diligence
When used for a longer period of time, the computer does not get tired or fatigued. It can
perform long and complex calculations with the same speed and accuracy from the start till the
end.

Storage Capability
Large volumes of data and information can be stored in the computer and also retrieved
whenever required. A limited amount of data can be stored, temporarily, in the primary memory.
Secondary storage devices like floppy disk and compact disk can store a large amount of data
permanently.

Versatility
Computer is versatile in nature. It can perform different types of tasks with the same ease.
At one moment you can use the computer to prepare a letter document and in the next moment
you may play music or print a document. Computers have several limitations too. Computer can
only perform tasks that it has been programmed to do.

Name: Date;

Quiz:
5 input devices
5 computer hardware
2 types of Memory
3 output devices
5 Characteristics of Computer

Question: 5pts
What Computer Hardware is most important in pc?

You might also like