More MCQs
1.

What is internet?

A. a single network
B. a vast collection of different networks
C. interconnection of local area networks
D. none of the above
Answer» B. a vast collection of different networks
2.

What is a web browser?

A. a program that can display a web page
B. a program used to view html documents
C. it enables user to access the resources of internet
D. all of the above
Answer» D. all of the above
3.

URL stands for

A. unique reference label
B. uniform reference label
C. uniform resource locator
D. unique resource locator
Answer» C. uniform resource locator
4.

Physical or logical arrangement of network is

A. Topology
B. Routing
C. Networking
D. None of the above
Answer» A. Topology
5.

In this topology, there is a central controller or hub

A. Star
B. Mesh
C. Ring
D. Bus
Answer» A. Star
6.

This topology requires multipoint connection

A. Star
B. Mesh
C. Ring
D. Bus
Answer» D. Bus
7.

A piece of icon or image on a web page associated with another webpage is called ……

A. url
B. hyperlink
C. plugin
D. none of the above
Answer» B. hyperlink
8.

Dynamic web page

A. is same every time whenever it displays
B. generates on demand by a program or a request from browser
C. both (a) and (b)
D. none of the above
Answer» B. generates on demand by a program or a request from browser
9.

An alternative of javascript on windows platform is

A. VBScript
B. ASP.NET
C. JSP
D. none of the above
Answer» A. VBScript
10.

Frames from one LAN can be transmitted to another LAN via the device

A. Router
B. Bridge
C. Gateway
D. Repeater
Answer» B. Bridge
11.

What is the following is not Network?

A. WAN
B. RAN
C. MAN
D. LAN
Answer» B. RAN
12.

Hub is a ………………… device and Switch is ………… device

A. Unicast, Multicast
B. Multicast, Unicast
C. Broadcast, Unicast
D. None of the above
Answer» C. Broadcast, Unicast
13.

Switch is a device of …………………layer of OSI model

A. Network Layer
B. Data link Layer
C. Application Layer
D. Session Layer
Answer» B. Data link Layer
14.

Software which allows user to view a web page is called ….

A. Web site
B. Browser
C. Operating System
D. Interpreter
Answer» B. Browser
15.

………. programs automatically connects to web sites and download documents and save them into local drive

A. Web downloading utilities
B. Web Server
C. Web Browser
D. None of these
Answer» A. Web downloading utilities
16.

Expansion of FTP is

A. Fine Transfer Protocol
B. File Transfer Protocol
C. First Transfer Protocol
D. None of the above
Answer» B. File Transfer Protocol
17.

FTP is built on _____ architecture

A. Client-server
B. P2P
C. Both of the mentioned
D. None of the mentioned
Answer» A. Client-server
18.

FTP uses _____ parallel TCP connections to transfer a file

A. 1
B. 2
C. 3
D. 4
Answer» B. 2
19.

The network layer concerns with

A. bits
B. frames
C. packets
D. none of the mentioned
Answer» C. packets
20.

OSI stands for

A. open system interconnection
B. operating system interface
C. optical service implementation
D. none of the mentioned
Answer» A. open system interconnection
21.

The OSI model has ___ layers.

A. 4
B. 5
C. 6
D. 7
Answer» D. 7
22.

TCP/IP model does not have ______ layer but OSI model have this layer.

A. session layer
B. presentation layer
C. application layer
D. both (a) and (b)
Answer» D. both (a) and (b)
23.

Transmission data rate is decided by

A. network layer
B. physical layer
C. data link layer
D. transport layer
Answer» B. physical layer
24.

The _______ layer is the layer closest to the transmission medium.

A. network layer
B. physical layer
C. data link layer
D. transport layer
Answer» B. physical layer
25.

The _______ layer lies between the network layer and the application layer.

A. network layer
B. physical layer
C. data link layer
D. transport layer
Answer» D. transport layer
26.

A local telephone network is an example of a _______ network

A. Packet switched
B. Circuit switched
C. both of the mentioned
D. none of the mentioned
Answer» A. Packet switched
27.

Most packet switches use this principle

A. Stop and wait
B. Store and forward
C. Both of the mentioned
D. None of the mentioned
Answer» B. Store and forward
28.

Which tag is used to display a picture?

