MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following measurement represent seconds? |
| A. | s |
| B. | se |
| C. | sec |
| D. | second |
| Answer» B. se | |
| 2. |
Which of the following selector is used to selects the element that is the nth child of its parent? |
| A. | nth-child(n) |
| B. | :first-line |
| C. | last-of-type |
| D. | first-of-type |
| Answer» B. :first-line | |
| 3. |
Which of the following selector is used to selects the element that is the first child of its parent that is of its type? |
| A. | nth-child(n) |
| B. | :first-line |
| C. | last-of-type |
| D. | first-of-type |
| Answer» E. | |
| 4. |
Which of the following nav-left value sets it’s value to default value? |
| A. | arget-name |
| B. | d |
| C. | nital |
| D. | nherit |
| Answer» D. nherit | |
| 5. |
Which of the following measurement represent seconds?$ |
| A. | s |
| B. | se |
| C. | sec |
| D. | second |
| Answer» D. second | |
| 6. |
Which of the following selector is used to selects the elements that are the default among a set of similar elements? |
| A. | ::after |
| B. | :disabled |
| C. | :default |
| D. | :checked |
| Answer» D. :checked | |
| 7. |
Which of the following selector is used to selects siblings? |
| A. | ::after |
| B. | E ~ F |
| C. | :checked |
| D. | E[attr^=value]. |
| Answer» C. :checked | |
| 8. |
What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values? |
| A. | Transitions |
| B. | Template Layout |
| C. | Web Fonts |
| D. | Values and Units |
| Answer» E. | |
| 9. |
What module defines the handling of lists, including marker styles and some aspects of counters? |
| A. | Line Layout |
| B. | Lists |
| C. | Media Queries |
| D. | Namespaces |
| Answer» C. Media Queries | |
| 10. |
What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more? |
| A. | Behavioral Extensions |
| B. | Generated and Replaced Content |
| C. | Generated Content for Paged Media |
| D. | Grid Positioning |
| Answer» D. Grid Positioning | |
| 11. |
What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts? |
| A. | 3D Transforms |
| B. | Animations |
| C. | 2D Transforms |
| D. | Box Model |
| Answer» C. 2D Transforms | |
| 12. |
Which of the following Module is not available in CSS3. |
| A. | DOMs |
| B. | Fonts |
| C. | Backgrounds and Borders |
| D. | Color |
| Answer» B. Fonts | |