MCQOPTIONS
Saved Bookmarks
This section includes 196 Mcqs, each offering curated multiple-choice questions to sharpen your BBA in Computer Applications knowledge and support exam preparation. Choose a topic below to get started.
| 151. |
_________ this definition tag is used to define the concept . |
| A. | <def> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 152. |
_________ it is used to display a font in a bigger font size . |
| A. | <big> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 153. |
_________ it is italic tag , it is used to show the italic font. |
| A. | <i> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 154. |
________it is a comment , it is used to show additional information in html. |
| A. | <!----> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 155. |
_____________ it is used to show list by no particular order wise .it show bulleted wise . |
| A. | <ul> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 156. |
_______- it is used to show list by order wise . |
| A. | <ol> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 157. |
__________ element is used to indicated text quoted from another scource.. |
| A. | <blockquote> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» E. | |
| 158. |
__________tag is used to create a scrolling effect to th selected text |
| A. | <p> |
| B. | <br> |
| C. | <pre> |
| D. | <marquee> |
| Answer» E. | |
| 159. |
________ is pre formatted tags it is used ,it show the without formatted text . |
| A. | <p> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» D. <marquee> | |
| 160. |
________ tag is used to brake the line it is single tag |
| A. | <p> |
| B. | <br> |
| C. | <pre> |
| D. | <marquee> |
| Answer» C. <pre> | |
| 161. |
____this tag is used to give paragraph |
| A. | <p> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |
| 162. |
HTML supports__________ standard color names. |
| A. | 140 |
| B. | 3 |
| C. | 120 |
| D. | 7 |
| Answer» B. 3 | |
| 163. |
HTML color are specified using predefined color names or ________ values. |
| A. | rgb, |
| B. | rgba |
| C. | hsla |
| D. | all of these |
| Answer» E. | |
| 164. |
__________means the amount of data that can be sent from one point to another in a certain period of time |
| A. | bandwidth |
| B. | html |
| C. | href |
| D. | none of these |
| Answer» B. html | |
| 165. |
FUCTION is a block of statements that performs certain task. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these .. |
| Answer» B. false | |
| 166. |
Increment operator, increases the value of variable by what number? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» B. 2 | |
| 167. |
________ java script is also called server side java script |
| A. | java script |
| B. | object based scripting language |
| C. | nevigator |
| D. | live wire |
| Answer» E. | |
| 168. |
DOM stand for ___________ |
| A. | document object model |
| B. | document object memory |
| C. | document oriented memory |
| D. | none of these |
| Answer» B. document object memory | |
| 169. |
_________ keyword is used to declare variables in java script |
| A. | dim |
| B. | head |
| C. | var |
| D. | none of these |
| Answer» D. none of these | |
| 170. |
The script tag must be place in the ______. |
| A. | title |
| B. | head |
| C. | body |
| D. | none of these |
| Answer» C. body | |
| 171. |
JavaScript allows two composite data types: __________ |
| A. | objects and array |
| B. | head & title |
| C. | number & boolean |
| D. | none of these |
| Answer» B. head & title | |
| 172. |
JavaScript support three primitive data types: ___________. |
| A. | java script |
| B. | head |
| C. | number ,string & boolean |
| D. | none of these |
| Answer» D. none of these | |
| 173. |
_______ is a platform independent light weighted objet based scripting language. |
| A. | java script |
| B. | head |
| C. | number ,string & boolean |
| D. | none of these |
| Answer» B. head | |
| 174. |
The CSS __________properties is used to define the background effects. Answer:- background |
| A. | css |
| B. | selector |
| C. | background |
| D. | text color |
| Answer» D. text color | |
| 175. |
The _______property is used to set the color of the text. Answer:- Text color |
| A. | css |
| B. | selector |
| C. | declaration |
| D. | text color |
| Answer» E. | |
| 176. |
__________ has introduced text, list, box, margin, border, color, and background properties. Answer:- CSS |
| A. | css |
| B. | selector |
| C. | declaration |
| D. | text color |
| Answer» B. selector | |
| 177. |
Which selector is used to specify a rule to bind a particular unique element? |
| A. | id |
| B. | class |
| C. | tag |
| D. | both class and tag |
| Answer» B. class | |
| 178. |
Which of the following attributes is used to specify elements to bind style rules to? |
| A. | id |
| B. | class |
| C. | tag |
| D. | all of the mentioned |
| Answer» E. | |
| 179. |
Which tag creates a check box for a form in HTML? |
| A. | <checkbox> |
| B. | <input type="checkbox"> |
| C. | <input=checkbox> |
| D. | <input checkbox> |
| Answer» C. <input=checkbox> | |
| 180. |
Choose the correct HTML tag to make a text bold? |
| A. | <b> |
| B. | <bold> |
| C. | <bb> |
| D. | <bld> |
| Answer» B. <bold> | |
| 181. |
Choose the correct HTML tag to make a text italic |
| A. | <ii> |
| B. | <italics> |
| C. | <italic> |
| D. | <i> |
| Answer» E. | |
| 182. |
How can you make a bulleted list? |
| A. | <list> |
| B. | <nl> |
| C. | <ul> |
| D. | <ol> |
| Answer» D. <ol> | |
| 183. |
The text inside the tag works like |
| A. | <p> formatted text |
| B. | <t> formatted text |
| C. | <pre> formatted text |
| D. | none of these |
| Answer» D. none of these | |
| 184. |
Which tag allows you to add a row in a table? |
| A. | <td> and </td> |
| B. | <cr> and </cr> |
| C. | <th> and </th> |
| D. | <tr> and </tr> |
| Answer» E. | |
| 185. |
Which of the tag is used to creates a number list? |
| A. | <li> |
| B. | <ol> |
| C. | <li> and <ol> |
| D. | none of these |
| Answer» D. none of these | |
| 186. |
What is the correct HTML for adding a background color? |
| A. | <background>yellow<background> |
| B. | <body color = "yellow"> |
| C. | <body bgcolor = "yellow"> |
| D. | <body bg ="yellow" |
| Answer» D. <body bg ="yellow" | |
| 187. |
The tag used to create a new list item and also include a hyperlink is |
| A. | <li> |
| B. | <dl> |
| C. | <dd> |
| D. | <ul> |
| Answer» B. <dl> | |
| 188. |
Web pages starts with which off the following tag? |
| A. | <body> |
| B. | <title> |
| C. | <html> |
| D. | <form> |
| Answer» D. <form> | |
| 189. |
The attribute of tag |
| A. | method |
| B. | action |
| C. | both (a)&(b) |
| D. | none of these |
| Answer» D. none of these | |
| 190. |
How can you open a link in a new browser window? |
| A. | < a href = "url" target = "new"> |
| B. | <a href = "url" target= "_blank"> |
| C. | <a href = "url".new> |
| D. | <a href = "url" target ="open"> |
| Answer» C. <a href = "url".new> | |
| 191. |
Which of the following tag is used to mark a beginning of Paragraph? |
| A. | <td> |
| B. | <br> |
| C. | <p> |
| D. | <tr> |
| Answer» D. <tr> | |
| 192. |
HTML stands for? |
| A. | hyper text markup language |
| B. | high text markup language |
| C. | hyper tabular markup language |
| D. | none of these |
| Answer» B. high text markup language | |
| 193. |
To create a combo box (drop down box) which tag will you use? |
| A. | <select> |
| B. | <list> |
| C. | <input type="dropdown"> |
| D. | all of above |
| Answer» B. <list> | |
| 194. |
Correct HTML tag for the largest heading is |
| A. | <head> |
| B. | <heading> |
| C. | <h6> |
| D. | <h1> |
| Answer» E. | |
| 195. |
How can you make an e-mail link? |
| A. | <mail href +"xxx@y.com"> |
| B. | <a href ="mail to:xxx@y.com"> |
| C. | <a href = "xxx@y.com"> |
| D. | both (b) and (c) |
| Answer» C. <a href = "xxx@y.com"> | |
| 196. |
The tag used to create a hypertext relationship between current document and another URL is |
| A. | <isindex |
| B. | <a> |
| C. | <link> |
| D. | none of these |
| Answer» D. none of these | |