Home / CSE / Javascript - CS :: Performance Measures

CSE :: Javascript - CS

  1. What does the Minify return back to the Script tag?

  2. A.

     File I/O

    B.

     Minify JavaScript

    C.

     HTTP Request

    D.

     Gzip encoded

    E.

     The Minify sends back the gzip encoded back to the Script tag.


  3. What is the return type of the script tag?

  4. A.

     File I/O

    B.

     Minify JavaScript

    C.

     HTTP Request

    D.

     Gzip encoded


  5. What does the JS File return ?

  6. A.

     File I/O

    B.

     Minify JavaScript

    C.

     HTTP Request

    D.

     Gzip encoded


  7. What is the outcome of using R along with minification?

  8. A.

     Sheer file size reduction

    B.

     File size increase

    C.

     More efficient

    D.

     None of the mentioned


  9. Which one of the following is more efficient in terms of the file size reduction?

  10. A.

     YUI

    B.

     Closure Compiler (advanced)

    C.

     Minify

    D.

     Closure Compiler (simple)


  11. Which of the following are JavaScript optimizers?

  12. A.

     JSMin

    B.

     Packer

    C.

     Minify

    D.

     Both JSMin and Packer


  13. Which of the following is the approach used to compress HTML in web servers and modern web browsers?

  14. A.

     Content encoding

    B.

     Content decoding

    C.

     Compression algorithm – DEFLATE

    D.

     None of the mentioned


  15. Which is the game that requires extremely minified source in the Perl culture?

  16. A.

     Perl pool

    B.

     Perl golf

    C.

     Both Perl pool and golf

    D.

     None of the mentioned