0% found this document useful (0 votes)
444 views

Co curricular Question paper Unit 4

This document is a question paper for the subject 'The Analytic Ability & Digital Awareness' for B Sc./BCA/BBA Semester 5. It contains multiple-choice questions covering topics such as internet search engines, HTML, HTTP, JavaScript, and web protocols. The questions assess knowledge on technical concepts and terminology related to digital awareness and analytics.

Uploaded by

aditya904579398
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
444 views

Co curricular Question paper Unit 4

This document is a question paper for the subject 'The Analytic Ability & Digital Awareness' for B Sc./BCA/BBA Semester 5. It contains multiple-choice questions covering topics such as internet search engines, HTML, HTTP, JavaScript, and web protocols. The questions assess knowledge on technical concepts and terminology related to digital awareness and analytics.

Uploaded by

aditya904579398
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Co curricular Question paper

Subject Name: The Analytic Ability & Digital Awareness

Unit-4 Class: B Sc./BCA/BBA Semester: 5

1. Which one of the following is an example of an ‘internet search engine?


a. LINUX
b. Google
c. MS Word
d. Windows
2. At which port number, Simple Network Management Protocol (SNMP) operates
a. 160
b. 163
c. 164
d. 161
3. Which of the following is not an HTML tag?
a. < select >
b. < input >
c. < textarea >
d. < list >
4. Which among these is not a Web browser?
a. www
b. Chrome
c. Opera
d. NetSurf
5. World Wide Web was invented by
a. Ted Nelson
b. Tim Berners-Lee
c. Linus Torvalds
d. Robert E. Kahn
6. What does W3C stand for?
a. World Wide Web Consortium
b. World Wide Website Consortium
c. World Wide Website Community
d. World Wide Web Community
7. What does HTML stand for?
a. Hyper Text Markup Language
b. High Text Markup Language
c. Hyper Tabular Markup Language
d. None of these
8. The following statements are about three important browser objects in JavaScript.
I. window object : The highest of all objects in the client-side JavaScript object
hierarchy.

II. navigator object : A collection of information about the browser. Useful in


browser sniffing.

III. document object : Provides access to the document being viewed.

Which of the above statements is/are true?

a. Only (I) above


b. Only (II) above
c. Only (III) above
d. All (I), (II) and (III) above
9. The following message is displayed on the browser, while trying to access a URL

Server; Error 403

The reason for the message:

a. The requested HTML file is not available


b. The URL refers to a CGI script and the header of the script does not indicate where
the interpreter is located
c. The path to the interpreter of the script file is invalid
d. The requested HTML file or CGI script has insufficient permission
10. Which of the following statements is true regarding HTTP?
a. Web browsers use only HTTP as a communication protocol with servers
b. It does not maintain any connection information on previous transactions
c. It is designed to route information based on content
d. It refers to resources using their Universal Resource Identifier (URI)
11. 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. Alternate
c. Duplicate
d. Auxiliary
12. Which among the following options is correct regarding HTML?
a. Modelling Language
b. DTP language
c. Partial programming language
d. Used to structure web documents
13. HTTPs stands for
a. Hyper Text Transfer Protocol Secure
b. High Text Transfer Protocol Secure
c. Hyper Transfer Protocol Secure
d. Hyper Transfer Protocol Standard
14. XML stands for
a. Extensible Mask Language
b. Extensible Markup Language
c. Extended Markup Language
d. Extension Markup Language
15. Which of the following is NOT true regarding JavaScript?
a. JavaScript is a loosely typed language
b. JavaScript is event driven
c. JavaScript is not an object-based language
d. JavaScript can not run in standalone mode
16. Which of the following is a container?
a. <SELECT>
b. <BODY>
c. <INPUT>
d. Both (a) and (b)
17. In JSP, a Canvas object provides access to a Graphics object via one of its method called
a. getCanvas()
b. getGraphics()
c. paint()
d. getPaint()
18. How can you open a link in a new browser window?
a. < a href = “url” target = “new”>
b. <a href = “url” target= “_blank”>
c. <a href = “url”.new>
d. <a href = “url” target =”open”>
19. Which tag creates a number/order list?
a. <UL>
b. <OL>
c. <OT>
d. None of these
20. Consider the following statement:

GET /cgi-bin/dispenser.pl&want=whatsnew.html HTTP/1.0

Which of the following options is the correct one?

a. The above statement is a part of a request from a web client


b. The above statement is a part of the input to a CGI program
c. Want is a variable and whatsnew.html is a value
d. Dispenser.pl may be a CGI program

You might also like