Explore topic-wise MCQs in Testing Subject.

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

1.

A------tells Google which pages and files you think are important in your site,

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

------applies to fixed-pixel-array displays such as plasma display panels (PDP),

A. display resolution
B. F- based pattern
C. bandwidth
D. Bitrate
Answer» B. F- based pattern
3.

---------refers to the arrangement of text, images, and other objects on a page. The

A. display resolution
B. F- based pattern
C. bandwidth
D. page layout
Answer» E.
4.

--------is a file where you provide information about the pages, videos, and other

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

Communication between client computers and web servers is done by

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

Which of the following navigator object properties is the same in both Netscape

A. navigator.appCodeName
B. navigator.appName
C. navigator.appVersion
D. None of the above
Answer» B. navigator.appName
7.

JavaScript is interpreted by ______

A. Client
B. Server
C. Object
D. None of the above
Answer» B. Server
8.

Which of the following event fires when the form element loses the focus:

A. onfocus
B. onblur
C. onclick
D. ondblclick
Answer» C. onclick
9.

If para1 is the DOM object for a paragraph, what is the correct syntax to change

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";
10.

______method evaluates a string of JavaScript code in the context of the

A. Eval
B. ParseInt
C. ParseFloat
D. Efloat
Answer» B. ParseInt
11.

A collection of elements of the same data type which may either in order or not,

A. String
B. Array
C. Serialized Object
D. Object
Answer» C. Serialized Object
12.

Which of the following variables takes precedence over the others if the names

A. Global variable
B. The local element
C. The two of the above
D. None of the above
Answer» C. The two of the above
13.

Which of the following communicates with server-side CGI scripts through HTML

A. Static Web Pages
B. Interactive Web Pages
C. Conditional Web Pages
D. None of the mentioned
Answer» C. Conditional Web Pages
14.

Which one of the following is known as the Equality operator, which is used to

A. =
B. ===
C. ==
D. &&
Answer» D. &&
15.

What is the programming philosophy that argues that content and behaviour

A. Unobtrusive JavaScript
B. Obtrusive JavaScript
C. Inherited JavaScript
D. Modular JavaScript
Answer» B. Obtrusive JavaScript
16.

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

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

______ tag is an extension to HTML that can enclose any number of JavaScript

A. <SCRIPT>
B. <BODY>
C. <HEAD>
D. <TITLE>
Answer» B. <BODY>
18.

----- a versatile language of the front-end that is mainly used to make web

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

----one of the most powerful programming languages used to create

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

-----is specifically designed to build interactive web interfaces and create

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

------is the scripting language designed primarily for adding interactively to web

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

-----is a high-level scripting language that is synchronous with client-side

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

-------it is assignment operator is used to assign value from right hand side to left

A. document.write():
B. CONST
C. =
D. none of these
Answer» D. none of these
24.

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

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

--- a versatile programming language which is specially designed to build

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

-----tag is used to specify the page description ,keyword, author name, it is

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

Which of the following property is used as the shorthand property of margin

A. margin-left
B. margin-right
C. margin
D. None of the above
Answer» D. None of the above
28.

Which of the following is the correct syntax to make the background-color of all

A. p {background-color : yellow;}
B. p {background-color : #yellow;}
C. all {background-color : yellow;}
D. all p {background-color : #yellow;}
Answer» B. p {background-color : #yellow;}
29.

-----is used to define the width of border while cellpadding define distance between

A. <cellspacing>
B. <ul>
C. <ol>
D. <map>
Answer» B. <ul>
30.

cellspacing is used to define the width of border while------define distance

A. <cellspacing>
B. <cellpadding>
C. <ol>
D. <map>
Answer» C. <ol>
31.

The-----CSS is also a method to insert style sheets in HTML document. This

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

Which of the following CSS property is used to set the background image of an

A. background-attachment
B. background-image
C. background-color
D. None of the above
Answer» C. background-color
33.

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

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

The defines a -------it is used to give no of option and we

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» E.
35.

The -------attribute is often used to point to a class name in a style sheet. It can

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

The-----element is a block element, and will always start on a new line and

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

The-------starts at the ((Source)) anchor and points to the ((Destination))

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» D. hyperlinks
38.

-------allow visitors to navigate between websites by clicking on words, phrases,

A. <table>
B. <caption>
C. <link>
D. hyperlinks
Answer» E.
39.

The-----element is an inline element, and will not start on a new line and only

A. <blockquote>
B. <bgcolor>
C. <span>
D. Div
Answer» D. Div
40.

The defines a checkbox it is used to give no of option and

A. <text>
B. <label>
C. <checkbox>
D. <radio button>
Answer» D. <radio button>
41.

An external style sheet can be written in any text editor. The file must not contain

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

The HTML------tag defines the title of a creative work (e.g. a book, a poem, a

A. <blockquote>
B. <cite>
C. <link>
D. href
Answer» C. <link>
43.

An-----CSS is defined in the section of an HTML page, within

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

-----describes how HTML elements are to be displayed on screen, paper, or in other

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

With an--------style sheet, you can change the look of an entire web site, by

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

-------are used to explain the code, and may help when you edit the source code at

A. color
B. font-family
C. font -size`
D. comments
Answer» E.
47.

-----tag is used to show the highlight text(bold) with italic font in html

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

-----are a sequence of horizontal and vertical leaders that help you “classify”

A. Web navigation
B. Grids
C. Keep the Layout Simple.
D. page layout
Answer» B. Grids
49.

To define a style for special types of elements, add a-----attribute is apply to the

A. color
B. font-family
C. font -size`
D. class
Answer» E.
50.

the example of Mobile browsers are Amazon Silk.Apple Safari.Brave.Dolphin

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