0% found this document useful (0 votes)
53 views24 pages

STD 8 Computer Studies

The document is a question bank for the academic year 2022-23 covering topics related to Operating Systems, Graphical User Interfaces, and Spreadsheet functions. It includes fill-in-the-blank questions, naming tasks, differentiations, and explanations of various concepts and functions in MS Excel. Additionally, it provides steps for performing tasks in Excel and discusses computer networking basics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views24 pages

STD 8 Computer Studies

The document is a question bank for the academic year 2022-23 covering topics related to Operating Systems, Graphical User Interfaces, and Spreadsheet functions. It includes fill-in-the-blank questions, naming tasks, differentiations, and explanations of various concepts and functions in MS Excel. Additionally, it provides steps for performing tasks in Excel and discusses computer networking basics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 24

QUESTION BANK(2022-23)

Chapter 1

Operating System (OS) and Graphical User Interface (GUI): Role and Functions

Fill in the blanks

Question 1

The loading of an operating system in the primary memory is called booting.

Question 2

Windows software was first developed by the Microsoft Corporation.

Question 3

I/O management enables the operating system to control I/O devices.

Question 4

The bottom-most part of the desktop is called the Task Bar.

Question 5

GUI interface allows user interaction through graphical icons.

Name the following

Question 1

Two types of booting

Answer

(a) Cold Booting


(b) Warm Booting

Question 2

Four types of windows

Answer

(a) Application Window


(b) Document Window
(c) Dialog Window
(d) Active Window
Question 3

Any Three icons available on the taskbar.

Answer

(A) Volume
(B) Charging Status
(C) Google Chrome

Question 4
Three types of an operating system

Answer

(a) Batch Processing


(b) Multiprogramming
(c) Multiprocessing

Question 5

Three MS-DOS files

Answer

(a) IO.SYS
(b) MS-DOS.SYS
(c) COMMAND.COM

Chapter 1
Differentiate between the following.

Cold Booting Warm Booting

When power to a computer is cycled (turned off and When the computer needs to restart under
then on) or a special reset signal is given to the software control without switching off power,
processor, it is known as Cold Booting. it is known as Warm Booting.

During warm boot, peripherals check is


During cold boot, peripherals check is performed.
skipped.

Cold boot takes more time than warm boot. Warm boot is faster than cold boot.

Character User Interface Graphic User Interface

It is also known as CUI. It is also known as GUI.


Cold Booting Warm Booting

In GUI, the users interact with the computer


In CUI, the users interact with the computer through
through a graphical interface using menus
commands that are typed using the keyboard.
and mouse clicks.

MS-DOS is an example of CUI. Windows is an example of GUI.

1) What is an operating system? Give an example.

Ans:

An operating system is an integrated set of programs that manages various resources and the
overall operations of a computer system. It is designed to support the various activities of the
computer system in a systematic way.

2) Why do we need an operating system?

Ans:

We need an operating system because it enables users' interaction with computer systems by
acting as an interface between users or application programs and the computer hardware.

3) What are the functions of an operating system? Explain.

Ans:

The functions of an operating system are:

1. Booting the computer — It helps in starting-up the computer system and sets it up for
the user to start using it.
2. Loading the programs in the memory — After the computer is booted, it loads a set
of programs into the primary memory that are essential for the proper functioning of the
computer system.
3. Managing Resources — It coordinates between the software and hardware in the
computer system.
4. Detecting and correcting errors — If the supporting hardware or software does not
work properly, then the operating system tries to rectify it and also guides the user to
take necessary steps.
5. Ensuring data security — It keeps different programs and data in such a way that they
don't interfere with each other.

4) Enlist three features of MS DOS as a character user interface.


Ans:
The features of the MS DOS are:
i) It is a portable operating system.
ii) It is a single user operating system.
iii) It may be contained in a floppy disk, hard disk or a pen drive.
5) What is meant by multitasking? Give an example.
Ans:
Multitasking, in an operating system, is allowing a user to perform more than one
computer task at a time.
Ex: editing a word document while browsing the internet.
6) What are the advantages of 'Windows' as an operating system?
Ans:

