Friday, October 2, 2020

GSEB : Class 10 Computer Studies Chapter - 4 (MCQs)

 


 

1. Which of the following is specified by <ul> in HTML?
 a. Simple list
b. Ordered list
c. Unordered list
d. Simple table
Ans : Unordered list


2. Which of the following is specified by <ol> in HTML?
a. Simple list
b. Ordered list
c. Unordered list
d. Simple table

Ans : Ordered list

3. Which of the following tag pairs identifies items of list?
a. <li> and </li>
b. <items> and </items>
c. <object> and <objects>
d. <table> and </table>

Ans : <li> and </li>

4. Which of the following tag pairs are used to print list without bullets?
a. <ol> and </ol>
b. <ul> and </ul>
c. <dt> and </dt>
d. <pt> and </pt>

Ans : <dt> and </dt>

5. Which of the following tag pairs are used to define a row of a table?
a. <tr> and </tr>
b. <td> and </td>
c. <th> and </th>
d. <row> and </row>

Ans : <tr> and </tr>

6. Which of the following attributes is used when a cell spans across more than one raw?
a. Colspan
b. Rowspan
c. Span
d. Scope

Ans : Rowspan

7. Which of the following is used to divide bowser windows into multiple parts?
a. Frameset
b. Elements
c. Layout
d. Design

Ans : Frameset

8. Which of the following is used to display an alternative content, in case browser does not support frames?
a. Noframes
b. Yesframes
c. Falseframes
d. Trueframes

Ans : Noframes

9. Which of the following can be changed in an ordered list in HTML?
a. Order of the items
b. Start Number
c. Number style
d. All of these

Ans :  All of these
 

10. Which of the following is an option entity in an HTML table?
a. Caption of the table
b. Heading of the table
c. Grouping of columns of the table
d. All of the above

Ans : All of the above