

McqMate
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
101. |
Which of the following is not a valid jump statement? |
A. | break |
B. | goto |
C. | continue |
D. | return |
Answer» D. return |
102. |
_______is the measured as the amount of data that can be transferred from one point to another point within a specific amount of time. |
A. | http |
B. | bandwidth |
C. | webpage |
D. | dream viewer |
Answer» B. bandwidth |
103. |
A ___________ is a document, typically written in plain text distributed with formatting instruction of Hypertext markup languages like HTML,XHTML |
A. | http |
B. | bandwidth |
C. | webpage |
D. | dream viewer |
Answer» C. webpage |
104. |
___________ Stands for Hypertext markup languages for displaying web pages and other information that can be displayed in a web browser |
A. | http |
B. | bandwidth |
C. | webpage |
D. | dream viewer |
Answer» A. http |
105. |
Cost of buying and running a server for client serve model are high . |
A. | true |
B. | false |
C. | both a & b |
D. | none of these |
Answer» A. true |
106. |
Following are the types of CSS , which one is not type of CSS. |
A. | inline css: |
B. | internal or embedded css |
C. | external css: |
D. | none of these. |
Answer» D. none of these. |
107. |
Which of these coding types is used for data type characters in Java? |
A. | ascii |
B. | iso-latin-1 |
C. | unicode |
D. | none of the mentioned |
Answer» C. unicode |
108. |
Which of these operators is used to allocate memory to array variable in Java script? |
A. | malloc |
B. | alloc |
C. | new |
D. | new malloc |
Answer» C. new |
109. |
Which of these is an incorrect array declaration? |
A. | int x[] = new int[5] |
B. | int [] arr = new int[5] |
C. | intarr[] = new int[5] |
D. | int x[] = int [5] new |
Answer» D. int x[] = int [5] new |
110. |
Which of these selection statements test only for equality? |
A. | if |
B. | switch |
C. | if & switch |
D. | none of the mentioned |
Answer» B. switch |
111. |
The CSS background properties are used to define the ___________effects. |
A. | background |
B. | customize |
C. | class |
D. | id rule |
Answer» A. background |
112. |
CSS border properties allow us to__________ the borders. |
A. | background |
B. | customize |
C. | class |
D. | id rule |
Answer» B. customize |
113. |
By applying an_______ a style can be applied to just a single tag. |
A. | background |
B. | customize |
C. | class |
D. | id rule |
Answer» D. id rule |
114. |
_________selectors are used to specify a group of elements. |
A. | background |
B. | customize |
C. | class |
D. | id rule |
Answer» C. class |
115. |
In CSS, “font-size” can be called as ________ |
A. | property name |
B. | selector |
C. | declaration |
D. | text color |
Answer» A. property name |
116. |
In CSS, h1 can be called as _______ |
A. | property name |
B. | selector |
C. | declaration |
D. | text color |
Answer» B. selector |
117. |
In , CSS “color:red” can be called as _____________ |
A. | property name |
B. | selector |
C. | declaration |
D. | text color |
Answer» C. declaration |
118. |
Reset (button) :- it is used to reset the button ( cancel the data) to upload |
A. | <reset> |
B. | checkbox |
C. | <textarea> |
D. | <text> |
Answer» A. <reset> |
119. |
_______ describes how HTML elements are to be displayed on screen, paper, or in other media |
A. | css |
B. | html |
C. | <textarea> |
D. | <text> |
Answer» A. css |
120. |
Websites are uploaded _______ |
A. | address |
B. | serve |
C. | cache |
D. | client |
Answer» B. serve |
121. |
HTML web pages can be read and rendered by __________ |
A. | web browser |
B. | server |
C. | empty |
D. | head tag |
Answer» A. web browser |
122. |
<INPUT> is ________tag. |
A. | web browser |
B. | server |
C. | empty |
D. | head tag |
Answer» C. empty |
123. |
The HTML tag to left align the content inside a table cell is <td align = “left”>. |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
124. |
The body tag usually used after _________ |
A. | web browser |
B. | server |
C. | empty |
D. | head tag |
Answer» D. head tag |
125. |
Tags and text that are not directly displayed on the page are written in ___________section. |
A. | web browser |
B. | title |
C. | empty |
D. | head |
Answer» D. head |
126. |
Some tags enclose the text. Those tags are known as ___________ |
A. | single tag |
B. | paired tag |
C. | empty |
D. | head |
Answer» A. single tag |
127. |
The <strike> tag is used to _________the text or sentence. |
A. | single tag |
B. | paired tag |
C. | strikeout |
D. | head |
Answer» C. strikeout |
128. |
The <del> tag is used to display ________ text form a document |
A. | single tag |
B. | paired tag |
C. | strikeout |
D. | deleted |
Answer» D. deleted |
129. |
_________ is used to give additional information. |
A. | title tag |
B. | paired tag |
C. | strikeout |
D. | deleted |
Answer» A. title tag |
130. |
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> |
131. |
The _________ tag defines an image in an HTML page. |
A. | <map> |
B. | <span> |
C. | <img> |
D. | <tt> |
Answer» C. <img> |
132. |
The ____________tag has two required attributes: src and alt. |
A. | <map> |
B. | <span> |
C. | <img> |
D. | <tt> |
Answer» A. <map> |
133. |
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> |
134. |
_________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> |
135. |
_____________ 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> |
136. |
______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> |
137. |
___________Indicates that characters should be emphasized in some way. Usually displayed in italics. |
A. | <small> |
B. | <em> |
C. | <u> |
D. | <strong > |
Answer» B. <em> |
138. |
_________Emphasizes characters more strongly than <EM>. Usually displayed in a bold font |
A. | <small> |
B. | <em> |
C. | <u> |
D. | <strong > |
Answer» D. <strong > |
139. |
_________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 > |
140. |
________Indicates a variable. Often displayed in italics or underlined. |
A. | <var> |
B. | <em> |
C. | <kbd > |
D. | <strong > |
Answer» A. <var> |
141. |
_________Indicates short quotes or citations. Often italized by browsers. |
A. | <small> |
B. | <cite> |
C. | <kbd > |
D. | <strong > |
Answer» B. <cite> |
142. |
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> |
143. |
The _______ tag is used to create in an HTML table. |
A. | <table> |
B. | <tr> |
C. | <td > |
D. | <th > |
Answer» A. <table> |
144. |
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 |
145. |
_________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 |
146. |
__________ 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 |
147. |
________ 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 |
148. |
_______ 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 |
149. |
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 |
150. |
The default file extension for PHP files is _________ |
A. | .php |
B. | .js |
C. | .ajs |
D. | none of these |
Answer» A. .php |
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.