Intro to Computer Basics
Intro to Computer Basics
Basic Computing
1
Notes
COMPUTER FUNDAMENTALS
OBJECTIVES
After reading this lesson, you will be able to:
z learn the basic components of a computer along with their functions;
z differentiate input, output and storage devices;
z describe various memory accessing modes;
z explain different ports used to connect various components of a computer;
z classify computers.
Computer Science 1
MODULE – 1 Computer Fundamentals
Basic Computing
The working of a computer can be well understood by the block diagram shown
in Fig. 1.1.
CPU
Control Unit
Notes
INPUT Arithmetic and OUTPUT
Logical Unit
Memory unit
2 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
z Central Processing Unit (CPU) : This is known as the ‘Brain of the Computer’
as it controls the complete working of the computer.
z Memory: The data and instructions are stored in this component of the
computer. Hard disk, DVD, pen drive etc., are the examples of memory storage
devices.
z Output Devices: These are the devices that are used to display the desired
result or information. Monitor, printer etc., are the examples of output devices.
Notes
Let us now learn each of the components in detail.
Keyboard
The keyboard is very much like a standard typewriter with a few additional keys.
Generally, we find a QWERTY keyboard with 104 keys on it. The additional keys
may be included in modern multimedia keyboards.
Mouse
The mouse is another very commonly used input device. It is basically a pointing
device that controls the movement of the cursor or pointer on a display screen. It
is a small object that you can roll along a hard and flat surface. As you move the
mouse, the pointer on the display screen moves in
the same direction. A mouse may contain one, two Mouse is an electro-mecha-
or three buttons which have different functions nical device. It is also called
depending on what program is running. as pointing device.
Computer Science 3
MODULE – 1 Computer Fundamentals
Basic Computing
Scanner
Scanner is an input device that can read text or an illustration printed on paper and
translates the information into a form that the computer can use. A scanner works
by digitizing an image - dividing it into a grid of boxes and representing each box
with either a zero or a one, depending on whether the box is filled in. The resulting
matrix of bits, called a bit map, can then be stored in a file, displayed on a screen
Notes and manipulated by programs. Optical scanners do not distinguish text from
illustrations; they represent all images as bit maps. Therefore, you cannot directly
edit text that has been scanned. To edit text read by an optical scanner, you need
an Optical Character Recognition (OCR) system to translate the image into ASCII
characters.
4 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
Bar Code Reader
A bar code reader is an input device that is generally seen in super markets,
bookshops, libraries etc., A bar-code reader is a photoelectric scanner that reads
the bar codes (vertical striped black and white marks), printed on product
containers. The bar code reader scans the bar code of the product and checks the
description and the latest price of the product.
Notes
Digitizing Tablet
This is an input device that enables you to enter drawings and sketches into a
computer. A digitizing tablet consists of an electronic tablet and a cursor or pen.
A cursor (also called a puck) is similar to a mouse, except that it has a window with
cross hairs for pinpoint placement, and it can have as many as 16 buttons. A pen
(also called a stylus) looks like a simple ballpoint pen but uses an electronic head
instead of ink. The tablet contains electronic field that enables it to detect
movement of the cursor or pen and translate the movements into digital signals
that it sends to the computer. Digitizing tablets are also called digitizers, graphic
tablets, touch tablets or simply tablets. Now-a-days most tablets allow you to simply
use your finger to choose items or open or select apps by simply tapping them.
Light Pen
A light pen is an input device that utilizes a light-sensitive detector to select objects
on a display screen.
Computer Science 5
MODULE – 1 Computer Fundamentals
Basic Computing
1.4.1 Control Unit (CU)
The Control unit manages the instructions given to the computer. It coordinates
the activities of all the other units in the system by instructing rest of the
components of the computer about how to carry out a program’s instructions. It
reads and interprets instructions from memory and transforms them in to series of
signals to be executed or stored. It also directs the movement of these electronic
Notes signals between memory and ALU or between CPU and input/output devices.
Hence it controls the transfer of data and information between various units. The
user’s program provides the basic control instructions. Conceptually, the control
unit fetches instructions from the memory, decodes them and directs the various
units to perform the specified functions.
To locate the characters of data or instructions in the main memory, the computer
stores them in locations known as addresses. A unique number designates each
address. Addresses can be compared to post office mailboxes. Their numbers
remain the same, but contents continuously change.
The contents of the memory are held only temporarily, that is, it is stored only as
long as the microcomputer is turned on. When you turn the machine off, the
contents are lost. The capacity of the memory to hold data and program
instructions varies in different computers. The original IBM PC could hold
approximately several thousand characters of data or instructions only. But
modern microcomputers can hold millions or even billions of characters in their
memory.
6 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
How the CPU and Memory work together?
The working of the CPU and memory is shown in Fig. 1.5.
Notes
Programs Data
End
Output
Input
Various steps involved for multiplying two numbers is shown in Fig. 1.5. Let us
take an example and understand how CPU and memory work together to execute
a given instruction. The control unit recognizes that the program has been loaded
into the memory. It begins to execute the first step in the program.
1. The program tells the user, “Enter 1st Number”.
2. The user types the number 100 on the keyboard. An electronic signal is sent
to the CPU.
3. The control unit recognizes this signal and routes the signal to an address in
memory - say address 7.
4. After completing the above instruction, the next instruction tells the user,
“Enter 2nd Number.”
5. The user types the number 4 on the keyboard. An electronic signal is sent to
the CPU.
Computer Science 7
MODULE – 1 Computer Fundamentals
Basic Computing
6. The control unit recognizes this signal and routes it to memory address 8.
7. The next program instruction is executed - “Multiply 1st and 2nd Numbers”.
8. To execute this instruction, the control unit informs the ALU that two
numbers are coming and the ALU has to multiply them. The control unit
next sends to the ALU a copy of the contents of address 7 (100) and address
8(4).
Notes 9. ALU performs the multiplication: 100 × 4 = 400
10. The control unit sends a copy of the multiplied result (400:) back to memory
to store it in address 9.
11. The next program instruction is executed: “Print the Result.”
12. To execute this instruction, the control unit sends the contents of the address
9 (400) to the monitor.
13. Monitor displays the value 400.
14. Final instruction is executed: “End”. The program is end.
Please note that Fig. 1.5 is a simplified version of the actual processing activity.
The actual working of the CPU and memory is much more complicated. For
example, there are actually many more memory addresses - thousands to millions
that cannot be shown here. Moreover, the addresses are in a form that the
computer can interpret. The data and instructions are stored in the computer in the
form of 0s and 1s only.
1.5.1 Monitor
The monitor is just like a television screen and it is used to display data and
information. When some data or instruction is being keyed in, the monitor displays
the characters being typed. The monitors are
available in various sizes. They may also differ for Monitor is also called as
different types of computers. The standard size is Visual Display Unit
24 lines by 80 characters. The output displayed
on the monitor is called soft copy.
There are two types of monitors – CRT and TFT-LCD monitors.
CRT Monitor : CRT (Cathode Ray Tube) monitor is a relatively older type of
monitor. It is rarely being used today. These were bigger and bulkier monitors and
hence took lot of desk space. They also consumed lot of electricity.
8 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
TFT-LCD monitors: TFT stands for Thin Film Transistor and LCD stands for
Liquid Crystal Display. These monitors are lighter and occupy less space. They are
also commonly referred to as flat screen displays and consume much less
electricity than CRT monitors. Now-a-days even LED (Light Emitting Diode)
monitors are being used.
Notes
1.5.2 Printer
You must have used printer for taking printouts. Printer is a device that produces
the output on paper. Such an output is also known as hard copy and it may be in
the form of text or graphics. There are many different types of printers. These
printers vary in terms of size, speed and quality of output. Some of them are
discussed below:
(i) Dot Matrix Printer : It is a type of printer that uses a print head to print
characters on paper. The print head moves in back and forth or up and
down motion on the page. The print head strikes on an ink soaked cloth
ribbon that is laid against a paper. The characters formed from dots are thus
printed on the paper.
(ii) Ink-jet Printer: Ink-jet printers work by spraying ionized ink on a sheet of
paper. Magnetized plates in the ink’s path direct the ink onto the paper in
the desired shapes. Ink-jet printers are capable of producing a better print
than the dot matrix printers. A typical ink-jet
printer provides a resolution of 300 dots per
inch, although some newer models offer higher
resolutions. These are also known as Line
printers as the output is produced line by line.
In general, the price of ink-jet printers is lower
than that of laser printers. However, they are
also considerably slower. Another drawback of
ink-jet printers is that they require a special type
of ink that is apt to smudge on inexpensive Fig. 1.7: Ink-jet printer
Computer Science 9
MODULE – 1 Computer Fundamentals
Basic Computing
copier paper. Since ink-jet printers require smaller mechanical parts than
laser printers, they are especially popular as portable printers. In addition,
colour ink-jet printers provide an inexpensive way to print full-colour
documents.
(iii) Laser Printer: It works on the principle of a photocopier. It utilizes a laser
beam to produce an image on a drum. The light of the laser alters the electrical
Notes charge on the drum wherever it hits. The drum is then rolled through a
reservoir of toner, which is picked up by the charged portions of the drum.
Finally, the toner is transferred to the paper through a combination of heat
and pressure.
Since the entire page is transmitted to a drum before the toner is applied,
laser printers are sometimes called page printers. In addition to text, laser
printers are very adept at printing graphics. However, you need significant
amounts of memory in the printer to print high-resolution graphics.
The speed of laser printers ranges from about 4 to 20 pages of text per
minute (ppm). A typical rate of 6 ppm is equivalent to about 40 characters
per second (cps).
(iv) Thermal printer: Thermal printers are printers that produce images by
pushing electrically heated pins against special heat-sensitive paper. Thermal
printers are inexpensive and are used in most calculators and many fax
machines. They produce low-quality print, and the paper tends to curl and
fade after a few weeks or months.
1.5.3 Plotter
A Plotter is a device that is used to draw charts, graphs, maps etc., with two or
more automated pens. Multi-colour plotters use different-coloured pens to
produce a multi-coloured output.
10 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
Different types of plotters are available in the market. A drum plotter has a paper
wrapped around a moving drum and the pens move on the paper to print the
output. A flatbed plotter has a flat surface on which the paper is placed and the
pens move to draw the output. An electrostatic plotter has a negatively charged
paper on which the drawing is made using a positively charged toner.
Plotters are considerably more expensive than printers. These were the first of the
devices that could print full sized engineering drawings with colour. They are Notes
frequently used for Computer Aided Engineering (CAE) applications such as
Computer Aided Design (CAD) and Computer Aided Manufacturing (CAM).
1.5.4 Speakers
The speakers are used to produce audio output. The computers have sound cards
that enable the computer to produce audio output through the speakers.
Computer Science 11
MODULE – 1 Computer Fundamentals
Basic Computing
3. Choose the correct answer:
(a) Arithmetic and logical operations is performed by ................... unit.
(i) ALU (ii) Editor (iii) storage (iv) output
(b) The ALU and CU are jointly known as ..................
Notes (i) RAM (ii) ROM (iii) CPU (iv) none of the above
(c) The process of producing results from the data for getting useful
information is called as ..................
(i) output (ii) input (iii) processing (iv) storage
12 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
output in the form of 0’s & 1’s only. This is because every number stored in binary
form can be converted to decimal system and vice versa. For example, 1010 in
binary is equivalent to 10 in decimal. Therefore, it is the computer that takes
information or data in decimal form from you, converts it into binary form,
processes it, produces output in binary form and finally again converts the output
to decimal form.
The primary or internal storage unit is made up of several small storage locations
called cells. Each of these cells can store a fixed number of bits called word length.
Each cell has a unique number assigned to it called the address of the cell and it is
used to identify the cells. Hence we can say that memory is like a large cabinet
containing as many drawers as there are addresses on memory. Each drawer
contains a word and the address is written on outside of the drawer.
You know that data in computer is stored in the form of 0s and 1s. Each of these
digits is known as a bit. A collection of 8 bits constitutes a byte. Each cell of
memory contains one character or 1 byte of data. So the capacity is defined in
terms of bytes or words. However higher units of memory are Kilobytes,
Megabytes, Gigabytes etc. 1 Kilobyte is equal to 1024 bytes. Thus 64 Kilobyte
(KB) memory is capable of storing 64 × 1024 = 32,768 bytes. Other units of
memory are listed in the table below:
Computer Science 13
MODULE – 1 Computer Fundamentals
Basic Computing
Read Only Memory (ROM)
This is another type of primary memory from which data can only be read. We
cannot write or modify data once written on to the ROM. Also this type of primary
memory is not volatile. The storage of program and data in the ROM is permanent.
The ROM stores some standard processing programs supplied by the manufacturers
to operate our computer. The Basic Input Output System (BIOS) is stored in the
Notes ROM. It examines and initializes the start up process of the computer and also
checks various peripheral devices attached to the PC when the computer is turned
ON. The various types of ROMs are discussed below:
z Programmable Read Only Memory (PROM): You know that it is not
possible to modify or erase programs stored in ROM, but it is possible for
you to store your program in PROM chip. Once the programs are written it
cannot be changed. Also the program is not lost even if power is switched off.
z Erasable Programmable Read Only Memory (EPROM) : This type of
ROM overcomes the problem of PROM and ROM. EPROM chip can be
programmed time and again by erasing the information stored earlier in it.
Information stored in EPROM can be erased by exposing it to ultraviolet
light. This memory can be reprogrammed using a special programming facility.
When the EPROM is in use, information can only be read.
z Electrically Erasable Programmable Read Only Memory
(EEPROM):This type of ROM is somewhat similar to EPROM. The only
difference is that unlike EPROM, electrical signals are used to erase the
contents of EEPROM. Also, this type of ROM need not be completely erased.
Partial modification of ROM is possible.
14 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
from other storage devices that have slower access time. Hence the processing
speed increases.
Magnetic Tape
Magnetic tapes are used for large computers like mainframe computers where
large volume of data is stored for a longer time. Earlier these were used with PCs
also. The cost of storing data in tapes is inexpensive. Tapes consist of magnetic
materials that store data permanently. It can be 12.5 mm to 25 mm wide plastic
film-type and 500 meter to 1200 meter long which is coated with magnetic
material. The deck is connected to the central processor and information is fed
into or read from the tape through the processor. It is similar to a cassette tape
recorder.
Computer Science 15
MODULE – 1 Computer Fundamentals
Basic Computing
Magnetic Disk
You might have seen the gramophone record, which is circular like a disk and
coated with magnetic material. Magnetic disks used in computer are also made on
the same principle. It rotates with very high speed inside the disk drive. Data are
stored on both the surfaces of the disk. Magnetic disks are most popular for direct
access storage. Each disk consists of a number of invisible concentric circles
Notes called tracks. Information is recorded on tracks of a disk surface in the form of tiny
magnetic spots. The presence of a magnetic spot represents one bit (1) and its
absence represents zero bit (0). The information stored in a disk can be read many
times without affecting the stored data. So the reading operation is non-destructive.
But if you want to write a new data, then the existing data is erased from the disk
and new data is recorded.
Floppy Disk
It is similar to magnetic disk discussed above. It is 3.5 inch in diameter. The
capacity of a 3.5 inch floppy is 1.44
Floppy disks have been made obsolete
mega bytes. It is cheaper than any other
because the storage space was very
storage devices and is portable. The
small in floppy disks in comparison to
floppy is a low cost device particularly
other storage devices.
suitable for personal computer system.
Hard Disk
A hard disk is the most commonly used secondary storage device. Although
generally it is fixed inside the CPU cabinet but still external hard disks are also
available. It can store huge amount of data and also and provides relatively quick
access to data stored on it.
A hard disk is a set of numerous disks stacked one above the other with a
cylindrical spindle in-between (Fig. 1.12). The data is recorded electromagnetically
in the form of concentric circles called tracks. The tracks are further divided into
blocks as shown in the figure. In the hard disk drive, there is a Read/Write head
mounted on the arm placed next to the stacked disks. This head moves horizontally
and vertically to read or write data on the disks.
16 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
Read/write head Arm
Spindle
Block
Cylinder
Notes
Track
Sector
Optical Disk
With every application and software there is greater demand for memory capacity.
It is the necessity to store large volume of data that has led to the development of
optical disk storage medium. Optical disks can be divided into the following
categories.
z Compact Disk - Read Only Memory (CD-ROM): CD-ROMs are made of
reflective metals. A CD-ROM is written during the process of manufacturing
by high power laser beam. Here the storage density is very high, storage cost
is very low and access time is relatively fast. Each disk is approximately 4 ½
inches in diameter and can hold over 600 MB of data. As the CD-ROM can
be read only we cannot write or make changes into the data contained in it.
z Compact Disk - Recordable (CD-R) : These CDs can be used to write data
on to them provided your computer has a CD writer. The CD writer uses a
special laser light to write data on to a blank CD. Once the CD-R has been
burnt, i.e. data has been written on it, it cannot be modified. The information
can be added to it but the parts that have been burnt cannot be edited.
z Compact Disk – Read/Write (CD- R/W): This type of CD can be used for
both reading and writing. Also these can be written and erased again and
again.
z Digital Versatile Disk (DVD) : A DVD is an optical storage disk with much
larger storage capacity than that of CDs. A single sided DVD can store upto
4.7 GB of data. Due to its high storage capacity, DVDs are generally used to
store movies and other audio video files.
Computer Science 17
MODULE – 1 Computer Fundamentals
Basic Computing
Flash Memories
Flash memory is a memory chip that is used for storage and also for transferring
of data between a computer and digital device. A flash memory is one that retains
data in spite of the electricity supply being switched off. Hence it is a non- volatile
memory. It evolved from EPROM and EEPROM but more often it is said to be a
distinct type of EEPROM which is programmed and erased in blocks. That means
Notes devices using flash memories erase data at the block level. A block of flash
memory chip must be erased before data is written on it.
Flash memory is widely used for storage in consumer devices like mobile phones,
USB flash drives, tablet computers, digital cameras and other solid state drives. It
is the least expensive form of semiconductor memory. It is non-volatile and
consumes very less power. That is why its use is increasing day by day, especially
for in-memory devices to help speed up performance and at the same time increase
the scalability of the devices. The data in flash memory can be erased, modified
and rewritten many times. It does not require batteries for solid state storage. It
has very fast access time and also has higher resistance to kinetic shock as
compared to hard disk drive. It is extremely durable and can withstand extreme
pressure and temperature.
The memory card that you find in your digital cameras and mobile phones is also
a type of flash memory. A variety of such cards are available in the market. Some
of the varieties are Secure Digital Card (SD Card), Memory stick, Multimedia
Card (MMC) etc. The price of these cards depends on their size and their storage
capacities.
Another form of flash memory or solid state memory is a pen drive. A pen drive
is a small portable secondary storage device (somewhat shaped like a pen) that
connects to a computer through a USB port. It functions as a portable hard drive
and is small enough to be carried easily. These are also known as thumb drives.
18 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
2. State whether the following statements are true or flase:
(a) There are two kinds of computer memory: primary and secondary.
(b) The computer can understand decimal system also.
(c) The storage of program and data in the RAM is permanent.
(d) PROM is secondary memory.
(e) The memories which do not lose their content on failure of power Notes
supply are known as non-volatile memories.
1 2 3 4 5 6 7 8
Random access
1 3 7 2 8 6 4 5
Fig. 1.13: Sequential and Random Memory Access
Computer Science 19
MODULE – 1 Computer Fundamentals
Basic Computing
1.8 SYSTEM SECURITY AND DATA SECURITY
Securing your computer and also the data stored on your computer is the
worldwide concern today. Securing stored data involves preventing unauthorized
people from accessing it. It also includes preventing accidental or even intentional
destruction or modification of data. Hence data security involves digital privacy
Notes measures that are applied to prevent any sort of unauthorized access to computers,
databases or even websites.
There are various data security measures that are prevalent nowadays. These
include software/hardware disk encryption, backups, data masking, scrambling
etc.
1.9 PORTS
Ports are the connecting points on the CPU. Monitor, keyboard, printer and other
peripheral devices are connected to the computer through ports. Some of the
ports are discussed below:
Serial Ports
A serial port transfers data one bit at a time. It is a single wire that transmits 8 bits
of data. Also a start byte has to be transmitted before each byte of data and a stop
bit has to be sent after the byte. Serial ports are also known as COM ports or
RS232C ports and come in the form of 9 pin or 25 pin male connector. A mouse
is connected to the CPU through a serial port.
Parallel Port
A parallel port sends or receives 8 bits (1 byte) at a time. These 8 bits are
transmitted in parallel to each other. These ports come in the form of 25-pin
female connector and are generally used to connect devices like printer, scanner,
external hard disk drive etc.
USB Port
USB stands for Universal Serial Bus. It is becoming popular day by day and is used
to connect variety of devices like printers, scanners, mouse, keyboard, speakers
etc. It is a simple and an easy to use port.
InfraRed Port
This port sends and receives a ray of light of infrared frequency from one device
to another. These types of ports are used for wireless data transmission. This is the
same technology that is used for TV remotes and in case of computers, it is used
in devices like wireless keyboard and wireless mouse.
20 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
Bluetooth
A Bluetooth is a telecommunication industry specification that is used to connect
mobile phones, computers and other such devices to connect to each other using
short range wireless connection. The maximum range of Bluetooth communication
is 10 meters.
The computers can be classified according to their shapes and sizes and also
according to the technology being used. Do you know the different types of
computers available in the market today?
Broadly, computers can be of three types:
z Analog Computers: These computers work with continuous and physical
quantities like temperature, voltage, current, weight etc. These are not as
accurate as digital computers. They are used in engineering and scientific
applications. For example, a blood pressure monitoring machine is a type of
analog computer.
z Digital Computers: These computers work with discrete quantities. The
data is converted into binary form i.e., 0s and 1s.These are much faster than
the analog computers and are also far more accurate. We use digital computers
for scientific and business applications. Digitally programmed watches are
good examples of digital computers.
z Hybrid Computers: These types of computers use both analog and digital
technology. Some calculations may take place in analog manner while others
may be in digital form. These are used in weather forecasting.
Computer Science 21
MODULE – 1 Computer Fundamentals
Basic Computing
so that we use various web services like email, chat, video chat, GPS,
online games etc. Smartphones generally have a touch screen interface.
b. Portable Personal Computers: This category of microcomputers
includes laptops, notebooks, tablets etc. These are larger in size than
mobile computers but can be easily carried from one place to another.
c. Desktop PCs: These computers are installed on a table or desk. These
Notes
are large and heavy computers. So they are not portable. These are
generally used in places where the user has to work sitting at one
place only like offices, shops, hospitals, ticket booking counters etc.
(ii) Minicomputers
Minicomputers provide faster operating speeds and larger storage capacity
than microcomputers. These serve as servers in multiuser environments.
These computer can support large number of high speed input/output devices
and also many users can simultaneously work on these systems. Small
business organizations having about 50-100 users use minicomputers as
their servers.
(iii) Mainframe Computers
Mainframe computers or simply mainframes are the second largest in terms
of the capacity and size of computers. Mainframes are huge and very
expensive computers but can support hundreds of users at a time. These
multi-processor systems have very large storage capacity and so can handle
huge volumes of data and information. These are used in large organizations
like railways where centralized data for the entire railway reservation system
is maintained.
(iv) Supercomputers
Supercomputers are the most powerful computers in the world. In a
supercomputer many processors work simultaneously, so they have very
high processing speed. They can process huge volume data and information
with ultrafast calculations. Supercomputers are used in specialized
applications like weather forecast, space research, molecular modeling etc.
22 Computer Science
Computer Fundamentals MODULE – 1
Basic Computing
TERMINAL EXERCISE
1. What are the major components of a computer?
2. What is CPU and how does it work? Explain briefly.
3. What is a plotter and how does it work?
4. Describe the various types of printers briefly.
5. Differentiate between the following:
(a) RAM and ROM
(b) Volatile and non-volatile memory.
(c) Sequential access and Random access
6. Explain different types of ports.
Computer Science 23
MODULE – 1 Computer Fundamentals
Basic Computing
1.1
1. receive input
Notes process information
produce output
store information for future use
2. input
3. (a) ALU (b) CPU (c) processing
1.2
1. (a) 1024
(b) RAM, ROM
(c ) cache
(d) secondary
2. (a) True (b) False (c) False
(d) False (e) True
1.3
1. Universal Serial Bus
2. 10
3. Microcomputers, minicomputers, mainframe computers, supercomputers.
24 Computer Science