wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IWT AL703(D)

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

The values GET, POST, HEAD, etc are specified in ____ of HTTP message.

a)

Request line

b)

Header line

c)

Entity body

d)

Status line

2.

What is a web browser?

a)

A program that can display a web page

b)

A program used to view html documents

c)

Both

d)

None

3.

Which of the following statements are true?

a)

HTTP runs over TCP

b)

HTTP allows information to be stored in a URL

c)

HTTP can be used to test the validity of a hypertext link

d)

All

e)

None

4.

Which instructs a Web browser on how to format and process a hypertext document?

a)

Document

b)

Tags

c)

Elements

d)

Programs

5.

Which of the following can read and render HTML web pages


a)

Server

b)

head Tak

c)

web browser

d)

empty

6.
  1. Which of the following is not an HTML tag?

a)
  1. < select >

b)

<input>

c)

<textarea>

d)

<list>

7.
  1. What does W3C stand for?

a)
  1. World Wide Web Consortium

b)
  1. World Wide Website Consortium

c)
  1. World Wide Website Community

d)
  1. World Wide Web Community

8.

A web cookie is a small piece of data.

a)

Sent from a website and stored in user’s web browser while a user is browsing a website

b)

Sent from user and stored in the server while a user is browsing a website

c)

Sent from root server to all servers

d)

All

9.

Among the following operators identify the one which is used to allocate memory to array variables in JavaScript.

a)

new

b)

new malloc

c)

alloc

d)

malloc

10.

A __________ is the simplest form of a website, in which the site’s content is delivered without the use of server-side processing.

a)

E-Commerce Website

b)

Dynamic Websites

c)

Social Networking Websites

d)

Static website

11.
  1. The following message is displayed on the browser, while trying to access a URL

  2. Server; Error 403

    The reason for the message:

a)
  1. The requested HTML file is not available

b)
  1. The URL refers to a CGI script and the header of the script does not indicate where the interpreter is located

c)
  1. The path to the interpreter of the script file is invalid

d)
  1. The requested HTML file or CGI script has insufficient permission

12.
  1. Which one among these is used with tag as an attribute to specify alternate text for an image, if the image is not displayed for some reason?

a)

alt

b)
  1. Alternate

c)

Duplicate

d)

Auxiliary

13.

DNS is an Internet service that translates domain names to or from:

a)


MAC address

b)

IP address

c)

Both

d)

None

14.

Assume that an HTML form is designed to purchase the furniture. All the items required are being checked. After selecting the items the payment details are entered and the submit button is pressed. From the following options which one would you prefer to send the data to the server. Assume that all the security is handled.

a)

Only POST

b)

Only GET

c)

Either of GET or POST

d)

Neither GET nor POST

15.
  1. Which of the following is NOT true regarding JavaScript?

a)
  1. JavaScript is a loosely typed language

b)
  1. JavaScript is event driven

c)
  1. JavaScript is not an object-based language

d)
  1. JavaScript can not run in standalone mode