R4RIN
MCQS
HTML MCQ Quiz Hub
HTML Mcq Question Set 7
Choose a topic to test your knowledge and improve your HTML skills
1. ISO/OSI reference model contains ____ no. of layers:
Five
Six
Seven
Eight
2. IAB stands for:
Internet Advisory Board
Internet Authentication Board
Internet Access Board
None of These
3. Domain Name for Germany is:
Ge
Gn
De
Fr
4. Format for the Class B network is:
Network.node.node.node
Network.Network. node.node
Network.Network.Network. node
None of These
5. how many E-Mail options are there?
Four
Five
Six
None of These
6. By typing ____ we can exit from Telnet:
a
e
q
None of these
7. The process of converting analog to digital video is:
Morphing
Sampling
Compression
Decompression
8. which one is not an <input> attribute:
Value
Checked
src
none of these
9. Scroll delay is presented using:
Microseconds
Seconds
Milliseconds
Nanoseconds
10. Forms involve ______ way communication:
Two
Three
Four
None of These
11. the only sound file that a PC speaker can play is:
wmv
mpg
rm
wav
12. E-Mail stands for:
Electrical Mail
Electronic Mail
Express Mail
None of These
13. How many layers does TCP/IP have:
Four
Five
Six
Three
14. Layer 5 of the OSI model is:
Network
Session
Application
Transport
15. RFC stands for:
Request For Code
Remote FTP Call
Request For Comments
None of These
16. Network of Networks” is defined by:
Intranet
Internet
Extranet
None of These
17. LAN stands for:
Local Access Network
Large Area Network
Local Area Network
None of These
18. which technology has made the concept of the global village a reality?
Intranet
Internet
Extranet
E-Mail
19. ISP stands for:
Initial Service Provider
International Service Provider
Internet Service Provider
Indian Service Provider
20. Speed of Copper wires cannot exceed:
56kbps
64kbps
128kbps
256kbps
21. Choose the correct statement.
In traditional XHTML close tag for some elements is optional but not encouraged
In traditional HTML close tag for some elements is optional but not encouraged
In both traditional XHTML and HTML close tag for some elements is not optional
In both traditional XHTML and HTML close tag for some elements is optional
22. Which of the following XHTML doctype declaration contains all HTML elements and attributes, including presentational and deprecated elements (like font) but not framesets?
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Frameset//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd”
&lt;!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;
23. Which of the following is not a difference between HTML and XHTML?
Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
Charset in both html and xhtml is text/html
Tags and attributes are case-insensitive in HTML but not in XHTML
Special characters must be escaped using character entities in XHTML unlike HTML
24. What indicates the content in file is HTML when delivered on the network.
The extension of the file “.html”
The content-type header
Both .html extension and content-type header
The content_type header
25. HTML and XHTML stands for ______
Hyper Text Markup Language and Extensible HyperText Markup Language
Hyper Text Markup Language and Extensible HyperText Marking Language
Hyper Text Marking Language and EXtensible HyperText Marking Language
Hyper Text Marking Language and Extensible HyperText Markup Language
26. Choose the correct tag for the largest heading in HTML.
h6
heading
h1
head
27. Which of the following are table tags?
table, thead, tr, td
colspan, table, tr
table, tt, tr, td
thead, colspan, td, tr
28. Choose the correct HTML for width attribute and its value.
width=80
width=80
WIDTH=80
WIDTH=80
29. A Rendering engine is not responsible for ________
parsing the markup content (HTML)
parsing style information (CSS, XSL, and so on)
generating a visual presentation of the formatted content including media files referenced
parsing style information (CSS only)
30. Firefox uses _________ rendering engine.
WebKit
Gecko
Trident
Presto
31. What is the use of “defer” attribute?
It defers rendering of html page
It defers script execution until the page has been rendered
It defers rendering of css attributes
It is only for internal scripts
32. Which of the following statements is false?
async and defer attributes of script tag execute before the DOMContentLoaded event
defer executes each script sequentially
async executes each script when it is ready
all older browsers supports async attribute
33. Which of the following is used to read a HTML page and render it?
Web browser
Web server
Web matrix
Web network
34. Which of the following is the first web browser?
Nexus
Netscape Navigator
Internet Explorer
Mosaic
35. Who created the first web browser
Tim Berners Lee
Jacobs, Lan
Marc Andeersen
Mozilla foundation
36. The open source software version of netscape is _________
Chrome
Mozilla
Internet Explorer
Erwise
37. Which of the following is not an IDE?
BlueGriffon 1.5.2
Aptana studio 3
TextEdit(Mac)
Dreamweaver
38. IDE stands for
Internet Development Environment
Integrated Development Environment
Intelligent Development Environment
Integrated Developed Environment
39. We can define ________ number of sites with one copy of dreamweaver installed on our computer.
990
10
only 1
unlimited
40. What should we add to a template in Dreamweaver in order to control where page content goes?
Editable Regions
HTML controllers
Frames
Content Controllers
41. Blue Griffon is based on ________ rendering engine.
WebKit
Gecko
Presto
Mecko
42. Swapping images in dreamweaver is best if __________
The images are the same “Mime” type
The images are the same color
The images are the same size
You use the “Constrain” tool
43. Choose the inappropriate option with respect to Blue Griffon 1.5.2. Blue Griffon _________
includes tools for developing HTML5 pages
abstracts out many css3 effects
supports direct embedding of audio and video files
supports swapping of videos of any length
44. Choose the correct statement.
Exo is a cloud-based ide that offers collaboration and developed features
Exo does not support java and python
Exo does not support javascript and html5
Exo is a cloud-based ide that offers collaboration and deployment features &amp; its supports javascript and html5
45. Which of the following is not a web server?
Apache tomcat
BlueGriffon
Jetty
Tornado
46. Which of the following interface is not supported by LightTPD?
FastCGI
SCGI
GCGI
CGI
47. Which of the following is not a prepackaged server stack?
WAMP
XAAMP
MAMP
NAMP
48. Which of the following is not a channel of mozilla?
Firefox
Firefox alpha
Firefox Beta
Firefox Aurora
49. Which of the following are automatically loaded and operates as a part of browser?
Add-ons
Plug-ins
Utilities
Widgets
50. Which of the following allows user to view a webpage?
Operating System
Website
Interpreter
Internet Browser
Submit