NEW
Font size
WorksheetsIWT AL703(D)
Total questions: 15
Worksheet time: 6mins
The values GET, POST, HEAD, etc are specified in ____ of HTTP message.
Request line
Header line
Entity body
Status line
What is a web browser?
A program that can display a web page
A program used to view html documents
Both
None
Which of the following statements are true?
HTTP runs over TCP
HTTP allows information to be stored in a URL
HTTP can be used to test the validity of a hypertext link
All
None
Which instructs a Web browser on how to format and process a hypertext document?
Document
Tags
Elements
Programs
Which of the following can read and render HTML web pages
Server
head Tak
web browser
empty
Which of the following is not an HTML tag?
< select >
<input>
<textarea>
<list>
What does W3C stand for?
World Wide Web Consortium
World Wide Website Consortium
World Wide Website Community
World Wide Web Community
A web cookie is a small piece of data.
Sent from a website and stored in user’s web browser while a user is browsing a website
Sent from user and stored in the server while a user is browsing a website
Sent from root server to all servers
All
Among the following operators identify the one which is used to allocate memory to array variables in JavaScript.
new
new malloc
alloc
malloc
A __________ is the simplest form of a website, in which the site’s content is delivered without the use of server-side processing.
E-Commerce Website
Dynamic Websites
Social Networking Websites
Static website
The following message is displayed on the browser, while trying to access a URL
Server; Error 403
The reason for the message:
The requested HTML file is not available
The URL refers to a CGI script and the header of the script does not indicate where the interpreter is located
The path to the interpreter of the script file is invalid
The requested HTML file or CGI script has insufficient permission
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?
alt
Alternate
Duplicate
Auxiliary
DNS is an Internet service that translates domain names to or from:
MAC address
IP address
Both
None
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.
Only POST
Only GET
Either of GET or POST
Neither GET nor POST
Which of the following is NOT true regarding JavaScript?
JavaScript is a loosely typed language
JavaScript is event driven
JavaScript is not an object-based language
JavaScript can not run in standalone mode
