wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS Quiz No. 1

Total questions: 30

Worksheet time: 7mins

Name
Class
Date
1.

True or False: In order to save changes to a database, you must save the objects individually.

a)

True

b)

False

2.

Sets of related data.

a)

Tables

b)

Forms

c)

Queries

d)

Reports

3.

User-friendly interfaces for entering and viewing data.

a)

Tables

b)

Forms

c)

Queries

d)

Reports

4.

Data resulting from questions you ask of one or more tables.

a)

Tables

b)

Forms

c)

Queries

d)

Reports

5.

Formatted summaries of data suitable for printing

a)

Tables

b)

Forms

c)

Queries

d)

Reports

6.

You want to use the table below to find which orders were specifically placed for a party. Which of the following should you do?

a)

Use a text filter on the Notes field

b)

Use a number filter on the Notes field

c)

Sort the table

d)

Create a report

7.

Which of the following are advantages of using Access over Excel? Check all that apply.

a)

Access handles numerical data better than Excel

b)

Access handles non-numerical data better than Excel

c)

Access uses PivotTable to summarize data

d)

Access is a relational database, which makes it easier to find connections in your data

8.

Suppose you created the following query, but later you realize that you really wanted to find the total number of cakes sold instead of cookies. What is the best way to solve this problem?

a)

Use the find feature to search for Cake

b)

Switch to design view and edit the criteria

c)

Delete the query and re-create it

d)

Use a filter on the Product type field

9.

The following table has more than 100 records. You want to change all instances of the phrase "half-dozen" to "baker's dozen." What's the fastest way to do this?

a)

Re-type the records

b)

Use the Find and Replace feature

c)

Sort the Sales Unit field, scroll to Half-dozen, then use copy and paste

d)

Apply a filter to the Sales Unit field, then retype the records

10.

What does the following image show?

a)

Using a form to create a record

b)

Using a table to create a report

c)

Creating a query

d)

Using a form to calculate a field

11.

Why would you want to create a report?

a)

Report allow you to present tables and query result in an easy-to-read format

b)

Reports make it easy to add records to a table

c)

Reports allow you to export a table as an excel file

d)

Reports are used to add data collection fields to form

12.

Let's say you've created a query to find only customers who have placed orders. But when you run the query below, it returns both customers who have and haven't placed orders. What could you do to fix this?

a)

Apply an ascending sort to the Customer ID field

b)

Include more fields from the Customers table

c)

Change the table join to right to left instead of left to right

d)

Add another table with a left-to-right join

13.

Let's say our bakery wants to create a list of customer names and email addresses for customers who pre-ordered an item and picked it up during the month of December. The tables needed for the query are shown below. Aside from First Name and Last Name, what fields must be added to the query? Check all that apply.

a)

Pre Order

b)

Email

c)

Pickup Date

d)

Paid

e)

Notes

14.

The following are the file extensions you will use the most when developing Access databases except?

a)

.accdb

b)

.xls

c)

.mdb

d)

.mde

15.

Short Text is any string of text up to _____ characters long.

a)

125

b)

155

c)

225

d)

255

16.

The unique identifier for the table.

a)

Primary Key

b)

Foreign Key

c)

Composite Key

d)

Child Field

17.

A set of simple rules that specifies the format in which data can be entered into a field.

a)

Lookup field

b)

Relationship

c)

Input Mask

d)

Criteria

18.

SQL stands for?

a)

Structured Query Language

b)

System Query Language

c)

Syntax Query Language

d)

Simple Query Language

19.

A situation where multiple tables can contain related data that is linked by a common field

a)

Queries

b)

Relationship

c)

Input Mask

d)

Lookup Field

20.

The parent's field is the _________?

a)

Composite key

b)

Primary key

c)

Foreign key

d)

None of the above

21.

It will ensure that child records cannot reference a non-existent parent.

a)

Data Integrity

b)

Enforce Referential Integrity

c)

Relationship

d)

Queries

22.

The following are the types of relationship except?

a)

One-to-One

b)

Many-to-Many

c)

One-to-Many

d)

One-to-Two

23.

A table that contains data that is referenced by another table.

a)

Lookup table

b)

Relationship table

c)

Input Mask table

d)

Database table

24.

A software tool that allow people to store, access and process data or facts into useful information.

a)

File Maintenance

b)

Record

c)

Database Management System

d)

Datbase

25.

Data is organized in layers such as the following except?

a)

File

b)

Record

c)

Field

d)

Character

e)

Database

26.

It specifies the kind of data a field can contain and how the field is used.

a)

Data type

b)

Primary key

c)

Field name

d)

Properties

27.

A group of related fields.

a)

File

b)

Record

c)

Character

d)

Field

28.

It refers to the procedures that keep data current.

a)

File maintenance

b)

Garbage In Garbage Out (GIGO)

c)

Hierarchy of Data

d)

DBMS

29.

It defines the maximum number of characters a field can contain.

a)

Field name

b)

Field size

c)

Character size

d)

Primary key

30.

It points out the accuracy of a computer’s output depends on the accuracy of the input.

a)

Data integrity

b)

Relationship

c)

File Maintenace

d)

Garbage In, Garbage Out (GIGO)