INPUT DEVICES (Lesson 34)

INPUT
Input is any data or instruction that you enter into the memory of a computer. There are four types of input: which are text, graphic, audio and video.

INPUT DEVICES
Input devices are any electronic device connected to a computer and produces input signals. A keyboard is an example of input device for text input. A scanner is an example of input device for graphical as well as text input. A microphone is an example of input device for audio input and a webcam is an example of an input device for video input. A mouse is also an input device but it is called a pointing device used to input data that is continuous and multi-dimensional into a computer.

a) INPUT DEVICES FOR TEXTS
You can enter data such as text and commands into a computer by pressing the keys on the keyboard.
You can press the keys of a virtual keyboard on the screen. An optical reader is a device that uses a light source to read characters, marks and codes and then converts them into digital data that a computer can process.

b) INPUT DEVICES FOR GRAPHICS
A scanner is a device that captures images from photographic prints, posters, magazine pages and similar sources for computer editing and display. A digital camera allows you to take pictures and store the photographed images digitally.

c) INPUT DEVICES FOR AUDIO
Audio input is the speech, music and sound effects entered into the computer. This can be done using input devices such as a microphone and digital musical instruments like the Musical Instrument Digital Interface (MIDI) keyboard.

d) INPUT DEVICES FOR VIDEO
Video input is input of motion images captured into the computer by special input devices. A Closed-Circuit Television (CCTV) video camera is a type of digital video camera that enables a home or small business user to capture video and still images. A webcam is any video camera that displays its output on a web page.
A digital video camera allows you to record full motion and store the captured motion digitally.

e) POINTING DEVICES
A pointing device is another form of input device. Pointing devices such as a mouse, trackball, graphics tablet and touch screen are used to input spatial data into the computer. Spatial data refers to data that is continuous and multi-dimensional.

CLOCK SPEED MEASUREMENT (Lesson 33)

EVOLUTION OF COMMUNICATION
When people talk about a computer’s “speed”, they mean how fast it can process data. In other words, this means the speed the computer can turn data into information. Every microprocessor contains a system clock. The system clock controls the speed of all the operations within a computer. The speed of the clock is measured by how many cycles per second the clock makes.

HERTZ AND SECONDS
The clock speed unit is measured in hertz. A hertz is one cycle per second.

MEGAHERTZ (MHz)
Mega is a prefix that stands for million. Thus, megahertz (MHz) equals to one million cycles of the system clock. A computer that operates at 933 MHz (megahertz) has 933 million clock cycles in one second.

GIGAHERTZ (GHz)
Giga is a prefix that stands for billion.Gigahertz (GHz) equals to one billion cycles of the system clock.In relation with megahertz,1.0 GHz is equivalent to 1000 MHz. For example, a microprocessor that runs at 200 GHz executes 200 billion cycles per second. This is what they are talking about if they say a computer is a 2.4 GHz machine. Its clock rate is 2.4 billion cycles per second. GHz is most often used as a measurement of a PC processor chip and power, with bigger numbers meaning more speed and higher price.

PROCESSING SPEED
The system clock is one of the major factors that influence the computer speed. A CPU with a higher clock speed can process more instructions per second than a CPU with a lower clock speed. For example, a 1 GHz CPU is faster than a CPU operating at 800 MHz. The speed of the system clock affects only the CPU. It has no effect on peripherals such as a printer or disk drive.

MICROPROCESSOR SPEED
One way of comparing the performance of personal computers is by comparing their microprocessor speeds. Microprocessor speeds are determined by their clock speed and are usually expressed in gigahertz (GHz), billion of machine cycles per second. Thus, it is accurate to say that a Pentium 4 running at 2.4 GHz is approximately one-third faster than a Pentium 4 running at 1.8 GHz.

SPEED AND PATH
The combination of speed and number of paths determines the total processing speed or channel bandwidth. This is because different processors often use different architectures. For this reason, a 1.4 GHz Pentium 4 performs better than a 1.4 GHz Pentium 3, but it is not as fast as a 1.4 GHz Power PC G4 processor.

DATA MEASUREMENT (Lesson 32)

KILOBYTE (KB)
In mathematics, 1 KB = 1000 bytes.
In computer, 1 KB = 1024 bytes or
can be said as:1 KB = 210 bytes

This is how we get the calculation for 1024 bytes.

MEGABYTE (MB)
1 MB = 1 048 576 bytes or it can be said as:1 MB = 220 bytes

GIGABYTE (GB)
1 GB = 1 073 741 824 bytes or it can be said as: 1 GB = 230 bytes

TERABYTE (TB)
1 TB = 1 099 511 627 776 bytes or it can be said as:1 TB = 240 bytes

INTRODUCTION TO BINARY CODING (Lesson 31)

COMMUNICATION CODES
Smoke signals, Morse code and semaphore are some of the communication codes used by people in the early days. In the information digital era, people send information via electronic devices such as through the computers. Computers use binary codes to communicate. One of the widely used binary codes is the American Standard Code for Information Interchange (ASCII).

HISTORY OF CHARACTER CODES
Before people used binary codes such as ASCII to communicate via computers, character codes were widely used as a medium of communication. Let’s look at some of the character codes used prior to the use of ASCII.