The advantages of 'Windows' as an operating system are:

1. It is comparatively easier to use.


2. We don't need any specialized computer education or training to use Windows.
3. Wide support for games. Almost all games run on Windows.
4. It can run on most of the processors.
5. The collection of software programs, utilities and games is relatively much larger for
Windows.

7) Distinguish between an application window and active windows.


Ans:

Application window Active window


i) When the user opens any i) The window on which a user is
application package or program currently working, is referred to as
such as MS word, MS excel, ms the active window.
power point etc the window which
appears on the screen is called an ii) At a time, several windows of
application window. various applications can be opened
ii) It is the primary window of an on the computer screen but the user
application that allows the user to can work only on the active
communicate with the application window.
program.

8) What are the main features of multiuser operating system?


Ans:
i) Multi-user operating system is a computer operating system that allows multiple users
on different computers or terminals to access a single system with one OS on it.
ii) Each user can work on different set of programs and data.

Chapter 2

Spreadsheet: Functions and Charts


Class 8 - APC Understanding Computer Studies with BlueJ

State whether the following statements are True/False

Question 1

A range of cells is a group of cells that have been selected and which form a shape of a
rectangular box.
True

Question 2

A spreadsheet can only contain numeric data.


False

Question 3

You can insert a chart but not clipart in a worksheet.


False

Question 4

The cell in which the cell pointer is located in a worksheet is the active cell.
True

Question 5

You can select a range of data as per your choice in a spreadsheet.


True

Fill in the blanks

Question 1

Charts are the pictorial representation of data values stored in the worksheet.

Question 2

When the corresponding cell address changes with reference to a new cell address, it is known
as relative reference.

Question 3

By default, MS Excel provides three worksheets in a workbook.

Question 4

The built-in formulae for specific numeric/non-numeric processing are called functions.
Question 5

A range of cells is a rectangular block consisting of a few cells, an entire row, an entire column
or the whole worksheet.

Write the format of the functions used in MS Excel to perform the following tasks

Question 1

To calculate the average of 82, 67, 80, 74 and 95.

Answer

=AVERAGE(82,67,80,74,95)

Question 2

To find the highest value of the cell references from D3 to K3.

Answer

=MAX(D3:K3)

Question 3

To calculate the sum of the first five multiples of 7.

Answer

=SUM(7,14,21,28,35)

Question 4

To determine the lowest value of the cell references from A4 to A12.

Answer

=MIN(A4:A12)

Question 5

To find the sum of all the prime numbers from 1 to 10.

Answer

=SUM(2,3,5,7)

Question 6

To find the arithmetical mean of the cell references from E4 to K4.

Answer

=AVERAGE(E4:K4)
Explain the meaning of the following functions

Question 1

=SUM (C5:H5)

Answer

This function calculates the sum of the cell references from C5 to H5.

Question 2

=AVERAGE (K12:K50)

Answer

This function calculates the average of the cell references from K12 to K50.

Question 3

=COUNT (B15:B35)

Answer

This function counts the number of cells in the range of cells from B15 to B35.

Question 4

=MAX (A4:A14)

Answer

This function finds the highest value among the cell references from A4 to A14.

Define the following

Question 1

Relative Referencing

Answer

In Relative Referencing, the address of the cells is specified in a way that when the formula
is copied to a new cell, the corresponding cell address changes with reference to the new
cell address.=A1+A2 is an example of Relative Referencing.

Question 2

Absolute Referencing

Answer

In Absolute Referencing, the address of the cells is specified in a way that it remains
constant when the formula is copied to a new cell. To keep the cell value absolute apply the
'$' sign. =$A$1+$A$2 is an example of Absolute Referencing.
Question 3

Mixed Referencing

Answer

