wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Essentials -Quiz 1

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

Internet is

a)

Network of networks

b)

Local Area Network

c)

Global Connection between different websites

d)

Wired network which connect all computers globally

e)

None of the above

2.

Internet originated in the year

a)

Late 1983's

b)

Late 1972's

c)

Late 1960's

d)

Late 1990's

3.

Communication Protocol(s)

a)

TCP

b)

UDP

c)

IP

d)

HTTP

e)

All the Above

4.

Online multiplayer games is an example of

a)

TCP

b)

UDP

c)

IP

d)

HTTP

e)

None of the above

5.

World Wide Web(HTTP) is an example for

a)

UDP

b)

TCP

c)

IP

d)

All the above

e)

None of the above

6.

Which are statements are true

a) UDP is a light weight protocol and faster than TCP

b) TCP is a connection less protocol used for e-mail communication

c) Internet Protocol is connectionless and unreliable protocol.

d) HTTP is connection oriented stateless protocol.

a)

a and b

b)

c and a

c)

b and c

d)

c and d

e)

all the above

7.

Domain Name System is the

a)

IP address for the internet

b)

Phone book for the internet

c)

Centralized naming system for the internet

d)

Naming for public network in the internet

8.

SMTP is a

a)

System mail transfer protocol

b)

Small message transfer protocol

c)

Simple mail transfer protocol

d)

Simple message transmission protocol

9.

HTTP Request methods

a)

GET

b)

PUT

c)

POST

d)

HEAD

e)

All the above

10.

Web Browsers functionalities

a)

Converts Web Addresses

b)

Receives HTTP request via TCP

c)

Rendering Documents returned from server

d)

Communicate with web servers

e)

Execution of Scripts

11.

Web Servers Examples

a)

Mozilla firefox

b)

Apache

c)

Internet Explorer

d)

IIS

e)

All the Above

12.

Web server functionalities

a)

Receives TCP request

b)

Mapping to specific host

c)

Returns file in HTTP Request

d)

Maintain Log information about request and response

e)

Response to HTTP request through HTTP response

13.
HTML tags are enclosed with in which of the following brackets?
a)
Curly brackets {}
b)
brackets ()
c)
square brackets []
d)
angular brackets <>
14.
Header with largest size is displayed using which Header tag?
a)
<H1>
b)
<H6>
c)
<H5>
d)
<H4>
15.
_________ lets the browser know how the document should be interpreted
a)
<!DOCTYPE html>
b)
<html>
c)
<head>
d)
<link>
16.
which property is used to add space around the content and border?
a)
margin
b)
span
c)
padding
d)
position
17.
which attribute is used to refer to the source file and its location in img tag
a)
href
b)
src
c)
ref
d)
rel
18.
Which tag is used to make a list of un ordered grocery list
a)
<OL>
b)
<UL>
c)
<DT>
d)
<DD>
19.
Which attribute is used for setting background image for the web page
a)
<body bgimage=url>
b)
<body background-image=url>
c)
<body background=url>
d)
<bgimage url="">
20.
Which of the following property of declaration is used to represent text color of <H1> tag
a)
H1{color:red}
b)
H1{font-color:red}
c)
H1{foregroundcolor:red}
d)
H1{fontcolor:red}