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.
| 101. |
The HTML tag to left align the content inside a table cell is . |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 102. |
is ________tag. |
| A. | web browser |
| B. | server |
| C. | empty |
| D. | head tag |
| Answer» D. head tag | |
| 103. |
HTML web pages can be read and rendered by __________ |
| A. | web browser |
| B. | server |
| C. | empty |
| D. | head tag |
| Answer» B. server | |
| 104. |
Websites are uploaded _______ |
| A. | address |
| B. | serve |
| C. | cache |
| D. | client |
| Answer» C. cache | |
| 105. |
Reset (button) :- it is used to reset the button ( cancel the data) to upload |
| A. | <reset> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» B. checkbox | |
| 106. |
In , CSS “color:red†can be called as _____________ |
| A. | property name |
| B. | selector |
| C. | declaration |
| D. | text color |
| Answer» D. text color | |
| 107. |
_______ describes how HTML elements are to be displayed on screen, paper, or in other media |
| A. | css |
| B. | html |
| C. | <textarea> |
| D. | <text> |
| Answer» B. html | |
| 108. |
In CSS, h1 can be called as _______ |
| A. | property name |
| B. | selector |
| C. | declaration |
| D. | text color |
| Answer» C. declaration | |
| 109. |
In CSS, “font-size†can be called as ________ |
| A. | property name |
| B. | selector |
| C. | declaration |
| D. | text color |
| Answer» B. selector | |
| 110. |
By applying an_______ a style can be applied to just a single tag. |
| A. | background |
| B. | customize |
| C. | class |
| D. | id rule |
| Answer» E. | |
| 111. |
_________selectors are used to specify a group of elements. |
| A. | background |
| B. | customize |
| C. | class |
| D. | id rule |
| Answer» D. id rule | |
| 112. |
CSS border properties allow us to__________ the borders. |
| A. | background |
| B. | customize |
| C. | class |
| D. | id rule |
| Answer» C. class | |
| 113. |
The CSS background properties are used to define the ___________effects. |
| A. | background |
| B. | customize |
| C. | class |
| D. | id rule |
| Answer» B. customize | |
| 114. |
Which of the following is not a valid flow control statement? |
| A. | exit() |
| B. | break |
| C. | continue |
| D. | return |
| Answer» B. break | |
| 115. |
Which of the following is not a decision making statement? |
| A. | if |
| B. | if-else |
| C. | switch |
| D. | do-while |
| Answer» E. | |
| 116. |
Which of these jump statements can skip processing the remainder of the code in its body for a particular iteration? |
| A. | break |
| B. | return |
| C. | exit |
| D. | continue |
| Answer» E. | |
| 117. |
. Which of these is returned by “greater thanâ€, “less than†and “equal to†operators? |
| A. | integers |
| B. | floating – point numbers |
| C. | boolean |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |
| 118. |
What is the output of relational operators? |
| A. | integer |
| B. | boolean |
| C. | characters |
| D. | double |
| Answer» C. characters | |
| 119. |
Which right shift operator preserves the sign of the value? |
| A. | << |
| B. | >> |
| C. | <<= |
| D. | >>= |
| Answer» C. <<= | |
| 120. |
Decrement operator, −−, decreases the value of variable by what number? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» B. 2 | |
| 121. |
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» E. | |
| 122. |
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» D. new malloc | |
| 123. |
Which of these values can a boolean variable contain? |
| A. | true & false |
| B. | 0 & 1 |
| C. | any integer value |
| D. | true |
| Answer» B. 0 & 1 | |
| 124. |
____________ it is used with text , when we use to hide the text matter |
| A. | <password> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» B. checkbox | |
| 125. |
_____________it is used to submit the button ( accept the data) to upload |
| A. | <submit> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» B. checkbox | |
| 126. |
Which data type value is returned by all transcendental math functions? |
| A. | int |
| B. | float |
| C. | double |
| D. | long |
| Answer» D. long | |
| 127. |
__________- accept the any text in intput box.. |
| A. | <a> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» E. | |
| 128. |
_________it is used to give the show the input box with multiple rows and column. |
| A. | <a> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» D. <text> | |
| 129. |
__________accept only true or false we can select more then one option out of given option |
| A. | <a> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» C. <textarea> | |
| 130. |
_______it is used to To create a link to another documents by using href attribute |
| A. | <a> |
| B. | checkbox |
| C. | <textarea> |
| D. | <text> |
| Answer» B. checkbox | |
| 131. |
The LINKS starts at the ((Source)) anchor and points to the ((Destination)) anchor. These LINKIS are called as ___________ |
| A. | <head> |
| B. | <body> |
| C. | physical |
| D. | hyperlink |
| Answer» E. | |
| 132. |
_______tag are used to indicate exactly how specific characters are to be formatted |
| A. | tcp/ip |
| B. | ftp |
| C. | physical |
| D. | hyperlink |
| Answer» D. hyperlink | |
| 133. |
The ________element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. |
| A. | <head> |
| B. | <body> |
| C. | physical |
| D. | hyperlink |
| Answer» C. physical | |
| 134. |
The ____________element contains meta information about the HTML page |
| A. | <head> |
| B. | ftp |
| C. | physical |
| D. | hyperlink |
| Answer» B. ftp | |
| 135. |
The __________ is a standard network protocol used for the transfer of computer files between a client and server on a computer network |
| A. | tcp/ip |
| B. | ftp |
| C. | physical |
| D. | hyperlink |
| Answer» C. physical | |
| 136. |
________is a set of standardized rules that allow computers to communicate on a network such as the internet. |
| A. | tcp/ip |
| B. | ftp |
| C. | physical |
| D. | hyperlink |
| Answer» B. ftp | |
| 137. |
___________stands for Transmission Control Protocol/Internet Protocol |
| A. | tcp/ip |
| B. | ftp |
| C. | physical |
| D. | hyperlink |
| Answer» B. ftp | |
| 138. |
______ tag is devide the tag horizontally or vertically . |
| A. | <tr> |
| B. | colspan |
| C. | <frameset> |
| D. | rowspan |
| Answer» D. rowspan | |
| 139. |
In html __________ is used to divide the browser the screen into 2 or more then one part. |
| A. | <tr> |
| B. | columun |
| C. | frame |
| D. | rowspan |
| Answer» D. rowspan | |
| 140. |
__________ is used to manage the layout the page. |
| A. | <tr> |
| B. | colspan |
| C. | <frame> |
| D. | rowspan |
| Answer» D. rowspan | |
| 141. |
To make a cell span more than one row, it is called use the _______ attribute. |
| A. | <tr> |
| B. | colspan |
| C. | <frameset> |
| D. | rowspan |
| Answer» E. | |
| 142. |
To make a cell span more than one column, it is called use the _______attribute |
| A. | <tr> |
| B. | colspan |
| C. | <frameset> |
| D. | rowspan |
| Answer» C. <frameset> | |
| 143. |
__________tag is used to create the table heading of the table |
| A. | <tr> |
| B. | <th> |
| C. | <frameset> |
| D. | <a> |
| Answer» C. <frameset> | |
| 144. |
_____tag is used to create the rows in a table |
| A. | <tr> |
| B. | <th> |
| C. | <frameset> |
| D. | <a> |
| Answer» B. <th> | |
| 145. |
__________ of the table is used to specify the thickness of the table . DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45 PROF. YOGESH P.DESHMUKH www.dacc.edu.in |
| A. | border |
| B. | <center> |
| C. | cell spacing |
| D. | <marquee> |
| Answer» B. <center> | |
| 146. |
________ the space between is the space between content of the cell and cell wall . |
| A. | <p> |
| B. | <center> |
| C. | cell spacing |
| D. | <marquee> |
| Answer» D. <marquee> | |
| 147. |
To link to the another web site following link is used Visit our lokamat paper |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these. |
| Answer» B. false | |
| 148. |
__________ this tag is used to make taxt to be aligned cantered. |
| A. | <p> |
| B. | <center> |
| C. | <pre> |
| D. | <marquee> |
| Answer» C. <pre> | |
| 149. |
Tag is divided into 2 tags |
| A. | physical |
| B. | logical |
| C. | center tag |
| D. | a and b b both |
| Answer» E. | |
| 150. |
________citation tag is used to display a citation in html document . |
| A. | <cite> |
| B. | br |
| C. | <pre> |
| D. | <marquee> |
| Answer» B. br | |