Mixed Referencing is a combination of Relative and Absolute reference. In this type of


reference, either row or column has to remain fixed. =$A1+A$2 is an example of Mixed
Referencing.

Explain the following functions

Question 1

SUM ( )

Answer

This function calculates the total of all the values of the specified cells and returns the
result to the cell where the cell pointer is located.

Its syntax is:


=SUM(number1, number2, .......) where argument type is Number and return type is
Number.

To find the sum of the cell values ranging from A1, A2, A3, ........ to An, the function will be
written as:
=SUM(A1, A2, A3, ......., An)
OR
=SUM(A1:An)

Question 2

AVERAGE ( )

Answer

This function takes all the values of the specified cells and returns the average of the cell
values in the active cell.

Its syntax is:


=AVERAGE(number1, number2, .......) where argument type is Number and return type is
Number.

To find the average of the cell values ranging from A1, A2, A3, ........ to An, the function will
be written as:
=AVERAGE(A1, A2, A3, ......., An)
OR
=AVERAGE(A1:An)

Question 3

MAX ( )

Answer
This function returns the highest value from among the specified cells in the active cell.

Its syntax is:


=MAX(number1, number2, .......) where argument type is Number and return type is
Number.

To know the highest of the cell values ranging from A1, A2, A3, ........ to An, the function
will be written as:
=MAX(A1, A2, A3, ......., An)
OR
=MAX(A1:An)

Question 4

MIN ( )

Answer

This function returns the lowest value from among the specified cells in the active cell.

Its syntax is:


=MIN(number1, number2, .......) where argument type is Number and return type is
Number.

To know the lowest of the cell values ranging from A1, A2, A3, ........ to An, the function will
be written as:
=MIN(A1, A2, A3, ......., An)
OR
=MIN(A1:An)

Short Answer Questions:


1) What are the points to be taken care of while writing the format of a function in MS
Excel?

The following points must be taken care of while writing the format of a function in MS Excel:

1. Each function must begin with an 'equal to' (=) sign.


2. Parenthesis is used to indicate the opening and closing of a function.
3. Arguments are written within the parenthesis.
4. Commas are used to separate the arguments.

2) What is meant by cell reference?

The cell address that we use in the formula is known as the cell reference. The address of the cell
consists of the column letter followed by the row number. For example, cell address A1 denotes
the column name as A and the row number as 1.
3) Define sheet tab.
Sheet tab is a part of Microsoft Excel, and it is the tab that is used for displaying the worksheet
that is currently been edited by the user.
4) Explain the term 'Range of Cells' in a spreadsheet.
A range of cells is a group of cells that have been selected/ highlighted and which form a shape
of a rectangular box. A range is specified by giving the addresses of the first cell in the range and
the last cell in the range.
5) What do you under by chart? Explain with reference to MS Excel.
A chart is a tool you can use in Excel to communicate data graphically. Charts allow your
audience to see the meaning behind the numbers, and they make showing comparisons and
trends much easier. In this lesson, you'll learn how to insert charts and modify them so they
communicate information effectively.
Write all the steps to perform the following task in MS Excel:
1. Naming a worksheet
Step 1: Select the Sheet Tab that you want to name.
Step 2: Double click on the sheet tab and it will become darkened.
Step 3: Enter an appropriate name.
Step 4: Press the 'Enter' key.
2. Renaming worksheet
Step 1: Select the Sheet Tab that you want to rename.
Step 2: Right-click on the sheet tab. Choose the 'Rename' option from the pop-up list.
Step 3: Type a name in the 'Sheet Tab' box.
Step 4: Press the 'Enter' key.

3. Deleting a worksheet

Step 1: Select the Sheet Tab that you want to delete.


