Q: BLOB is an abbreviation for
-
A
Binary Little Object
-
B
Binary Large Object
-
C
Broken Large Object
-
D
Binary Small object
Answer:
Explanation:
A Blob is an oblique reference or handle to a piece of data. The name is derived from SQL databases and means "Binary Large Object."
Blobs in JavaScript are commonly used to represent binary data and can be quite large, but neither is required: a Blob could also represent the contents of a small text file.
Related Topic:
Share Above MCQ