Home / CSE MCQs / SASS-1 ::

CSE MCQs :: SASS-1

  1. What are the most attractive features of SASS?
  2. A.
    It is more stable, powerful and fully compatible to CSS3
    B.
    It is time saving because it facilitates you to write CSS in less code
    C.
    It uses its own syntax
    D.
    All of these

  3. Who is the inventor of SASS?
  4. A.
    James Gosling
    B.
    Guido van Rossum
    C.
    Misko Hevery
    D.
    Hampton Catlin

  5. What are the key features for Sass include
  6. A.
    Full CSS3-compatible
    B.
    Language extensions such as nesting, variables, and mixins
    C.
    Many useful functions for manipulating colors and other values
    D.
    All of the above

  7. What are the reasons behind using SASS?
  8. A.
    You can write codes easily and efficiently and they are easy to maintain
    B.
    It is a pre-processing language which provides its own syntax for CSS
    C.
    It is a superset of CSS which contains all the features of CSS and is an open source pre-processor, coded in Ruby
    D.
    All of the above

  9. What is the correct way to define a variable in Sass?
  10. A.
    $primary-color: #888
    B.
    @primary-color: #888
    C.
    %primary-color: #888
    D.
    #primary-color: #888

  11. From the following what are the reasons behind using SASS?
  12. A.
    You can write codes easily and efficiently and they are easy to maintain
    B.
    It is a pre-processing language which provides its own syntax for CSS
    C.
    It is more stable and powerful CSS extension and style documents more clearly and structurally
    D.
    All of the above

  13. What are the data types that SassScript supports?
  14. A.
    Numbers
    B.
    Strings of texts
    C.
    Colors
    D.
    All of these

  15. What is the difference between Sass and SCSS?
  16. A.
    Sass is a CSS pre-processor with syntax advancements and an extension of CSS3
    B.
    Sass has two syntax
    C.
    The first syntax is SCSS" and it uses the .scss extension
    D.
    All of the above

  17. How many ways SASS can be used?
  18. A.
    It can be used as a command line tool
    B.
    It can be used as a standalone Ruby module
    C.
    It can be used as a plugin for any Rack-enabled framework
    D.
    All the above mentioned

  19. Which of the following are types of mixin arguments?
  20. A.
    Keyword Arguments
    B.
    ariable Arguments
    C.
    All of the above
    D.
    None