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