In MS Access, what is the maximum size of an OLE Object field? MCQ with Answer and Explanation

In MS Access, what is the maximum size of an OLE Object field?
A. 2 GB
B. 1 GB
C. Limited by database size
D. 256 MB
Answer: Option B
Solution (By JKExamLibrary)
OLE Object fields can store up to 1 GB of data.

This question belongs to: Computer Microsoft Office

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Microsoft Office Questions

Question #1 Report Error
What is the shortcut key to apply or remove bold formatting in MS Word?
A. Ctrl + U
B. Ctrl + B
C. Ctrl + I
D. Ctrl + Shift + B

Correct Answer: Option B


Explanation:
Ctrl + B toggles bold. Ctrl + I italic, Ctrl + U underline, Ctrl + Shift + B opens bookmark list in Word.

This question belongs to: Computer Microsoft Office
Question #2 Report Error
In Excel, which formula will correctly return the text 'Hello' from cell A1 if A1 contains 'Hello World'?
A. =LEFT(A1,5)
B. =TRIM(A1)
C. =RIGHT(A1,5)
D. =MID(A1,1,6)

Correct Answer: Option A


Explanation:
LEFT(A1,5) extracts first 5 characters ('Hello'). RIGHT gets from right, MID from any position, TRIM removes extra spaces.

This question belongs to: Computer Microsoft Office
Question #3 Report Error
In MS Access, a query that modifies data in a table (like increasing price by 10%) is called:
A. Update query
B. Crosstab query
C. Select query
D. Append query

Correct Answer: Option A


Explanation:
Update query changes existing field values.

This question belongs to: Computer Microsoft Office