Step 2: Right-click on the Sheet Tab.
Step 3: Select the option 'Delete' from the pop-up list.
Step 4: Press the 'Enter' key.
4. Selecting a partial range in a row
Step 1: Select the row.
Step 2: Bring the cell pointer to the desired location from where you want to start
your selection.
Step 3: Click the left mouse button and keep dragging to your right till you reach the last
cell to be selected.
Step 4: Release the mouse button.
5. Selecting multiple columns in a worksheet
Step 1: select or bring the mouse pointer to the column header of a column from where
consecutive columns are to be selected.
Step 3: press the left mouse button to select required number of columns.
Step 4: Release the mouse button.
6. Preparing a chart by using a simple data table.
Step 1: select the range of cells whose data to be represented.
Step 2: click the insert tab on the ribbon.
Step 3: click and select the type of chart from the charts group. A drop down list opens.
Step 4: select the desired chart. The data will be displayed the form of the chart selected.

VI

1. Find the average price of the books.

Step 1: Select a new cell


Step 2: Write the formula =AVERAGE (C3:C9)
2. If the bookseller offers 10% discount, then calculate the amount to be paid to the
shopkeeper.

Step 1: Select cell D3.


Step 2: Write the formula =C3-(C3*0.1) and press enter key.
Step 3: Select cell D3 again and drag the cell handle from D3 till D9.
Step 4: Select cell D10.
Step 5: Write the formula =SUM(D3:D9) and press enter key.
Step 6: Cell D10 shows the amount payable to the shopkeeper.

3. Find the price of the book which had the highest price among the books you bought.

Step 1: Select a new cell


Step 2: Write the formula =MAX (C3:C9)

4. Calculate the total amount paid at the book store.

Step 1: Select cell C10.


Step 2: Write the formula =SUM (C3:C9) and press enter key.
Step 3: Cell C10 shows the total amount paid to the book store.
Chapter 6

Network

Fill in the blanks

Question 1

A system of interconnecting computers is known as Computer Network.

Question 2

A Coaxial/telephone cable sends a analog signal during the data transmission.

Question 3

In a star topology, the host computer is connected to the local computers.

Question 4

A combination of different types of topologies is known as Hybrid topology.

Question 5

The Wi-Fi system means wireless data transmission.

Question 6

In a Star topology, the local computers are connected to host computers.

Question 7

A digital signal works on discrete data, which states only two conditions.

Question 8

The Bluetooth is a wireless communication within a short range by using radio frequency
bandwidth.

State whether the following statements are 'True'/'False'

Question 1

Modulation is the process of converting analog signals to digital signals.


False

Question 2

There is no difference between an analog signal and a digital signal.


False
Question 3

A medium carries the transmitted messages to the destination.


True

Question 4

A modem converts only analog signals to digital signals.


False

Question 5

Bus topology is also known as multipoint technology.


True

Question 6

The word Wi-Fi stands for wireless frequency.


False

Question 7

Broadband uses twisted pair cable for high speed data transmission.
False

Question 8

The network topological structure is the combination of physical as well as logical network.
False
Name the following

Question 1

Three elements of communication system

Answer

(a) Network Components


(b) Transmission Media
(c) Transmission Signals

Question 2

Three types of Network topologies

Answer

(a) Star Topology


(b) Ring Topology
(c) Complete Topology
Question 3

Three types of Network components

Answer

(a) Sender
(b) Medium
(c) Receiver

Question 4

Three types of Computer Networks

Answer

(a) Personal Area Network (PAN)


(b) Local Area Network (LAN)
(c) Wide Area Network (WAN)

Question 5

Three types of cables used in the data transmission

Answer

(a) Twisted Pair Cable


(b) Coaxial Cable
(c) Optical Fiber Cable

Give two differences between the following

Question 1
Local Area Network and Wide Area Network
Answer

Local Area Network Wide Area Network

A wide area network may operate


A local area network is restricted to a limited
on a worldwide or nationwide
geographical area.
basis.

In a local area network, the computers, the In a wide area network, there may
terminals and the peripheral devices are connected not be physical connection
to each other through wires and coaxial cables. between various computers.

Question 2
Analog Signal and Digital Signal
Answer
Analog Signal Digital Signal

