

MCQOPTIONS
Saved Bookmarks
This section includes 13 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. |
The CSS cascade assigns a weight to each style rule. State true or false. |
A. | True |
B. | False |
Answer» B. False | |
2. |
The ____________ represents the result of the cascade: it is the declared value that wins the cascade. |
A. | specified Value |
B. | actual value |
C. | computed value |
D. | cascaded value |
Answer» E. | |
3. |
Which of the following generate “virtual” rules representing their effects when running? |
A. | DOM’s |
B. | !important |
C. | CSS Animations |
D. | Inheritance |
Answer» D. Inheritance | |
4. |
THE_CSS_CASCADE_ASSIGNS_A_WEIGHT_TO_EACH_STYLE_RULE._STATE_TRUE_OR_FALSE.?$ |
A. | True |
B. | False |
Answer» B. False | |
5. |
The ____________ represents the result of the cascade: it is the declared value that wins the cascade? |
A. | specified Value |
B. | actual value |
C. | computed value |
D. | cascaded value |
Answer» E. | |
6. |
The _________________ is the result of resolving the specified value. |
A. | cascaded value |
B. | computed value |
C. | specified value |
D. | declared value |
Answer» C. specified value | |
7. |
The _______________ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document. |
A. | cascaded value |
B. | declared value |
C. | used value |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
8. |
Which of the following generate “virtual” rules representing their effects when running?$ |
A. | DOM’s |
B. | !important |
C. | CSS Animations |
D. | Inheritance |
Answer» D. Inheritance | |
9. |
Which of the following property is a shorthand that resets all CSS properties? |
A. | reset |
B. | inital |
C. | all |
D. | delete |
Answer» D. delete | |
10. |
Which of the following rule allows users to import style rules from other style sheets? |
A. | @media |
B. | @important |
C. | @import |
D. | @style |
Answer» D. @style | |
11. |
Which of the following property is used to define how nested items are rendered in a 3-D space? |
A. | transform-style |
B. | transform |
C. | transform-origin |
D. | transform-3D |
Answer» B. transform | |
12. |
Which of the following Cascading order has the highest precedence? |
A. | user agent declarations |
B. | user normal declarations |
C. | author normal declarations |
D. | author important declarations |
Answer» B. user normal declarations | |
13. |
Which of the following are different origins of style sheets? |
A. | author |
B. | user |
C. | user agent |
D. | all of the mentioned |
Answer» E. | |