116
84.2k
Chapter:

30+ more mcqs Solved MCQs

in Web Technologies

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Business Administration in Computer Applications (BBA [CA]) .

Chapters

More MCQs
1.

The _______ tag provides no visual change by itself, but when it is marked, you can style it with CSS, or manipulate it with JavaScript.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» B. <span>
2.

The _________ tag defines an image in an HTML page.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» C. <img>
3.

The ____________tag has two required attributes: src and alt.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» A. <map>
4.

The _____________element is often used as a container for other HTML elements to style them with CSS or to perform certain tasks with JavaScript.

A. <map>
B. <div>
C. <img>
D. <tt>
Answer» B. <div>
5.

_________tag Indicates that the text should be used with a font such as Courier that allots the same width to each character.

A. <map>
B. <span>
C. <img>
D. <tt>
Answer» D. <tt>
6.

_____________ tag Indicates that the text should be displayed in a small font. Available in HTML 3.0 or higher.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» A. <small>
7.

______tag Indicates that the text should be displayed underlined. Not all browsers support this tag.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» C. <u>
8.

___________Indicates that characters should be emphasized in some way. Usually displayed in italics.

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» B. <em>
9.

_________Emphasizes characters more strongly than <EM>. Usually displayed in a bold font

A. <small>
B. <em>
C. <u>
D. <strong >
Answer» D. <strong >
10.

_________tag Used to offset text that the user should enter. Often displayed in a Courier font or a similar font that allots the same width to each character.

A. <small>
B. <em>
C. <kbd >
D. <strong >
Answer» C. <kbd >
11.

________Indicates a variable. Often displayed in italics or underlined.

A. <var>
B. <em>
C. <kbd >
D. <strong >
Answer» A. <var>
12.

_________Indicates short quotes or citations. Often italized by browsers.

A. <small>
B. <cite>
C. <kbd >
D. <strong >
Answer» B. <cite>
13.

The ________ele1ment defines a table row, the <th> element defines a table header, and the <td> element defines a table cell.

A. <small>
B. <tr>
C. <kbd >
D. <strong >
Answer» B. <tr>
14.

The _______ tag is used to create in an HTML table.

A. <table>
B. <tr>
C. <td >
D. <th >
Answer» A. <table>
15.

CSS stands for ___________

A. cascading style sheets
B. cascading super sheets
C. cascading style excel sheet
D. none of these
Answer» A. cascading style sheets
16.

_________means the way to move from one page to another page in website. To move from one page to another pages hyperlinks are used.

A. http
B. bandwidth
C. navigation
D. dream viewer
Answer» C. navigation
17.

__________ is Web development software . Create, code and manage dynamic websites easily with a smart, simplified coding engine

A. http
B. bandwidth
C. webpage
D. dream viewer
Answer» D. dream viewer
18.

________ is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.

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

_______ is a object oriented programming language , it is used to create the object…

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

A ________ script can be placed anywhere in the document.

A. php
B. java script c
C. angular js
D. none of these
Answer» A. php
21.

The default file extension for PHP files is _________

A. .php
B. .js
C. .ajs
D. none of these
Answer» A. .php
22.

__________ is used to show the out put …or give message..same as printf in c language…

A. echo
B. java script
C. angular js
D. none of these
Answer» A. echo
23.

PHP supports a ___________ range of databases

A. wide
B. small
C. short
D. none of these
Answer» A. wide
24.

PHP supports the following data types:

A. string
B. integer
C. float (floating point numbers - also called double)
D. all of the above .
Answer» D. all of the above .
25.

In PHP, an object must be_________declared.

A. explicitly
B. implicitly
C. both a and b
D. none of these
Answer» A. explicitly
26.

PHP divides the operators in the following groups:

A. increment/decrement operators
B. logical operators
C. string operators
D. all of the above
Answer» D. all of the above
27.

The basic assignment operator in PHP is __________ It means that the left operand gets set to the value of the assignment expression on the right.

A. =
B. ++
C. ==
D. ?
Answer» A. =
28.

the _________ statement is used to perform different actions based on different conditions

A. switch
B. if condition
C. foreach
D. while
Answer» A. switch
29.

In PHP, we have the following loop types:

A. while loop
B. for loop
C. foreach
D. all the these.
Answer» D. all the these.
30.

In php, A ___________ is a block of statements that can be used repeatedly in a program.

A. function
B. procedure
C. block
D. loop
Answer» A. function

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.