Any type of signal or wave which is


continuously varying in nature is known as A digital signal works on discrete data.
analog signal.

It states only two condition i.e.


By observing the pattern of the output
'True'/'False' or 'High'/'Low' or
wave, we can conclude the result.
'Present'/'Absent'.

Question 3
Star Topology and Ring Topology
Answer

Star Topology Ring Topology

In ring topology, all local computers are


In star topology the local computers are
connected to each other in a ring
connected to the host computer.
arrangement.

Transmission delays between the two


Addition of a new terminal in the network
terminals do not increase by adding a new
delays the communication.
terminal.

If the transmission of the host computer Failure of one computer does not bring
fails, the entire network fails. down the whole network.

Short Answer Questions:

1. What is means by the communication system? Name all the elements of a communication
system.

Ans:

A communication system is a collection of individual communication networks which


interconnect and inter-operate to form an integrated communication environment. The purpose
of a communication system is to facilitate effective communication from the source to the
destination. It involves the following elements:

1. Network components
2. Transmission media
3. Transmission signals
4. Communication protocol

2. What is Network Component? Explain with reference to a communication system.

Ans:
Network Components help in transferring data from one point to another by using resources.
The data maybe analogous or digital in nature.

In any communication process, three elements are essentially needed. They are:

1. Sender — It creates the messages to be transmitted.


2. Medium — It carries the transmitted messages to the destination.
3. Receiver — It receives the messages from the source.

3. Explain the term 'Network Topology'. Name the different types of topologies.

Ans:

Network Topology is the arrangement of various elements (links, nodes, etc.) of a computer on
a logical network. The different types of topologies are:

1. Star
2. Ring
3. Complete
4. Hybrid
5. Multipoint (Bus)

4. What are the advantages of a computer network?


Ans:
The following are the advantages of networks:

 It is easy to back up all the data as it is stored on the file server.


 Communication becomes easy with the help of an email and instant messenger.
 Sharing of the files is easy.

5. Explain the arrangements in different types of computer networks.


Ans:

The arrangements in different types of computer networks are:


1. Star
2. Ring
3. Complete
4. Hybrid
5. Multipoint (Bus)
Define all the arrangements with the diagram. (From the book)
6. What are the advantages of digital signal over analog signal? Explain.
Ans:
There are many advantages of a digital signal over analog signal. Some of them areas listed
below.
 They are more secure as they do not get damaged by noise.
 These signals have a low bandwidth.
 They have a higher rate of transmission.
 We can translate the messages, audio and videos into the different languages.
7. What are the advantages and disadvantages of?
a) Complete topology
Advantages:
 It is the faster way to transfer data between two computers.
 If any computer breaks down, communication takes place via other modes.
Disadvantages:
 It is comparatively expensive as the numbers of terminals/points
connected to a computer are more.

b) Hybrid topology
Advantages:
 It is reliable and easy to detect the fault of the system.
 It includes both wired and wireless network.
 It is simple to extend the size of network with the addition of new
elements without disturbing the existing architecture.

Disadvantages:

 Sometimes, it is difficult to understand the design and the architecture.


 The cost of this topology is higher as compared to the other topologies.
c) Multipoint topology
Advantages:
 It is reliable as the failure of one computer within the network does not
affect the entire network.
 It is easier to connect a new computer into the network.
Disadvantages:

 If the communication line fails, the entire system stops working.

Chapter 6

UNIT II: INTERNET AND PROTOCOL

I. CHOOSE THE CORRECT OPTION:

1. Which of the following modems is attached to the internal slot of the


motherboard?

a. USB
b. Internal
c. External
d. Wi-fi

Ans: Internal

2. Which of the following components enables communication among multiple


computers on a network?

a. Web browser
b. Web portal
c. Packet
d. Router

Ans: router

3. Which of the following is the measure of the volume of data transferred on the
internet?

a. Path
b. Data
c. Bandwidth
d. Route