A. picture
B. image
C. img
D. src
Answer» C. img
29.

<b> tag makes the enclosed text bold. What is other tag to make text bold?

A. <strong>
B. <dar>
C. <black>
D. <emp>
Answer» A. <strong>
30.

Which tag inserts a line horizontally on your web page?

A. <hr>
B. <line>
C. <line direction=”horizontal”>
D. <tr>
Answer» A. <hr>
31.

What should be the first tag in any HTML document?

A. <head>
B. <title>
C. <html>
D. <document>
Answer» C. <html>
32.

Which tag allows you to add a row in a table?

A. <td> and </td>
B. <cr> and </cr>
C. <th> and </th>
D. <tr> and </tr>
Answer» D. <tr> and </tr>
33.

How can you make a bulleted list?

A. <list>
B. <nl>
C. <ul>
D. <ol>
Answer» C. <ul>
34.

How can you make a numbered list?

A. <dl>
B. <ol>
C. <list>
D. <ul>
Answer» B. <ol>
35.

What is the correct HTML for making a hyperlink?

A. <a href=”http://mcqmate.com”>ICT Trends Quiz</a>
B. <a name=”http://mcqmate.com”>ICT Trends Quiz</a>
C. <a http://mcqmate.com> ICT Trends Quiz </a>
D. <a url=”http://mcqmate.com”>ICT Trends Quiz</a>
Answer» A. <a href=”http://mcqmate.com”>ICT Trends Quiz</a>
36.

Choose the correct HTML tag to make a text italic

A. <ii>
B. <italics>
C. <italic>
D. <i>
Answer» D. <i>
37.

Choose the correct HTML tag to make a text bold?

A. <b>
B. <bold>
C. <bb>
D. <bld>
Answer» A. <b>
38.

What is the correct HTML for adding a background color?

A. <body color=”yellow”>
B. <body bgcolor=”yellow”>
C. <background>yellow</background>
D. <body background=”yellow”>
Answer» B. <body bgcolor=”yellow”>
39.

Choose the correct HTML tag for the smallest size heading?

A. <heading>
B. <h6>
C. <h1>
D. <head>
Answer» B. <h6>
40.

What is the correct HTML tag for inserting a line break?

A. <br>
B. <lb>
C. <break>
D. <newline>
Answer» A. <br>
41.

What does vlink attribute mean?

A. visited link
B. virtual link
C. very good link
D. active link
Answer» A. visited link
42.

Which tag creates a check box for a form in HTML?

A. <checkbox>
B. <input type=”checkbox”>
C. <input=checkbox>
D. <input checkbox>
Answer» B. <input type=”checkbox”>
43.

To create a combo box (drop down box) which tag will you use?

A. <select>
B. <list>
C. <input type=”dropdown”>
D. all of above
Answer» A. <select>
44.

Which of the following is not a pair tag?

A. <p>
B. <u>
C. <i>
D. <img>
Answer» D. <img>
45.

To create HTML document you require a

A. web page editing software
B. High powered computer
C. Just a notepad can be used
D. None of above
Answer» C. Just a notepad can be used
46.

HTML documents are saved in

A. Special binary format
B. Machine language codes
C. ASCII text
D. None of above
Answer» D. None of above
47.

. Marquee is a tag in HTML to

A. mark the list of items to maintain in queue
B. Mark the text so that it is hidden in browser
C. Display text with scrolling effect
D. None of above
Answer» C. Display text with scrolling effect
48.

There are ____ different of heading tags in HTML

A. 4
B. 5
C. 6
D. 7
Answer» C. 6
49.

Which of the following HTML code is valid?

A. <font colour=”red”>
B. <font color=”red”>
C. <red><font>
D. All of above
Answer» B. <font color=”red”>
50.

Which of the following is an attribute related to font tag?

A. size
B. face
C. color
D. All of above
Answer» D. All of above
51.

Which of the following is not a valid alignment attribute?

A. Left
B. Right
C. Top
D. Center
Answer» C. Top
52.

Which attribute is used with img tag to display the text if image could not load in browser?

A. description
B. name
C. alt
D. id
Answer» C. alt
53.

What is the full form of HTML?

