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.

51.

------measures how much data can be sent over a specific connection in a givenamount of time.

A. catch memory
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» D. Bitrate
52.

A browser does not display the HTML tags, but uses them to determine how todisplay the document

A. yes
B. no
C. can not say
D. none of these
Answer» B. no
53.

----this key word is used to declared the variable in java script.

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

Which one of the following symbol is used for creating comments in thejavascript:

A. \\
B. //
C. \* *\
D. \* */
Answer» C. \* *\
55.

Communication between client computers and web servers is done by sending ---and receiving-------

A. client server
B. HTTP request HTTP responses
C. server client
D. navigation browser
Answer» C. server client
56.

-------tag is used to play the wave , au and midi audio file as a background.

A. <bgsound>
B. <dynsrc>
C. <embed>
D. <tt>
Answer» B. <dynsrc>
57.

A------tells Google which pages and files you think are important in your site,and also provides valuable information about these files

A. display resolution
B. sitemap
C. bandwidth
D. page layout
Answer» C. bandwidth
58.

----------is used to reduce the average time to access data from the Main memory

A. catch memory
B. F- based pattern
C. web site purpose
D. Mobile browser
Answer» B. F- based pattern
59.

The World Wide Web is about communication between web clients andweb servers.

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

For effective website design , the--------is the main factor.

A. simplicity
B. navigation
C. F- based pattern
D. web site purpose
Answer» E.
61.

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

A. client
B. HTTP
C. TCP
D. FTP
Answer» E.
62.

The property in CSS used to change the---------of an element is -

A. bgcolor
B. color
C. background-color
D. All of the above
Answer» D. All of the above
63.

The web browser on your computer is one-----

A. HTTP
B. serer
C. navigation
D. client
Answer» E.
64.

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

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

A----- is whatever you’re using to interact with the internet

A. client
B. HTTP
C. serer
D. navigation
Answer» B. HTTP
66.

You can use a sitemap to provide information about specific types ofcontent on your pages, including video and image content.

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

---------is the way finding system used on websites where visitors interact and findwhat they are looking for

A. simplicity
B. navigation
C. F- based pattern
D. web site purpose
Answer» C. F- based pattern
68.

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

A. website design
B. navigation
C. F- based pattern
D. Visual hierarchy
Answer» B. navigation
69.

In JavaScript, what will be used for calling the function definition expression:

A. Function prototype
B. Function literal
C. Function calling
D. Function declaration
Answer» C. Function calling
70.

Cache memory is sometimes called--------- (central processing unit) memory

A. catch memory
B. F- based pattern
C. web site purpose
D. CPU
Answer» E.
71.

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

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

A web server is a software program which serves the web pages requested byweb users using a---------

A. Web server
B. HTTP responses
C. browser
D. navigation
Answer» D. navigation
73.

Internet is entirely different from WWW.

A. yes
B. no
C. can not say
D. none of these
Answer» B. no
74.

sitemap is a file where you provide information about the pages, videos, andother files on your site, and the relationships between them.

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

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» D. none
76.

the-------request to the server for any information.

A. client
B. HTTP
C. server
D. navigation
Answer» B. HTTP
77.

The-----element is a block element, and will always start on a new line andtake up the full width available.

A. <blockquote>
B. <bgcolor>
C. <link>
D. Div
Answer» E.
78.

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

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

With an--------style sheet, you can change the look of an entire web site, bychanging one file!

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

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» E.
81.

------tag is used to declaring the title or name of the html document.

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

The -------attribute is often used to point to a class name in a style sheet. It canalso be used by a JavaScript to access and manipulate elements with the specific class name.

A. <blockquote>
B. <class>
C. <span>
D. Div
Answer» C. <span>
83.

------is play a important role to Improve Look and Feel of a Website .

A. Web navigation
B. Grids
C. Keep the Layout Simple.
D. Website Typography
Answer» E.
84.

------holds frequently requested data and instructions so that they are immediatelyavailable to the CPU when needed

A. catch memory
B. F- based pattern
C. web site purpose
D. Mobile browser
Answer» B. F- based pattern
85.

it is temporary storage area in-----known as a cache memory,

A. catch memory
B. F- based pattern
C. web site purpose
D. CPU
Answer» E.
86.

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

A. catch memory
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» E.
87.

The HTML---------element defines a section that is quoted from another source.

A. <blockquote>
B. <img>
C. <link>
D. href
Answer» B. <img>
88.

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

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

What will be the output of the following PHP code?

A. get
B. true
C. false
D. clueget
Answer» E.
90.

Consider the following statements var text = "testing: 1, 2, 3"; // Sample text var pattern = /\d+/g In order to check if the pattern matches with the string “text”, the statement is

A. text==pattern
B. pattern.test(text)
C. text.test(pattern)
D. text.equals(pattern)
Answer» C. text.test(pattern)
91.

To Improve Look and Feel of a Website it is must to Keep the LayoutSimple.

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

Which is not the selector type of CSS?

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

------tag is used to divide the browser screen in to two or more than one part inhtml document.

A. <frameset>
B. <tr>
C. <th>
D. <strong>
Answer» B. <tr>
94.

----------stands for Hyper Text Transfer Protocol

A. client
B. HTTP
C. server
D. navigation
Answer» C. server
95.

You can use a sitemap to provide information about specific types ofcontent on your pages, including-----and----content.

A. display and resolution
B. video and image
C. bandwidth and resolution
D. page layout & image
Answer» C. bandwidth and resolution
96.

Which one of the following is the correct way for calling the JavaScript code?

A. Preprocessor
B. Triggering Event
C. RMI
D. Function/Method
Answer» E.
97.

-------was originally developed to perform client-side functions

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

The--------provide the information to the client .

A. client
B. HTTP
C. server
D. navigation
Answer» D. navigation
99.

bandwidth is expressed as a bitrate and measured in-------.

A. catch memory
B. bits per second (bps).
C. bytes per second (bps).
D. Bitrate
Answer» C. bytes per second (bps).
100.

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» E.