Explore topic-wise MCQs in Technology.

This section includes 320 Mcqs, each offering curated multiple-choice questions to sharpen your Technology knowledge and support exam preparation. Choose a topic below to get started.

101.

HTTP stands for Hyper Text Transfer Protocol

A. Yes
B. No
C. Can not say
D. None of thse
Answer» B. No
102.

--------it is used to show the text in big size font effect.

A. <small>
B. <big>
C. <strike>
D. <u>
Answer» C. <strike>
103.

------tag is used to show bold and big in size in html document.

A. <em>
B. <tr>
C. <th>
D. <strong>
Answer» E.
104.

Which HTML attribute is used to define inline styles?

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

If para1 is the DOM object for a paragraph, what is the correct syntax to changethe text within the paragraph?

A. "New Text"?
B. para1.value="New Text";
C. para1.firstChild.nodeValue= "New Text";
D. para1.nodeValue="New Text";
Answer» C. para1.firstChild.nodeValue= "New Text";
106.

------tag is used to define the document body.

A. <body>
B. <title>
C. <head>
D. <center>
Answer» B. <title>
107.

Is JavaScript a case-sensitive language?

A. true
B. false
C. can not say
D. none of these
Answer» B. false
108.

FTP may be used by a business to transfer files from one computer system toanother

A. Yes
B. No
C. Can not say
D. None of thse
Answer» B. No
109.

The ___________ property specifies the stack order of an element

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

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

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

------it is assignment operator is used to not equal value.

A. document.write():
B. CONST
C. 0
D. !==
Answer» E.
112.

------tag is used to show variable font in html document.

A. <code>
B. <var>
C. <cite>
D. <kbd>
Answer» C. <cite>
113.

Choose the client-side JavaScript object?

A. Database
B. Cursor
C. Client
D. FileUpLoad
Answer» E.
114.

------is very fast because it can be run immediately within the client-side browser

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
115.

Which one of the following is not considered as "statement" in the JavaScript?

A. use strict
B. debugger
C. if
D. with
Answer» B. debugger
116.

Which one of the following is known as the Equality operator, which is used tocheck whether the two values are equal or not:

A. 0
B. 0
C. 0
D. &&
Answer» D. &&
117.

Which type of JavaScript language is ___

A. Object-Oriented
B. Object-Based
C. Assembly-language
D. High-level
Answer» C. Assembly-language
118.

To access an HTML element, JavaScript can use the------method.

A. document.getElementById(id
B. CONSOLE
C. COUT
D. none of these
Answer» B. CONSOLE
119.

Grids are a sequence of horizontal and vertical leaders that help you“classify” and a design a web site .

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
120.

-------it is used to show the Smaller text.

A. <del>
B. <small>
C. <ins>
D. <sub>
Answer» C. <ins>
121.

For debugging purposes, you can call the ----method in the browser to displaydata.

A. document.write():
B. CONSOLE.LOG()
C. COUT()
D. none of these
Answer» C. COUT()
122.

-----it is used to show the Italic text

A. <b>
B. <strong>
C. <i>
D. <em>
Answer» D. <em>
123.

in java script------are written with quotes. You can use single or double quotes.

A. document.write():
B. STRING
C. 0
D. !==
Answer» C. 0
124.

tages are divided into 2 types

A. paired tag & single tag
B. meta tag &verbal tag
C. order tag & sequence tag
D. none of these.
Answer» B. meta tag &verbal tag
125.

The tag goes inside

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

-------is a software program used to view websites or files

A. Visual hierarchy
B. browser
C. F- based pattern
D. web site purpose
Answer» C. F- based pattern
127.

-------is expressed as a bitrate and measured in bits per second (bps).

A. catch memory
B. F- based pattern
C. bandwidth
D. CPU
Answer» D. CPU
128.

An external style sheet can be written in any text editor. The file must not containany HTML code, and must be saved with a -------extension.

A. .CSS
B. .TXT
C. .JS
D. .XLS
Answer» B. .TXT
129.

How does JavaScript store dates in a date object?

A. The number of milliseconds since January 1st, 1970
B. The number of days since January 1st, 1900
C. The number of seconds since Netscape's public stock offering.
D. None of the above
Answer» B. The number of days since January 1st, 1900
130.

In HTML, JavaScript code is inserted betweent-----and tags

A. script
B. VER
C. TITLE
D. none of these
Answer» B. VER
131.

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

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

The CSS------property defines the font to be used.

A. color
B. font-family
C. font -size
D. border
Answer» C. font -size
133.

----one of the most powerful programming languages used to createinteractive effects within web browsers without interacting with the server side

A. java script
B. php
C. oracle
D. none of these
Answer» B. php
134.

Several factors such as consistency, colours, typography, imagery, simplicity andfunctionality all contribute to good website design.

A. yes
B. No
C. Can not say
D. None of these
Answer» B. No
135.

Which of the following is the correct syntax for referring the external style sheet?

A. <style src = example.css>
B. <style src = "example.css" >
C. <stylesheet> example.css </stylesheet>
D. <link rel="stylesheet" type="text/css" href="example.css">
Answer» C. <stylesheet> example.css </stylesheet>
136.

-----tag is used to specify the page description ,keyword, author name, it isadditional information about the information.

A. <meta>
B. <ul>
C. <ol>
D. <map>
Answer» B. <ul>
137.

------are used to indicate to the visually impaired that there is someemphasizes on the text.

A. physical tag
B. <P>
C. logical tag
D. <pre>
Answer» D. <pre>
138.

-----tag is used to center align text.

A. <body>
B. <title>
C. <head>
D. <center>
Answer» E.
139.

The HTML-----element defines a line break

A. <br>
B. <P>
C. <HR>
D. <pre>
Answer» B. <P>
140.

To specify table border in CSS, ____________ property is used

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

----is the standard markup language for creating Web pages

A. <html>
B. <body>
C. <!doctype>
D. <h1>
Answer» B. <body>
142.

The HTML------element is used to create an HTML form for user input.

A. <blockquote>
B. <form>
C. <span>
D. Div
Answer» C. <span>
143.

An-----CSS is defined in the section of an HTML page, withina element:

A. CSS
B. inline
C. internal
D. external
Answer» D. external
144.

-------To create a link to another documents by using href attribute

A. <a>
B. <caption>
C. <link>
D. hyperlinks
Answer» B. <caption>
145.

………. 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» B. Web Server
146.

-----tag is used to for indicating the head section of the html document.

A. <body>
B. <title>
C. <head>
D. <center>
Answer» D. <center>
147.

The server returns an HTTP response (output) to the browser

A. Yes
B. No
C. Can not say
D. None of thse
Answer» B. No
148.

Which one of the following also known as Conditional Expression:

A. Alternative to if-else
B. Switch statement
C. If-then-else statement
D. immediate if
Answer» D. immediate if
149.

A client (a browser) sends an---------to the web

A. client
B. HTTP request
C. server
D. navigation
Answer» C. server
150.

-----style sheet is generally used when you want to make changes on multiplepages. It is ideal for this condition because it facilitates you to change the look of the entire web site by changing just one file.

A. CSS
B. inline
C. internal
D. external
Answer» C. internal