A. Hyper text markup language
B. Hyphenation text markup language
C. Hyphenation test marking language
D. Hyper text marking language
Answer» A. Hyper text markup language
54.

HTML document start and end with which tag pairs?

A. <HEAD>….</HEAD>
B. <BODY>….</BODY>
C. <HTML>….</HTML>
D. <WEB>….</WEB>
Answer» C. <HTML>….</HTML>
55.

Which tag is used to create body text in HTML?

A. <HEAD>
B. <TEXT>
C. <TITLE>
D. <BODY>
Answer» D. <BODY>
56.

<TITLE> … </TITLE> tag must be within ________

A. Title
B. Form
C. Head
D. Body
Answer» C. Head
57.

Text within <EM> … </EM> tag is displayed as ________

A. bold
B. italic
C. list
D. indented
Answer» B. italic
58.

Text within <STRONG> … </STRONG> tag is displayed as ________

A. bold
B. italic
C. list
D. indented
Answer» A. bold
59.

<UL> … </UL> tag is used to ________

A. display the numbered list
B. underline the text
C. display the bulleted list
D. bold the text
Answer» C. display the bulleted list
60.

Which tag is used to display the large font size?

A. <LARGE></LARGE>
B. <BIG></BIG>
C. < SIZE ></SIZE>
D. <FONT></FONT>
Answer» B. <BIG></BIG>
61.

<SCRIPT> … </SCRIPT> tag can be placed within ________

A. Header
B. Body
C. Both A and B
D. none of the above
Answer» C. Both A and B
62.

<TD> … </TD> tag is used for ________

A. Table heading
B. Table Records
C. Table row
D. None of the above
Answer» D. None of the above
63.

Which is true to change the text color to red?

A. <BODY BGCOLOR=”RED”>
B. <BODY TEXT=”RED”>
C. <BODY COLOR=”RED”>
D. none of the above
Answer» B. <BODY TEXT=”RED”>
64.

A homepage is __________

A. an index of encyclopedia articles
B. where all Internet data is stored
C. required for access to the Internet
D. the first page of a website
Answer» D. the first page of a website
65.

Which of the following is used to run a HTML document?

A. Browser
B. Spreadsheet
C. Clipboard
D. Draw
Answer» A. Browser
66.

Which of the following are commonly found on web pages?

A. Internet
B. hyperlinks
C. intranet
D. all of the above
Answer» B. hyperlinks
67.

Which of the following is an attribute of <Table> tag?

A. SRC
B. LINK
C. CELLPADDING
D. BOLD
Answer» C. CELLPADDING
68.

Which HTML tag would be used to display power in expression (A+B)2 ?

A. <SUP>
B. <SUB>
C. <B>
D. <P>
Answer» A. <SUP>
69.

What is <tt> tag in HTML?

A. It renders fonts as teletype text font style.
B. It renders fonts as truetype text font style.
C. It renders fonts as truncate text font style.
D. None of the Above.
Answer» A. It renders fonts as teletype text font style.
70.

Which of the following tags are related to Table in HTML ?

A. <table> <row> <column>
B. <table> <tr> <td>
C. <table> <head> <body>
D. <table> <header> <footer>
Answer» B. <table> <tr> <td>
71.

What is the use of Forms in HTML?

A. to display contents of email.
B. to display animation effect.
C. to collect user’s input.
D. None of the Above.
Answer» C. to collect user’s input.
72.

Which tag is used to lists the items with bullets?

A. <bullet>…</bullet>
B. <list>…</list>
C. <ul>…
D. <ol>…</ol>
Answer» B. <list>…</list>
73.

Which of the following is correct to align H1 tag to Right Alignment

A. <h1 align = “right”> …</h1>
B. <h1 alignment = “right”> …</h1>
C. <h1 tag align = “right”> … </h1>
D. H1 cannot make Right Alignment
Answer» A. <h1 align = “right”> …</h1>
74.

Which of the following is correct to change font face in Web Page

A. <font = “font name”> …
B. <font name = “font name”> … </font>
C. <font face = “font name”> … </font>
D. Font Face cannot change
Answer» C. <font face = “font name”> … </font>
75.

Which of the following is used to create web pages?

A. HTML
B. C
C. JVM
D. DTD
Answer» A. HTML
76.

HTML document is saved using ____ extension.

