JavaScript MCQ Client side Databases MCQ Question #5056
Single Choice Easy

QWhich of the following functions is used to break the blobs into smaller pieces?

ID: #5056 Client side Databases MCQ 153 views
Question Info
#5056Q ID
EasyDifficulty
Client side Databases MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A partition()
  • B cut()
  • C sliceall()
  • D slice()
Correct Answer

Explanation

The File interface is based on the Blob interface, inheriting blob functionality and expanding it to support files on the user's system. Blobs can be stored in memory or on disc by the web browser, and they can represent truly massive chunks of data (such as video files) that are too large to fit in main memory without first being divided into smaller pieces with slice ().

Share This Question

Challenge a friend or share with your study group.