1.
I am a program used to organize and manipulate data. I consist of fields, records, tables, queries and reports. What am I?
Correct Answer
C. I am a database program
Explanation
The given correct answer, "I am a database program," aligns with the description provided in the question. A database program is used to organize and manipulate data, consisting of fields, records, tables, queries, and reports. This type of program is specifically designed for managing and storing large amounts of data efficiently.
2.
With database management systems, you need to create your tables before you can enter data. What are the options when creating a new database table? i.File , new database, table ii Create table in design view iii Create table by using wizard iv Create table by entering data
Correct Answer
D. Ii, iii and iv
Explanation
The options when creating a new database table are ii) Create table in design view, iii) Create table by using wizard, and iv) Create table by entering data. These options allow the user to design the structure of the table using design view, utilize a wizard to guide them through the table creation process, or directly enter the data into the table. Option i) File, new database, table is not a valid option for creating a new database table.
3.
The table structure of a database refers to which of the following?i Field name ii Data Type iii Description
Correct Answer
C. I, ii, and iii
Explanation
The table structure of a database refers to the combination of field name, data type, and description. The field name represents the name of each column in the table, the data type specifies the type of data that can be stored in each column, and the description provides additional information about each column. Therefore, all three options i, ii, and iii are correct as they collectively define the table structure of a database.
4.
A ______________________ is the foundation for all queries, forms, and reports. The container for all these objects is the database.
Correct Answer
table
Explanation
A table is the foundation for all queries, forms, and reports in a database. It serves as the container for all these objects, providing a structured way to store and organize data. Tables consist of rows and columns, allowing for the storage of various types of information. Queries, forms, and reports rely on the data stored in tables to perform operations, retrieve information, and present it in a meaningful way. Without a table, the database would lack the necessary structure and organization required for effective data management.
5.
True or False: When entering information into your database records, you can leave data out of a field if it is not available
Correct Answer
True
Explanation
When entering information into a database record, it is possible to leave a field blank if the data for that field is not available. This is because not all fields in a database may be mandatory, allowing for flexibility in data entry. Leaving a field blank can indicate that the information is missing or unknown, and it does not necessarily invalidate the rest of the data in the record.
6.
When you create a table, you specify the data type for each field in the Table Design View. Text, Number, Date/Time, Currency, and Yes/No data types are self-explanatory. AutoNumber, increments each record by one. While Text fields can only contain up to 255 characters, Memo can include over 65,000 characters. OLE Objects enable you to insert graphics, sounds, and other data types. The Lookup data type will enable you to choose from a list of options. The Hyperlink data type enables you to launch an Access object (a table, form, query, and so on), another file in another application, or go to a Web site. Knowing all this Natavia is creating a database to store data on her friends, a sort of personal address book. She wants to include a field to specify which district in Belize is her friends favorite of all the lovely districts in Belize. Her best data type option would be ___________.
Correct Answer
lookup
Lookup
Explanation
Natavia's best data type option for including a field to specify her friend's favorite district in Belize would be the "Lookup" data type. This data type would enable her to choose from a list of options, allowing her to easily select the specific district that her friend prefers.
7.
True or False:You can change a field's data type but, depending on the particular conversion, this process can lead to data loss.
Correct Answer
True
Explanation
Changing a field's data type can indeed lead to data loss depending on the particular conversion. This is because different data types can store different ranges of values and have different levels of precision. When converting a field to a data type that has a smaller range or less precision, some of the original data may not be able to be accurately represented in the new data type, resulting in data loss. It is important to carefully consider the potential implications and limitations before changing a field's data type.
8.
True or False: When you first create a field in Table Design View, the field is automatically set to text and the default text field size is 50.
Correct Answer
True
Explanation
When creating a field in Table Design View, the field is automatically set to text. The default text field size is 50 characters. This means that if no specific data type or size is specified for the field, it will default to a text field with a size of 50 characters.
9.
A ______________________ is a database file that contains no objects or data. It is an empty shell that you will use to add new tables, queries, forms, and reports.
Correct Answer
blank database
Explanation
A blank database is a file that serves as a starting point for creating a new database. It does not contain any pre-existing tables, queries, forms, or reports. Instead, it acts as an empty shell where users can add and customize these elements according to their specific needs and requirements. This allows for a flexible and tailored approach to database creation, as users can design and structure the database from scratch.
10.
True or False: You can create a new database that is blank or let the Database Wizard create one for you that contains the objects you specify for it.
Correct Answer
True
Explanation
You can create a new database that is blank or let the Database Wizard create one for you that contains the objects you specify for it. This means that you have the flexibility to either start with a completely empty database or use the Database Wizard to automatically generate a database with pre-defined objects based on your specifications.
11.
True or False: When you use a wizard, Access enables you to choose from sample fields and then create the tables, queries, forms, reports, and switchboards for you.
Correct Answer
True
Explanation
When using a wizard in Access, it provides the option to select from pre-defined sample fields and automatically generates tables, queries, forms, reports, and switchboards based on the chosen fields. This feature helps users quickly create a functional database without having to manually design and build each component individually.
12.
Decimal places are basically the numbers after the decimal point (for example, 44 becomes 44.00 when you add two decimal places). When you work with numbers, having all related numbers with the same number of decimal places adds to the professional appearance of your output. Changing the number of decimal places only adds to the visual appearance of a number, not to its _________________.
Correct Answer
value
Explanation
Changing the number of decimal places only adds to the visual appearance of a number, not to its value. This means that increasing or decreasing the number of decimal places does not change the actual numerical value of the number. It only affects how the number is displayed or represented. The value of a number remains the same regardless of the number of decimal places it has.
13.
Fredrick created a field called fullname in a table. This field was created to hold the persons full name. Fredrick later decided that this was not practical and decided to change the table design to add fields for first name and last name. This would be an example to show that if you no longer needed a field, you can ____________ it.
Correct Answer
delete
remove
erase
edit
alter
Explanation
If you no longer need a field in a table, you can delete, remove, erase, edit, or alter it.
14.
The ______________________________ property provides information or notes about fields in tables, and queries. ___________________ can be up to 255 characters in length.
Correct Answer
description
descriptions
Explanation
The description property is used to provide information or notes about fields in tables and queries. These descriptions can be up to 255 characters in length.
15.
You can set the field properties in Table ______________ View. Properties include name, data type, description, field length, validation rules, default values, and whatever you see on the General or Lookup tabs in table design.
Correct Answer
design
Explanation
In order to set the field properties in a table, you need to access the "design" view. This view allows you to customize various properties such as the name, data type, description, field length, validation rules, default values, and other options that are visible on the General or Lookup tabs in table design.
16.
Field size for text data type fields determines the ______________ number of characters you can enter for a field. You can set the field size for text up to 255 characters and the default is 50 characters unless you change the default.
Correct Answer
maximum
Explanation
The field size for text data type fields determines the maximum number of characters that can be entered for a field. The maximum field size for text is 255 characters, but the default field size is 50 characters unless it is changed.
17.
A convenient place to create the structure of your database tables is Table ________________. This is where you add and remove fields, and it serves as a convenient place for getting an overview of the properties associated with your fields and table.
Correct Answer
design view
Explanation
The design view is a convenient place to create the structure of your database tables. In this view, you can easily add and remove fields, and it provides an overview of the properties associated with your fields and table. It allows you to visually design and organize your database tables, making it easier to manage and understand the structure of your database.
18.
To modify a table, you must select that table in the Database window and open the table in the Table ____________________. In this view you can add or remove fields; change field names; change a field's data type; and add, modify, or delete descriptions, field properties, and table rules.
Correct Answer
design view
Explanation
To modify a table, you must select that table in the Database window and open the table in the Table design view. In this view, you can make various changes to the table such as adding or removing fields, changing field names, modifying the data type of a field, and managing descriptions, field properties, and table rules. The design view provides a graphical interface that allows users to easily make structural changes to the table.
19.
___________________ can be used to answer questions themselves, but can also be used as the foundation for forms and reports.
Correct Answer
Queries
Explanation
Queries can be used to answer questions themselves by retrieving specific information from a database. They can also be used as the foundation for forms and reports, as they provide a way to organize and present data in a structured manner. Queries allow users to filter, sort, and perform calculations on data, making them a versatile tool for data analysis and presentation.
20.
In datasheet view a row represents a _________________.
Correct Answer
field
Explanation
In datasheet view, a row represents a field. Each row in the datasheet view corresponds to a specific field in the database. The fields are organized in columns, and each row represents a separate record or entry in the database. This allows for easy viewing and manipulation of data in a tabular format, with each row representing a distinct field value.