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

QBlobs are typically stored in

ID: #5055 Client side Databases MCQ 164 views
Question Info
#5055Q ID
EasyDifficulty
Client side Databases MCQTopic

Choose the Best Option

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

  • A Memory
  • B Disk
  • C Both Memory and Disk
  • D Temporary storage
Correct Answer

Explanation

A Blob object represents an immutable, raw data file-like object. 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.