Home / CSE / Javascript - CS :: Performance Measures

CSE :: Javascript - CS

  1. What is the purpose of the product Minify?

  2. A.

     Storing the data

    B.

     Streamlining the data

    C.

     Proxies the JavaScript file

    D.

     All of the mentioned


  3. What does the Minify set the encoding HTTP header?

  4. A.

     deflate

    B.

     gzip

    C.

     both deflate and gzip

    D.

     none of the mentioned


  5. What is in-built in the Minify?

  6. A.

     Dynamic compression

    B.

     Static compression

    C.

     Static content

    D.

     None of the mentioned


  7. Which folder contains the Minify control panel?

  8. A.

     /min/builder/

    B.

     /builder/

    C.

     /minify/build

    D.

     /minify/builder


  9. Which of the following is the order of Minify process?

  10. A.

     Remove extraneous characters, gzip the response, Read

    B.

     Remove extraneous characters, Read, gzip the response

    C.

     Read, Remove extraneous characters, gzip the response

    D.

     None of the mentioned


  11. YUI Compressor is analogous to

  12. A.

     Minify

    B.

     JavaScript

    C.

     Both Minify and JavaScript

    D.

     None of the mentioned


  13. What type of file is YUI Compressor?

  14. A.

     Binary file

    B.

     JAR file

    C.

     Text file

    D.

     Assembly file


  15. What is the function of a Closure Compiler?

  16. A.

     Originates the JavaScript

    B.

     Compiles the JavaScript

    C.

     Rewrites JavaScript

    D.

     None of the mentioned


  17. What is scorched-earth optimizations?

  18. A.

     They optimize based on certain constraints

    B.

     They strip out everything including best practices

    C.

     Based on certain constraints

    D.

     None of the mentioned


  19. The Closure Compiler was introduced by

  20. A.

     Microsoft

    B.

     Apple

    C.

     Google

    D.

     None of the mentioned