Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. What are the key features for Sass include
  1.    Full CSS3-compatible
  2.    Language extensions such as nesting, variables, and mixins
  3.    Many useful functions for manipulating colors and other values
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 2. What are the reasons behind using SASS?
  1.    You can write codes easily and efficiently and they are easy to maintain
  2.    It is a pre-processing language which provides its own syntax for CSS
  3.    It is a superset of CSS which contains all the features of CSS and is an open source pre-processor, coded in Ruby
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 3. What are the most attractive features of SASS?
  1.    It is more stable, powerful and fully compatible to CSS3
  2.    It is time saving because it facilitates you to write CSS in less code
  3.    It uses its own syntax
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 4. Who is the inventor of SASS?
  1.    James Gosling
  2.    Guido van Rossum
  3.    Misko Hevery
  4.    Hampton Catlin
 Discuss Question
Answer: Option D. -> Hampton Catlin




Question 5. What is the correct way to define a variable in Sass?
  1.    $primary-color: #888
  2.    @primary-color: #888
  3.    %primary-color: #888
  4.    #primary-color: #888
 Discuss Question
Answer: Option A. -> $primary-color: #888




Question 6. From the following what are the reasons behind using SASS?
  1.    You can write codes easily and efficiently and they are easy to maintain
  2.    It is a pre-processing language which provides its own syntax for CSS
  3.    It is more stable and powerful CSS extension and style documents more clearly and structurally
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 7. How many ways SASS can be used?
  1.    It can be used as a command line tool
  2.    It can be used as a standalone Ruby module
  3.    It can be used as a plugin for any Rack-enabled framework
  4.    All the above mentioned
 Discuss Question
Answer: Option D. -> All the above mentioned




Question 8. What are the data types that SassScript supports?
  1.    Numbers
  2.    Strings of texts
  3.    Colors
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 9. Which of the following are types of mixin arguments?
  1.    Keyword Arguments
  2.    ariable Arguments
  3.    All of the above
  4.    None
 Discuss Question
Answer: Option C. -> All of the above




Question 10. What is the difference between Sass and SCSS?
  1.    Sass is a CSS pre-processor with syntax advancements and an extension of CSS3
  2.    Sass has two syntax
  3.    The first syntax is SCSS" and it uses the .scss extension
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Latest Videos

Latest Test Papers