Computer Question and Answers Assessment 12
Computer Question and Answers Assessment 12
The heart of any computer is the processor unit, which consists of ALU and control elements. The
CPU is the brain of any computer system. In a human body, the brain takes all major decisions and
the other parts of the body function as directed by the brain. Similarly, in a computer system, all
major calculations and comparisons are made inside the CPU and the CPU is also responsible for
activating and controlling the operations of other units a computer system.
b) Control Unit
a) Arithmetic Logic Unit (ALU) The Arithmetic Logic Unit of a computer system is the place where the
actual execution of the instruction takes place during the processing operation. All calculations are
performed and all comparisons are made in the ALU of the CPU. The data and instructions, stored in
the primary storage prior to processing ,are transferred as and when needed to the ALU where
processing takes place. After the completion of processing , the final results that are stored in the
storage unit are released to an output device. The type and number of arithmetic and logic
operations that a computer can perform is determined by the engineering design of the ALU.
However , almost all ALU’s are designed to perform the four basic arithmetic operations- add,
subtract, multiply, divide and logic operations or comparisons such as less than , equal to ,or greater
than.
b) Control Unit
The Control Unit of the CPU maintains order and directs all operations inside the computer.
It is known as nerve center of the computer because it controls and coordinates all hardware
operations, i.e , those of the CPU and input-output devices. At the beginning of the processing the
data first program instruction is selected and fed in the control section from the program memory
area. Here it is interpreted and signals are sent to other components to execute the necessary action.
Further program instructions are selected and executed, one after another, until the processing is
completed. Its actions are given below:
1. It gives command to transfer data from the input device to the memory to ALU
2. It also transfers the results from ALU to the memory and on to the output device for printing
3. It stores the program in the memory, takes instructions one by one, understands them and issues
appropriate commands the other units.
4. It fetches the required instructions from the main storage via memory data register and places it
in the control instruction register. Then it interrupts the instructions in control instruction register
and gets it executed by sending a command signal to the concerned hardware device. Memory
data register is special register, which holds all data instructions temporarily as they pass in and out
of the main memory. Control instruction register is also a special register that holds machine
instructions currently being interpreted by control unit
c) Memory Unit:
Although CPU is the brain behind all the operations in your computer, it needs to be supplied
with the data to be processed and the instructions to tell it what to do. Once the CPU has carried out
each instruction, it needs somewhere to store the result. This storage space is provided by the
computer’s memory. Thus, the memory unit is used to store the set of instructions that determine
the operations to be carried out on a set of data, as well as the data on which these operations are
performed.
The memory unit is also called the main memory or the immediate access store.
ANS: Wireless networks come in various types, each serving different purposes. Let’s explore
them:
1. Wireless Local Area Network (WLAN):
o Commonly used in homes and offices.
o Connects devices within a limited area (such as a building or campus).
o Utilizes Wi-Fi technology (IEEE 802.11 standards) for wireless communication1.
2. Wireless Personal Area Network (WPAN):
o Provides short-range connections (typically within a few meters).
o Examples include Bluetooth and ZigBee networks.
o Used for connecting devices like smartphones, tablets, and wearables1.
3. Wireless Metropolitan Area Network (WMAN):
o Covers larger areas, such as urban regions.
o Offers broadband access.
o Often used for city-wide Wi-Fi or WiMAX networks2.
4. Wireless Wide Area Network (WWAN):
o Provides broad coverage over large areas.
o Includes cellular networks (e.g., 4G, 5G).
o Enables mobile communication across cities and countries2.
Remember, while all these networks use radio frequency (RF) connections, Wi-Fi specifically
refers to the IEEE 802.11 standard.
In addition to a LAN, there are a few other types of common wireless networks:
personal-area network (PAN), metropolitan-area network (MAN), and wide-area network
(WAN).
LAN
A local-area network is a computer network that exists at a single site, such as an office
building. It can be used to connect a variety of components, such as computers, printers,
and data storage devices. LANs consist of components like switches, access points,
routers, firewalls, and Ethernet cables to tie it all together. Wi-Fi is the most commonly
known wireless LAN.
PAN
MAN
Large companies, for example, may use a MAN if they have a spacious campus and
need to manage key components, such as HVAC and electrical systems.
WAN
A wide-area network covers a very large area, like an entire city, state, or country. In
fact, the internet is a WAN. Like the internet, a WAN can contain smaller networks,
including LANs or MANs. Cellular services are the most commonly known wireless
WANs.
Pipelining:
• Early CPUs had to wait until an instruction completed all four stages before starting the
next one.
• Modern computers use pipelining, allowing the processor to begin fetching a second
instruction before completing the cycle for another instruction.
• Pipelining improves performance by overlapping instruction processing.
4.what is hard disk?
Ans: A hard disk drive (HDD), also known as a hard disk or hard drive, is an essential
component in modern computers for storing and retrieving digital data. Let’s explore the key
aspects of HDDs:
1. Components:
o An HDD consists of one or more rigid, rapidly rotating platters coated with
magnetic material.
o These platters are paired with magnetic heads, arranged on a moving actuator
arm, which read and write data to the platter surfaces.
2. Data Access:
o Data is accessed in a random-access manner, allowing individual blocks of data
to be stored and retrieved in any order.
o HDDs are non-volatile storage devices, retaining data even when powered off.
3. History:
o IBM introduced the first HDD in 1956, revolutionizing data storage.
o HDDs dominated as secondary storage devices for general-purpose computers
since the early 1960s.
4. Capacity and Performance:
o HDD capacity is measured in terabytes (TB), where 1 TB equals 1,000 gigabytes.
o Some capacity is reserved for file systems, operating systems, and error
correction.
o Performance depends on rotational speed (measured in revolutions per minute)
and data-transfer rates.
5. Challenges and Competition:
o HDDs face competition from solid-state drives (SSDs), which offer higher data-
transfer rates, better reliability, and lower latency.
o SSDs are replacing HDDs in applications where speed and durability are crucial.
In summary, HDDs remain crucial for data storage, but SSDs are gradually taking over due to
their superior performance.
A hard disk drive (HDD) is an internal or external computer component that stores
data, such as the operating system, applications, and user files.
HDDs are “non-volatile” storage devices, meaning they retain stored data even when
power isn't being supplied.
How does a hard drive work?
An HDD includes two main elements; a spinning platter and an actuator arm.
• The platter is a circular magnetic disk containing tracks and sectors that
retain data.
• The actuator arm moves across the platter to read and write data.
The platter spins (hence the name) on a spindle to help speed up the read/write
process as the actuator arm moves across it.
The data sectors are spread out randomly (also known as fragmented) across the
platter, and below we'll discuss defragmenting a hard drive to boost performance.
Hard drives can be both within and outside computers. Internal hard drives are
installed inside the computer's case and are directly connected to the motherboard
and power supply. External hard drives, on the other hand, are housed in their own
enclosure and connect to the computer via USB, Thunderbolt, or other interfaces.
Internal drives are typically used for primary storage, while external drives are often
used for additional sotrage, backups, or transferring data between devices.
The heart of any computer is the processor unit, which consists of ALU and control elements.
The CPU is the brain of any computer system. In a human body, the brain takes all major
decisions and the other parts of the body function as directed by the brain. Similarly, in a
computer system, all major calculations and comparisons are made inside the CPU and the CPU
is also responsible for activating and controlling the operations of other units a computer system.
The Components of CPU are :
b) Control Unit
The Arithmetic Logic Unit of a computer system is the place where the actual execution of
the instruction takes place during the processing operation. All calculations are performed and all
comparisons are made in the ALU of the CPU. The data and instructions ,stored in the primary
storage prior to processing ,are transferred as and when needed to the ALU where processing
takes place. After the completion of processing , the final results that are stored in the storage
unit are released to an output device. The type and number of arithmetic and logic operations
that a computer can perform is determined by the engineering design of the ALU. However ,
almost all ALU’s are designed to perform the four basic arithmetic operations- add, subtract,
multiply, divide and logic operations or comparisons such as less than , equal to ,or greater than
b) Control Unit
The Control Unit of the CPU maintains order and directs all operations inside the computer. It
is known as nerve center of the computer because it controls and coordinates all hardware
operations, i.e , those of the CPU and input-output devices. At the beginning of the processing the
data first program instruction is selected and fed in the control section from the program memory
area. Here it is interpreted and signals are sent to other components to execute the necessary action.
Further program instructions are selected and executed, one after another, until the processing is
completed .Its actions are given below :
1. It gives command to transfer data from the input device to the memory to ALU
2. It also transfers the results from ALU to the memory and on to the output device for printing
3. It stores the program in the memory, takes instructions one by one , understands them and issues
appropriate commands the other units.
4. It fetches the required instructions from the main storage via memory data register and places it in
the control instruction register. Then it interrupts the instructions in control instruction register and
gets it executed by sending a command signal to the concerned hardware device. Memory data
register is special register, which holds all data instructions temporarily as they pass in and out of
the main memory. Control instruction register is also a special register that holds machine
instructions currently being interpreted by control unit.
c) Memory Unit :
Although CPU is the brain behind all the operations in your computer, it needs to be supplied
with the data to be processed and the instructions to tell it what to do. Once the CPU has carried out
each instruction, it needs somewhere to store the result. This storage space is provided by the
computer’s memory. Thus, the memory unit is used to store the set of instructions that determine
the operations to be carried out on a set of data, as well as the data on which these operations are
performed.
The memory unit is also called the main memory or the immediate access store(IAS). The main
memory section is used for four purposes. Three of these relate to the data being processed.
i) Data are fed into an input storage area where they are held until ready to be
processed.
ii) A working storage space that’s like a sheet of scratch pad is used to hold the data
being processed and the intermediate results of such processing
iii) An output storage area holds the finished results of the processing operations
until they can be released.
iv) In addition to these data related purposes, the main memory section also
contains an instruction storage area that holds the processing instructions The
primary memory is further classified into Random Access Memory (RAM) and
Read Only Memory (ROM)
ASSIGNMENT-2
6. What is output devices?
ANS: The job of an output device is just the reverse of that of an input device. It supplies
information and results of computation to the outside world. Thus these are instruments of
interpretation and communication between humans and computer systems. Their main job is to
convert data from machine understandable form to human understandable Form. Output interfaces
are designed to match the unique physical or electrical characteristics of output devices to the
requirements of the external environment
Monitor
Visual Display Unit (VDU), commonly called monitor is the main output device of a
computer. It consists of a Cathode Ray Tube(CRT),which displays characters as output. It forms
images from tiny dots, called pixels, that are arranged in a rectangular form. The sharpness of the
image depends upon the number of the pixels. Types of Monitors : There are different kinds of
monitors depending upon the number of pixels. Depending upon the resolution, monitors can be
classified as:
The differences between these monitors are depending upon color of display, monitors can be
classified as Monochrome and color Monitors.
Printers
Printers are the most commonly used output devices that can be found in almost all
computer centers. They are the primary output devices used to prepare permanent documents in
human readable form (known as hard copy). There are several types of printers that are designed
for different types of applications. Depending on their speed and approach of printing, printers are
classified as character printers, line printers, and page printers. In addition, there is another
classification according to which printers are of two types- impact and non-impact.
The impact printers use the familiar typewriter approach of hammering a typeface against
paper and inked ribbon, are called Impact Printers. These printers are of two types-
a) Character and
a) Character Printers :
These printers print one character at a time. These printers can be further classified into two types –
Daisy Wheel and Dot Matrix Printers.
In the daisy wheel approach, each petal of the wheel has a character embossed on it. A
motor spins the wheel at a rapid speed. When the designed character spins to the correct position
paper strikes it to produce the output. Daisy Wheel printers give a good quality but they are
expensive than Dot Matrix printers
b) Line Printers :
Line printers use impact methods to produce a line at a time. The speed is measured in the
form of lines per minute. The quality of printing is not as good as that of as that of a daisy wheel
printer.
They are also of two types – Drum Printers and Chain Printers.
Drum Printers :
These printers print the line by a rotating drum having a ring of characters for each print
position. The hammer strike each character of the drum simultaneously so that entire line is printed
for one full rotation of the drum. These printers are also called Barrel Printers. The printouts
obtained from these printers have even character spacing but uneven line height.
NON-IMPACT PRINTERS:
a. Laser Printer :
b. Inkjet Printers
c. Thermal Printers :
d. Speakers/Headphone.
In summary, the internal clock plays a crucial role in orchestrating a computer’s activities,
maintaining synchronization, and contributing to overall performance.
World Wide Web, which is also known as a Web, is a collection of websites or web
pages stored in web servers and connected to local computers through the
internet. These websites contain text pages, digital images, audios, videos, etc.
Users can access the content of these sites from any part of the world over the
internet using their devices such as computers, laptops, cell phones, etc. The
WWW, along with internet, enables the retrieval and display of text and media to
your device. The building blocks of the Web are web pages which are formatted in
HTML and connected by links called "hypertext" or hyperlinks and accessed by
HTTP. These links are electronic connections that link related pieces of information
so that users can access the desired information quickly. Hypertext offers the
advantage to select a word or phrase from text and thus to access other pages
that provide additional information A web page is given an online address called a
Uniform Resource Locator (URL). A particular collection of web pages that belong
to a specific URL is called a website, e.g., www.facebook.com, www.google.com,
etc. So, the World Wide Web is like a huge electronic book whose pages are stored
on multiple servers across the world.related to that word or phrase. Small websites
store all of their WebPages on a single server, but big websites or organizations
place their WebPages on different servers in different countries so that when users
of a country search their site they could get the information quickly from the
nearest So, the web provides a communication platform for users to retrieve and
exchange information over the internet. Unlike a book, where we move from one
page to another in a sequence, on World Wide Web we follow a web of hypertext
links to visit a web page and from that web page to move to other web pages. You
need a browser, which is installed on your computer, to access the Web.server.
Ribbon
components.
Section, etc.
File Tab
Title Bar
presentation.
Slide Area
Slide Pane
They are the four view buttons on the left of Zoom control
PowerPoint views.
this view.
• Reading View −This window will allow you to
any changes.
the presentation.
Notes Pane
This is a section below the slide area where you can add notes
to accompany each slide. The notes are not visible during the
Status Bar
components, including:
presentation.
elements.
presentation.
10. What are the various optical input devices?
The input device is the interface between the computer and user. This device accomplishes
the task of translating the language we understand into something that the computer can
comprehend. In order to use the computer for data processing ,data has to be given to the computer.
This is called input. Those devices that help in feeding the input are called input devices. Input
devices read information prepared by users and convert it into a code that can be conveyed by
electrical pulses into the computer system. Their main job is to convert data from human
understandable from to machine under stand able form.
Key Board :
The most common input device is the keyboard. It is the standard input device through which
information is fed into the system. The computer keyboard is similar to the typewriter keys,
keyboards has function keys for communications to the internal processor. The inputs we give are
letters of the alphabets, numbers, and special characters. Apart from board, there are many input
devise. Let us examine briefly some other input devices.
The keyboards is the main mans of issuing directions to your PC . A computer keyboard is quite
similar to that of typewriter. But it has some additional keys which are described below:
• Arrows and other movement keys (Home, Page Up, Page Down)
• Function keys(F1to F10 or F1to F12)
• text editing keys ( Backspace, Del, Ins)
• Modifier keys ( Shift, Ctrl, Alt.)
• Enter
• Other special keys (print Screen, Scroll Lock and so on)
• LED status indicators
Today keyboards are enhanced with 101 keys or more the enhanced keyboards are most popular
since they have some extra set of keys. The keyboard layout is given at the end of this previous page.
Mouse :
Mouse is another basic input device of a computer. It is pointing device used to move cursor,
draw sketches/diagrams, selecting a text/object/menu item , etc. on monitor screen while working
on windows. Mouse is a small, palm size box containing three buttons and a ball underneath which
senses the movement of the mouse and sends the corresponding signals to CPU on processing the
buttons.
Micro phone :
Special Input Devices : The input devices which are not essential to operate PC are called Special
Input Devices. These devices are required for special input operations . These devices include
Scanner, Digital Camera, Touch Screen, Light Pen, Trackball, Joystick, Digitizer, Optical Mark Reader,
Optical Character Reader, Bar code Reader and Magnetic Ink character Recognition (MICR) Device.
Scanner :
Scanner is widely used in Desktop Publishing (DTP) applications. It is used for digitizing
images such as photographs, forms, documents, etc. into computer memory. There are many types
of scanners. Some scanners can also read text by converting them to digital code. The scanners are
very useful for converting the typed pages into word-processing files. Graphics scanners convert a
printed image into video image without converting it to digital code.
Digital Camera :
Digital Camera is a type of camera that records images in an electronic format, storing the
images either on a disk or on a special memory, called flash memory. A digital camera uses a CCDI
(charge -coupled Device) element to capture the image through the lens when the photographer
releases the shutter in the camera. The image captured by the camera can be transferred to the PC in
two ways, depending upon how the camera store them. As the electronic images captured by digital
camera can be manipulated and processed much like the image from a scanner, the digital camera is
a popular input device of multimedia computer.
Touch Screen:
Some special VDU devices have touch sensitive screens. These screens are sensitive to
human fingers and act as tactile input devices. Using the touch screen, a user can point to a
selection on the screen instead of pressing keys as shown in fig. Touch screen helps the user in
getting the information quickly. It is mainly used in hotels or airports to convey information to
visitors.
Light Pen :
Light pen is a pointing device, which is used to select a displayed menu item or draw pictures on the
monitor screen as shown in fig. It consists of a photocell and an optical system placed in a small tube.
When its tip is moved over the monitor screen and pen button is pressed, its photocell-sensing
element detects the screen location and sends the corresponding signal to the CPU.