QUESTIONS WITH ANSWERS GRADED A+
●● True or False: By default the database will automatically create
Report 1..
Answer: False
It will automatically create Table 1
●● What are the objects in the Create Tab in Access?.
Answer: Table
Queries
Forms
Reports
Macros & Code
●● Table object.
Answer: used to store data
●● Query object.
Answer: used to retrieve data from the table efficiently
,●● Forms object.
Answer: used to interact with data in table to either add data, modify
data, or delete data
●● Report object.
Answer: used to present data neatly
●● Macros object.
Answer: is a series of programming that allows us to run or execute any
objects.
●● True or False:
Data Type Short Text can store any characters that are shorter than 245
characters.
Answer: False
shorter than 255 characters
●● True or False
Data Type Long Text can store an unlimited amount of characters.
Answer: True
●● True or False
, Data Type Number can store only number data but can not be calculated.
Answer: False
stores only number and can be calculated
●● True or False
Data Type Date/Time can store data about time or date.
Answer: True
●● True or False
Data Type Currency is similar to number except that ti will be formatted
with 2 decimal place, dollar sign, and 1000 comma separator..
Answer: True
●● True or False
Data Type Auto Number you will have to manually generate a number.
Answer: False
number will automatically generate
●● True or False:
Data Type Yes/No can store only three pairs of data.