Ans: bandwidth

4. Which of the following is not a web browser?

a. Google+
b. Google chrome
c. Safari
d. Opera

Ans: Google+

5. Which of the following links enables the users to navigate from one document to other on
clicking?

a. Superlink
b. Newlink
c. Hyperlink
d. Movelink

Ans: hyperlink

6. What does the letter G signify in a GPRS modem?

a. Google
b. General
c. Gypsum
d. Generic

Ans: General

7. Which of the following allows storage of data over internet?


a. Air storage
b. Safe storage
c. Free storage
d. Cloud storage

Ans: cloud storage

II. Fill in the blanks

1. Cloud computing means storing, accessing information over the Internet from
sources other than hard drive of your system.
2. A protocol is a set of rules and procedures to establish a link between the
sender and the receiver.
3. Intranet is a computer network that shares information within an organization.
4. The address of a web page is called a URL.
5. The host and the type of site are together called a Domain.
6. Web browser is a software which allows the user to access and view different
websites.
7. Webpage is a document written in hypertext markup language.
8. MODEM is a device that converts analog to digital signal and vice-versa.

III. Write the full form of the following

Question 1

IMAP

Answer

Internet Message Access Protocol

Question 2

DSL

Answer

Digital Subscriber Line

Question 3

GPRS

Answer

General Packet Radio Service

Question 4

URL

Answer
Uniform Resource Locator

Question 5

USB

Answer

Universal Serial Bus

Question 6

ISP

Answer

Internet Service Provider

Question 7

SMTP

Answer

Simple Mail Transfer Protocol

Question 8

HTTP

Answer

Hyper Text Transfer Protocol

Question 9

DNS

Answer

Domain Name System

Question 10

TCP

Answer

Transmission Control Protocol

Define the following.


1. Transmission Control Protocol
Answer
 Transmission Control Protocol (TCP) is a network communication protocol used for
reliable data transmission over the network.
 It specifies how the data should be divided into packets on the sender's side and how
these packets should be re-assembled on the receiver's side to retrieve the data.
 TCP works in collaboration with Internet protocol (IP) to divide the data into packets
and route the packets over the network to their correct destination.
2. Hypertext transfer protocol
 Hypertext Transfer Protocol is an application protocol used for data
communication.
 It is the base of data communication in World Wide Web. It provides a standard
for web browsers that facilitates users to exchange information over internet.
 HTTP is used by most of the websites to access any file or page.
 HTTP is a request-response protocol in the client server computing model.
 It is an application layer protocol designed within the framework of Internet
Protocol Suite.

3. Internet Service Provider


Answer
 An Internet Service Provider (ISP) is an organisation that provides the facility of
availing internet services against a fee.
 They provide a gateway to the Internet where you can send and receive email, do online
shopping, research work, etc. An ISP includes various providers such as:

1. Internet Cable Service Providers


2. Internet Wireless Service Providers
3. Internet Broadband Service Providers
 Among the largest national and regional ISPs are BSNL, Reliance Jio, Airtel,
Vodafone, etc.
4. Modem
Answer
 A Modem modulates outgoing digital signals from a computer or other digital device to
analog signals through telephone lines.
 It demodulates the incoming analog signal and converts it to a digital signal for the
digital device.
 The different types of modems are Internal Modem, External Modem, GPRS Modem,
USB Modem, etc.
5. Router
Answer
 A Router is a communication device that is used to connect two different networks, such
as two LANs or a LAN and a WAN.
 It plays an important role in controlling the traffic and keeping the network efficient.
 It selects the best routes for the data packets to be sent from the sender to the receiver.

Question 8
File Transfer Protocol
Answer
 File Transfer Protocol (FTP) is a standard internet protocol.
 It is the simplest way to exchange files between the computers on the Internet.
 FTP works in the same way as HTTP works for transferring web pages from a server to a
