Home / CSE MCQs / Javascript MCQs :: Javascript Graphics and Rendering

CSE MCQs :: Javascript MCQs

  1. Which of the following browsers use Webkit?
  2. A.
    Chrome
    B.
    Internet Explorer
    C.
    Safari
    D.
    Both a and c

  3. What is the purpose of the JavaScript Engine?
  4. A.
    Compiling the JavaScript
    B.
    Interpreting the JavaScript
    C.
    Both a and b
    D.
    None of the mentioned

  5. What is the return type of the remote server?
  6. A.
    HTTP Response
    B.
    HTTP Request
    C.
    Get Request
    D.
    None of the mentioned

  7. From which version of IE is canvas supported?
  8. A.
    7
    B.
    8
    C.
    9
    D.
    Not yet supported

  9. What is the returning value of the getContext() method?
  10. A.
    Drawing model
    B.
    CanvasRenderingContext2D object
    C.
    Context2D object
    D.
    None of the mentioned

  11. Which is the method invoked to begin a path?
  12. A.
    begin()
    B.
    path()
    C.
    createPath()
    D.
    beginPath()

  13. Which HTML element is used to include images?
  14. A.
    image
    B.
    img
    C.
    src
    D.
    sourceimg

  15. Which of the following elements are used to include audio?
  16. A.
    audio
    B.
    video
    C.
    svg
    D.
    All of the mentioned

  17. Which of the following is not the property of the video tag?
  18. A.
    width
    B.
    height
    C.
    breadth
    D.
    None of the mentioned

  19. Which of the following attributes are common to both audio and video?
  20. A.
    enter
    B.
    control
    C.
    controls
    D.
    All of the mentioned