Home / CSE / Javascript - CS :: Caching and Debugging

CSE :: Javascript - CS

  1. BLOB stands for

  2. A.

     Binary Little Object

    B.

     Binary Large Object

    C.

     Broken Large Object

    D.

     None of the mentioned


  3. The size of blobs are generally calculated in

  4. A.

     Meters

    B.

     Kilometers

    C.

     Bytes

    D.

     Pixels


  5. The blobs are generally stored in

  6. A.

     Memory

    B.

     Disk

    C.

     Both Memory and Disk

    D.

     None of the mentioned


  7. The blobs are broken into smaller pieces using which of the following functions?

  8. A.

     partition()

    B.

     cut()

    C.

     sliceall()

    D.

     slice()


  9. Which algorithm supports blobs?

  10. A.

     Structured clone algorithm

    B.

     Double buffer algorithm

    C.

     Chen’s algorithm

    D.

     Retrieval algorithm


  11. Which database can be used to retrieve blobs?

  12. A.

     Server-side databases

    B.

     Client-side databases

    C.

     Both Server-side and Client-side databases

    D.

     None of the mentioned


  13. Which object can be used to create your own blobs?

  14. A.

     Creator

    B.

     BlobCreator

    C.

     BlobBuilder

    D.

     None of the mentioned


  15. Which of the following is a subtype of Blob?

  16. A.

     Elemental Object

    B.

     Create Object

    C.

     Data Object

    D.

     File Object


  17. Which method facilitates in uploading a Blob to a server?

  18. A.

     send()

    B.

     pass()

    C.

     upload()

    D.

     store()


  19. A Blob URL can be created using which of the following function?

  20. A.

     createURL()

    B.

     createObjectURL()

    C.

     designURL()

    D.

     URLCreation()