user's browser and the Simple Mail Transfer Protocol (SMTP) which transfers email.
 FTP uses the Internet's TCP/IP protocols to enable the data transfer.
 It is commonly used to upload/download files to and from the servers over the Internet.
DIFFERENCES:
INTERNET INTRANET
i. Simultaneously link computers on i. Owned by local or private organisations /
different network / global network companies

ii. Support multiple users ii. Users are limited

iii. Unsafe, not protected iii. Protected and secured

iv. It’s a public network with more traffic iv. A private network and traffic is less

v. Can transfer unlimited data v. Can transfer only limited data

vi. Can be widely accessed and used vi. Company or organisation employees or admin
with access to login details can only use this

Hypertext Hyperlink

i. Hypertext contains the Non-linear i. In Hyperlinks the references are used


linking of the text with some other in the hypertext or with other
information. hypermedia.

ii. Hyperlink involves Text, media,


ii. Hypertext involves only text. audio, video, images, and graphics.

iii. Hypertext directed information only iii. Hyperlink directed link could contain
generates the related information. some unrelated information.

iv. Hyperlink contains the comprised of


iv. Hypertext contains Hyperlink. the URLs.

Internal Modem External Modem


i. Connects in to the slot in motherboard i. It can be connected fromoutside using
ii. User requires connection to the cables or wireless
computer that contains this modem ii. User can connect to the modem
iii. Low in price independently
iv. It is powered by PC iii. High in price
iv. It has to be powered by external supply
or USB

Web Browser Web Server


i. It is used for browsing and displaying web i. It is used for various searches, finds, and provides
pages. documents to the browser.
ii. A web browser is used to access the ii. It is used to store all the information and data of the
information stored by the webserver. websites.
iii. It makes many queries to servers in order iii. After viewing the browser requests, it authorizes them
to locate web-based services and data. and provides the requested content.
iv. The web browser serves as a bridge iv. The web server is a software program or a system that
between the server and the client, manages web applications, generates responses, and
displaying web content. accepts input from clients.

Short answer questions:


1. What are the advantages of a USB Modem over an External Modem? Explain.
Ans:

 USB modems are small and portable as compared to external modems.

 They do not require a power source and can be plugged into any USB port on the PC.

 They can be disconnected from the computer without turning off the system.

2. What is 'Cloud Computing'? What are its characteristics?


Ans:
Cloud computing means storing, accessing information over the Internet other than hard
drive of your system.
Characteristics of cloud computing are:

i. The user is able to access the information at any time by logging on to the Internet.
ii. Information is easily accessible from any place or any location.
iii. It provides instant monitoring of the resources accessed by the users.
iv. It allows multiple resource sharing.
v. It is self-service where you can compute or store the information without human
interaction.
3. What do you understand by Protocol? Name the different types of protocol.
Ans:
Protocol is a set of rules and procedures which establishes a link to control the data transmission
between sender and receiver.
Different types of protocols are as follows:
a) HTTP(Hypertext Transfer Protocol)
b) FTP(File Transfer Protocol)
c) IP(Internet Protocol)
d) TCP(Transmission Control Protocol)
e) IMAP(Internet Message Access Protocol)
f) SMTP(Simple Mail Transfer Protocol)

4. What are the advantages of Cloud Computing? Explain.


Ans:
The advantages of Cloud Computing are:

1. It eliminates the difficulty and expense of maintaining, upgrading computer hardware


and software.
2. The processing speed, memory capacity, software applications and maintenance of a
computer system are minimized.
3. It does not require any software to access or manipulate any information.
4. You can store and access any size or type of file, word process, play games or videos.
5. You can also develop applications or make scientific calculations or anything you want
by simply using a smart phone.
5. What is a web browser? In what ways is it helpful while accessing the internet?
 A web browser is a software application which helps the user access and view different
websites.
 A browser helps in the following ways:
a) It contacts the web server and sends a request for information.
b) It receives the information from the server and displays the content on the user’s
computer screen.

You might also like