wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 2 Creating Systems to Manage Information Quiz

Total questions: 41

Worksheet time: 21mins

Name
Class
Date
1.

Normalisation is:

a)

Filling in empty fields so that all rows / tuples contain data.

b)

Organising a database to remove duplication of data, and maintain the accuracy / integrity of the data.

c)

Putting fields from different tables into one big database.

d)

Creating a spreadsheet

2.
A row in a database.
a)
Record
b)
Field
c)
Entity
d)
Table
3.

Fields in database are similar to _________ in tables.

a)

Rows

b)

Columns

c)

Cells

d)

Values

4.

What is an atomic field?

a)

A field that contains multiple items of data

b)

A field that is repeated

c)

A field that contains only one item of data

d)

A field containing data about atoms

5.
A unique identifying field.
a)
Primary Key
b)
Integer
c)
Verification
d)
Boolean
6.
What is the primary key in this database?
a)
Emp_Id
b)
Last Name
c)
Gender
d)
Title
7.

What is a foreign key?

a)

The primary key in one table used to link to another table

b)

Two fields combined together to make one key

c)

A unique identifier

d)

None of these

8.

Which of the following are primary keys?

a)

CostumeHireGroupID

b)

CostumeID

c)

RentalID

d)

CustomerID

e)

FirstName

9.

A composite key is a combination of two fields that together can uniquely identify a record.

a)

True

b)

False

10.

What type of relationship should we not use in our database structure?

a)

One to One

b)

One to Many

c)

Many to One

d)

Many to Many

11.

Referential Integrity is a rule states that every foreign key value must match the primary key value of a record in another table, or must be null.

a)

True

b)

False

12.

The best data type to choose for a postcode would be

a)

Number

b)

Text

c)

Date/Time

d)

Currency

13.

Which data type would be most suitable for the 'DateofBirth' field?

a)

Currency

b)

Number

c)

Date/Time

d)

Yes/No

e)

Memo

14.

Which datatype will be used to generate numbers automatically while inserting data?

a)

Number

b)

Auto number

c)

Automatic Number

d)

Integer

15.

What function enables you to ask questions about the data stored in a database and returns the answers based on your criteria?

a)

Form

b)

Query

c)

Report

d)

Table

16.

The Query button is located on the _______ tab.

a)

Home

b)

File

c)

Create

d)

Export

17.

Click ___________ to show the results of a query

a)

Execute

b)

Show

c)

Run

d)

Results

18.
What Query view is shown in this image?
a)

Datasheet View

b)

Design View

c)

Layout view

d)

Report view

19.
What is letter "C" showing?
a)
Where to click to Run the Query
b)
Where to Click to Save the Query
c)
Where to configure the Fields returned and the criteria to be used
d)
Where to configure the Join properties
20.

Besides entering data directly into the table, you could use a

a)

Field

b)

Form

c)

Query

d)

Report

21.

Reducing the size of a field length is an example of a (a)   check

22.

Test data which should be accepted is known as

a)

Normal

b)

Extreme

c)

Erroneous

d)

Invalid

e)

Boundary

23.

Test data way outside a range which should be rejected is known as

a)

Normal

b)

Extreme

c)

Erroneous

d)

Invalid

e)

Boundary

24.

Test data with the incorrect data type which should be rejected is known as

a)

Normal

b)

Extreme

c)

Erroneous

d)

Invalid

e)

Boundary

25.

A primary key field from one table appears in a second table. What is the field in the second table called?

a)

A primary key

b)

A foreign key

c)

A relationship key

d)

A linked key

26.
What Query view is shown in this image?
a)
Datasheet View
b)
Design View
27.

The arithmetic operator for 'less than or equal to' is?

a)

=

b)

<=

c)

>=

d)

<>

28.

What is a "Control source" in an Access control?

a)

Where formatting is controlled

b)

Where the data comes from / is calculated

c)

Where data is duplicated

d)

Where a primary key is defined

29.

What is CustomerID acting as in (2)?

a)

A foreign key

b)

A primary key

c)

A normal attribute

d)

A record

30.

What is the relationship between "books" and "loans"?

a)

1:1

b)

1:many

c)

many:1

d)

There is no relationship

31.

What type of validation is shown here?

a)

Length check

b)

Format check

c)

Value lookup

d)

Range check

32.

How will "Fullname" display?

a)

FredBloggs

b)

Fred Bloggs

c)

Bloggs, Fred

d)

BloggsFred

33.

How many hours are allocated for the examination in Part A?

a)

2 hours

b)

3 hours

c)

4 hours

d)

5 hours

34.

What is the total mark for Part A of the examination?

a)

26 marks

b)

40 marks

c)

66 marks

d)

80 marks

35.

What is the total mark allocation for Activity 1?

a)

6 marks

b)

8 marks

c)

10 marks

d)

12 marks

36.

What is the advised time to spend on Activity 1?

a)

20 minutes

b)

30 minutes

c)

40 minutes

d)

45 minutes

37.

What is the mark allocation for Activity 3?

a)

8 marks

b)

10 marks

c)

12 marks

d)

14 marks

38.

Which activity involves creating queries and a report?

a)

Activity 2

b)

Activity 3

c)

Activity 4

d)

Activity 5

39.

What is the advised duration for completing Activity 4?

a)

15 minutes

b)

20 minutes

c)

25 minutes

d)

30 minutes

40.

How many marks are allocated for Activity 4?

a)

4 marks

b)

5 marks

c)

6 marks

d)

7 marks

41.

In Activity 5, what aspect of the database is primarily evaluated?

a)

User interface design

b)

Database structure and validation

c)

Query efficiency

d)

Report layout