Skip to the content.

Multiple Choice Quiz Questions

  1. What is SASS?
    a. A type of operating system used by many devices
    b. A scripting language that has many styling operations
    c. The name of a commonly used computer networking system
    d. A debugging system with many features

  2. What is the difference between SASS and SCSS?
    a. They are very similar in their function, but their syntax is slightly different
    b. They are the exact same, but SASS is more commonly used
    c. SASS was developed by a larger company

  3. What is an example of an advantage of using SASS over just CSS?
    a. SASS has more functions than CSS
    b. SASS is not as expensive to use than CSS
    c. CSS takes up more bytes
    d. CSS is not as commonly used, so it’s hard to find solutions to problems that arise while coding in it.

  4. What does SASS stand for?
    a. Systematically Arranged Sample Sheets
    b. Syntactically Awesome Style Sheets

  5. Which of the following is NOT an example of an available SASS directive?
    a. warn
    b. debug
    c. import
    d. compute

  6. The __ directive is used to share rules and relationships between selectors.
    a. each
    b. extend
    c. mixin
    d. error

  7. What is “@___” called?
    a. Enhancement
    b. Directive
    c. Label
    d. Token