A. .htl
B. .html
C. .hml
D. .htnl
Answer» B. .html
77.

Caption Tag in HTML?

A. is used to display the Title for table at the top
B. is used to display the Title for table at the bottom
C. both
D. none
Answer» C. both
78.

CSS is an acronym for

A. Cascading Style Sheet
B. Costume Style Sheet
C. Cascading System Style
D. None of the Above
Answer» A. Cascading Style Sheet
79.

Which tag is used to display Preformatted texts?

A. <pre> … </ pre>
B. <prefor> … </ prefor>
C. <pre text> … </ pre text>
D. <pre format> … </ pre format>
Answer» A. <pre> … </ pre>
80.

Head tag is used for?

A. Writing style
B. Writing Java Script
C. Including CSS, JS Files
D. All of these
Answer» D. All of these
81.

Which of the following are the background properties in CSS? i) background-color ii) background-image iii) background-repeat iv) background-position v) background

A. i, ii, iii and iv only
B. i, ii, iii and v only
C. i, ii, iv and v only
D. All of the above
Answer» D. All of the above
82.

The different ways to associate styles with a HTML document are ……………

A. Embedded css with <style> element
B. Inline css with style attribute
C. External css with <link> element
D. All of the above
Answer» D. All of the above
83.

The ..................... specifies whether a border should be solid, dashed line, dotted line, double line, groove etc.

A. border-layout
B. border-decoration
C. border-style
D. border-weight
Answer» C. border-style
84.

Which of the following are the advantages of CSS?

A. CSS saves time
B. Page load faster
C. Easy maintenance
D. All of the above
Answer» D. All of the above
85.

A CSS style rule is made up of three parts which are …… i) Selector ii) Property iii) Value iv) Attribute

A. ii and iv only
B. ii, iii and iv only
C. i, ii and iii only
D. i, ii, iii and iv
Answer» C. i, ii and iii only
86.

Which is not the selector type of CSS?

A. ID selector
B. Universal selector
C. Class selector
D. Element selector
Answer» B. Universal selector
87.

CSS comments are inserted inside …………………

A. //...................//
B. <!..................>
C. /*..................*/
D. All of the above
Answer» C. /*..................*/
88.

...................... is used to import an external style sheet

A. @insert
B. @import
C. #import
D. #insert
Answer» C. #import
89.

The ___________ property specifies the stack order of an element

A. d-index
B. s-index
C. x-index
D. z-index
Answer» D. z-index
90.

To specify table border in CSS, ____________ property is used

A. tbl-border
B. table-border
C. tb-border
D. border
Answer» D. border
91.

______________ property specifies an image to use as the background of an element

A. backg-img
B. backg-image
C. background-img
D. background-image
Answer» D. background-image
92.

Which HTML attribute is used to define inline styles?

A. class
B. styles
C. style
D. Font
Answer» C. style
93.

The <link> tag goes inside

A. body section
B. head section
C. style section
D. title section
Answer» B. head section
94.

When does JavaScript code appear inline within an HTML file?

A. Between the “script” tag
B. Outside the “script” tag
C. Both a and b
D. None of the mentioned
Answer» A. Between the “script” tag
95.

Which is the root element in a HTML document?

A. HTML
B. HEAD
C. SCRIPT
D. BODY
Answer» A. HTML
96.

What is the default value of the type attribute in javascript?

A. text/css
B. text/javascript
C. text
D. xml
Answer» A. text/css
97.

What are the objects in Java Script?

A. Document object
B. Window object
C. Form object
D. All of the above
Answer» D. All of the above
98.

JavaScript Code can be called by using

A. RMI
B. Triggering Event
C. Preprocessor
D. Function
Answer» D. Function
99.

A hexadecimal literal begins with

A. 00
B. 0x
C. 0X
D. Both b and c
Answer» D. Both b and c
100.

The escape sequence ‘\f’ stands for

A. Floating numbers
B. Representation of functions that returns a value
C. \f is not present in JavaScript
D. Form feed
Answer» D. Form feed
Tags
  • Question and answers in more mcqs,
  • more mcqs multiple choice questions and answers,
  • more mcqs Important MCQs,
  • Solved MCQs for more mcqs,
  • more mcqs MCQs with answers PDF download