1. Question: How many graphic object types are allowed by SVG?

    A
    2

    B
    5

    C
    3

    D
    7

    Note: SVG allows three types of graphic objects: vector graphics, raster graphics, and text.
    1. Report
  2. Question: In SVG, each drawn shape or figure is considered or remembered as ___

    A
    Class

    B
    Object

    C
    Method

    D
    None

    Note: Not available
    1. Report
  3. Question: In SVG, there is a support for event handlers.

    A
    True

    B
    False

    C
    Can’t determine

    D
    None

    Note: Not available
    1. Report
  4. Question: Following method is used to get the current location of the user in Geolocation in HTML5?

    A
    getCurrentPosition()

    B
    getPosition()

    C
    getLocation()

    D
    getCurrentLocation()

    Note: Not available
    1. Report
  5. Question: ____Function displays the Latitude and Longitude in geoLocation in HTML5.

    A
    showLocation()

    B
    showPosition()

    C
    both a and b

    D
    showStatus()

    Note: The HTML5 geolocation feature lets you find out the geographic coordinates (latitude and longitude numbers) of the current location of your website's visitor. The showPosition() function in HTML is used to locate a user's position.
    1. Report
  6. Question: Canvas is able to draw the 2D graphics using______

    A
    XML

    B
    HTML

    C
    JavaScript

    D
    XHTML

    Note: A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. The HTML "canvas" element can be used to draw graphics via scripting in JavaScript.
    1. Report
  7. Question: Which storage object is used for storing the data with no expiry date?

    A
    Session storage

    B
    local storage

    C
    mass storage

    D
    stack storage

    Note: Not available
    1. Report
  8. Question: Application cache is used for___ 1) Offline browsing 2) Speed 3) Reduced server load

    A
    1 and 2

    B
    2 and 3

    C
    all of the above

    D
    none of these

    Note: Application cache means that a web application is cached, and accessible without an internet connection. Their are 3 main advantages of Application Cache. 1. Speed. 2. Offline browsing. 3. Reduced Server load.
    1. Report
  9. Question: The manifest file is ____

    A
    Text file

    B
    HTML file

    C
    XML file

    D
    java file

    Note: Not available
    1. Report
  10. Question: Which file is used by the browser to fetch the appropriate data?

    A
    Text file

    B
    HTML file

    C
    XML file

    D
    manifest file

    Note: A manifest file describes a package and maps its location on disk to a chrome URL. The manifest files usually have a .MF extension, or a .manifest extension in Windows.
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd