wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

N4 Database Design and Development

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

A database is a program that is used to store organised information.


This is the modern equivalent of storing information on paper in filing cabinets.

a)

TRUE

b)

FALSE

2.

A File is a collection of structured data on particular topic. A file is made up of:

a)

objects

b)

records

c)

tables

d)

Microsoft Access

3.

What is a record? Select all that apply:

a)

information held about one person or one thing

b)

it is made up of fields

c)

has one data type

d)

always needs to be null

4.

A field is a single item of information. An example would be:

a)

Dates of Birth for all pupils within classroom

b)

Date of Birth for only one pupil within classroom

5.

Databases can be:

a)

Computerised

b)

Manual

c)

Fluid

d)

Transparent

6.

Select all advantages of computerised databases:

a)

More than one person can access the information at one time.

b)

Searching for information is faster.

c)

Backup copies of information can be easily made and stored.

d)

Editing/updating information is easier and neater.

7.

Select answer with correct types of fields:

a)

Text, Numeric, Date, Time, Object/Graphic, Calculated, Link

b)

String, Photo, Numeric, Time, Date, Link, Fixed

8.

Computed or Calculated data type is a formula is used to do a calculation using one or more of the other fields.

a)

TRUE

b)

FALSE

9.

When you create a record you must first consider:

a)

How many fields should there be.

b)

The data type for each field.

c)

What size each field should be.

d)

Data you put in the table.

10.

Why would you use the search facility in your database file?

a)

To look where data change is needed

b)

To look for information in the database

c)

To delete redundant data within file

d)

To add new record

11.

There are two kind of searches:


simple - it looks for records with a match on one field


or complex - it looks for records with a match on more than one item in one or more fields.

a)

TRUE

b)

FALSE

12.

Which search is NOT complex search?

a)

Hair="Brown"

b)

Hair="Brown" AND Eyes="Green"

13.

In a complex search we need to link the searches together using one of the following operators:


AND


which means:

a)

Both items required in each record

b)

One item required in each record

14.

In a complex search we need to link the searches together using one of the following operators


OR


which means that:

a)

Both items are required in each record

b)

One item is required in each record

15.

What is a keyword?

a)

Text used to fill up blank fields within database file

b)

Name of the unique column

c)

Text used to search a file for a particular entry

d)

Secret password to access encrypted database file