WHAT IS ASCII?
ASCII pronounced as "ask-key" stands for the American Standard Code for Information Interchange and was proposed by ASA (American Standard Association) in 963 and was finalised in 1968.ASCII is a standard of 7-bit code used to represent characters, which include letters, numbers and punctuation marks.

IBM and Apple expanded the amount of space reserved for the character codes to 8-bits, equivalent to 1 byte.

DATA REPRESENTATION (Lesson30)

BINARY DIGIT
Computers recognize only two discrete states: on and off. These states can be represented by two digits, 0 and 1. Each 0 or 1 is called a bit in the binary system. Bit is the smallest unit of data a computer can process. Bit is a short for binary digit. The binary system has a base of 2 with the two digits (0 and 1). Combinations of 0s and 1s represent larger numbers.

BIT
A bit is the smallest unit of data that the computer can process. Bit is a short for binary digit. A bit is represented by the numbers 1 and 0. These numbers represent the binary system. They correspond to the states of on and off, true and false, or yes and no. All digital data use the binary system to process the information. This information include letters, digits or special character.

BYTE
Byte is a unit of information built from bits. One byte is equals to 8 bits. Eight bits that are grouped together as a unit. A byte provides enough different combinations of 0s and 1s to represent 256 individual characters.

One byte represents a single character such as the number 3, letter b or a $ symbol. Bits and bytes are the basis for representing all meaningful information and programs on computers.

CHARACTER
8 bits = 1 byte One byte represents one character such as A, 7, 9 and +.Eight bits that are grouped together as a unit. A byte provides enough different combinations of 0s and 1s to represent 256 individual characters.
For example, the capital letter F is represented by the binary code 01000110 that can be understood by the computer system. Eight bits grouped together as a unit are called a byte. A byte represents a single character in the computer.

CHARACTER CODES
There are three character codes to represent characters which are ASCII, EBCDIC and Unicode. Each byte contains eight bits. A byte provides enough

INFORMATION PROCESSING CYCLE (Lesson 29)

Do you know how a computer works? We use the computer in our everyday lives but not all of us know how this machine operates. Human uses the brain to think, make decisions and process information. A computer has a brain too, and the brain of a computer is the processor or the central processing unit (CPU) that processes information.

THE CENTRAL PROCESSING UNIT
The central processing unit or the CPU is the brain of the computer. All processing activities are done in the CPU. It utilises the computer memory to execute instructions from the application software and accomplish a task. For example: editing a letter, drawing a picture and sorting numbers. The processor must be connected to input devices, output devices and storage devices to carry out the above mentioned tasks.

THE INFORMATION PROCESSING CYCLE

User will input the data to be processed by the processor. The storage holds databases, files and programs. The output devices present the processed data as useful information products for the user.

INPUT
Input is any data or instructions that we enter into the computer system for processing.
There are some common ways of feeding input data into the system, which are:
• typing on a keyboard
• pointing with a mouse

CPU accepts instruction from the user and translates the instruction into readable information (decode).

PROCESS
The processing unit controls all activities within the system. For every instruction, the control unit repeats a set of four basic operations called the machine cycle:

Fetching the process of obtaining a program instructions or data item from memory.
Decoding the process of translating a program instruction into signals that the computer can execute.
Executing the process of implementing the instructions in a program.
Storing the process of writing the result to the storage or memory.

STORAGE
Storage is a location which data, instruction and information are held for future use. Every computer uses storage to hold system software and application software. When we issue a command to start the application software, the operating system locates the program in storage and loads it into memory. A storage medium, also called secondary storage is the physical material in the computer that keeps data, instruction and information. A storage device is the computer hardware that records or retrieves items to and from storage media.

OUTPUT
Output is data that has been processed into a useful form, called information. There are four types of output, which are texts, graphics, audio and video. The text consists of characters that are used to create texts, sentences and paragraphs. Graphics are digital representations of non text information such as drawings, charts and photographs. Audio is music, speech or any other sound. Video consists of images that provide the appearance of full motion.

INTRODUCTION TO COMPUTER SYSTEM (Lesson 28)

 COMPUTER HARDWARE BLOCK DIAGRAM 
 An Input device feed raw data to the processor. A processor processes raw data and turns it into useful information. A storage device keeps or stores both process and unprocess data for later usage. An output device shows or display the processed data.

INPUT DEVICES
When data is entered into the computer system, it is called an input. Input
Keyboard, mouse, scanner, barcode reader and digital camera are some example of input devices. 

OUTPUT DEVICES
Output is the result of raw input data that has been processed by the central processing unit into meaningful inf

ormation. Common forms of output are texts, numbers, graphics, sounds, animations and videos.The most common output devices are computer screens, speakers and printers.

STORAGE DEVICES
The system’s primary storage, Random Access Memory (RAM) can only hold data temporarily. Thus, secondary storage is needed to provide additional storage. The data stored in the secondary storage is considered permanent until it is deleted or removed.

Secondary storage can be magnetic disks and optical disks. Examples of secondary storage are hard disks, rewritable CDs and DVDs as well as removable disks such as pen drives.

PERIPHERAL DEVICES
External hardware devices attached to the computer are called peripheral equipments.