wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database and Computer Maintenance Quiz

Total questions: 61

Worksheet time: 33mins

Name
Class
Date
1.

A data model describes ______ data for storage.

a)

unclear

b)

integer

c)

structured

d)

undefined

2.

Which is NOT a standard data model?

a)

ISO 10303

b)

ISO 15926

c)

IDEAS

d)

Newton Model

3.

The basic building block of an ERD is an ________.

a)

entity

b)

icon

c)

device

d)

component

4.

A table in a relational database is also called a ______

a)

file

b)

relation

c)

sheet

d)

record

5.

A primary key must be _______

a)

empty

b)

duplicated

c)

a unique identifier

d)

a number

6.

Which of the following is a foreign key?

a)

A key linking two tables

b)

The shortest field

c)

A deleted field

d)

A numeric value

7.

A one-to-many relationship is shown as:

a)

1 : 0

b)

1 : 1

c)

1 : M

d)

M : M

8.

“A student registers for many courses” is:

a)

1 : 1

b)

1 : M

c)

M : M

d)

none

9.

Normalization is used to reduce

a)

beauty

b)

redundancy

c)

storage

d)

queries

10.

Which normal form removes repeating groups?

a)

1NF

b)

2NF

c)

3NF

d)

BCNF

11.

2NF removes ______ dependencies.

a)

trivial

b)

partial

c)

absolute

d)

none

12.

3NF removes ______ dependencies.

a)

multivalued

b)

transitive

c)

additive

d)

numeric

13.

A composite key is made of

a)

one field

b)

two or more fields

c)

images

d)

symbols

14.

A relationship between two primary keys is called

a)

composite table

b)

junction table

c)

entity table

d)

page file

15.

Which is a constraint?

a)

SELECT

b)

FOREIGN KEY

c)

PRINT

d)

RETURN

16.

A tuple refers to a ______

a)

row

b)

column

c)

table

d)

key

17.

A domain refers to the set of possible ______

a)

tables

b)

keys

c)

values

d)

diagrams

18.

An attribute is a ______ of an entity.

a)

description

b)

picture

c)

sound

d)

folder

19.

Deleting a record is part of ______ operations.

a)

DDL

b)

DML

c)

SQL*

d)

DNS

20.

The SQL command to create a table is

a)

INSERT

b)

CREATE

c)

DELETE

d)

PRINT

21.

An index is a ______ of a table.

a)

sorted copy

b)

backup

c)

folder

d)

picture

22.

An index entry contains a key value and a ______

a)

stamp

b)

pointer

c)

name

d)

row

23.

Clustered indexes require data to be ______

a)

random

b)

sorted

c)

deleted

d)

encrypted

24.

A table can have only one ______ index

a)

unclustered

b)

clustered

c)

deleted

d)

foreign

25.

Unclustered indexes store keys in

a)

random order

b)

different structure from main file

c)

the same table

d)

no file

26.

Indexes improve

a)

power usage

b)

query speed

c)

RAM size

d)

viruses

27.

An index that stores every search-key value is

a)

sparse

b)

empty

c)

dense

d)

minimal

28.

A sparse index stores

a)

one entry per row

b)

one entry per block

c)

all entries twice

d)

no entries

29.

An index is mostly used in ______ operations.

a)

update

b)

search

c)

format

d)

backup

30.

A search key in an index may contain

a)

only numbers

b)

any field

c)

only primary keys

d)

images

31.

A primary index is created on the ______

a)

first field

b)

primary key

c)

last row

d)

domain

32.

A secondary index can be created on a ______

a)

primary key only

b)

non-key attribute

c)

table name

d)

server

33.

Range queries retrieve records

a)

in a single row

b)

within specific limits

c)

without conditions

d)

randomly

34.

Composite search keys contain ______

a)

text only

b)

two or more fields

c)

images

d)

numbers only

35.

The search key in a sparse index must be

a)

large

b)

sorted

c)

unique

d)

encrypted

36.

Secondary indexes are mostly

a)

sparse

b)

empty

c)

dense

d)

random

37.

A multi-level index is used to improve

a)

speed

b)

colours

c)

screen size

d)

user accounts

38.

Which of the following is an example of a range query?

a)

WHERE age = 10

b)

WHERE age BETWEEN 10 AND 20

c)

WHERE name = 'Dan'

d)

SELECT * FROM table

39.

Which type of index uses block-level pointers?

a)

dense

b)

sparse

c)

unique

d)

composite

40.

Composite keys are useful when

a)

one key cannot uniquely identify a row

b)

no keys exist

c)

tables are empty

d)

indexes fail

41.

Before cleaning a PC, always

a)

update drivers

b)

shut down and unplug

c)

remove the CPU

d)

delete files

42.

A computer case should be cleaned

a)

weekly

b)

yearly

c)

every 5 years

d)

never

43.

Dust inside a PC is removed using

a)

wet cloth

b)

compressed air

c)

petrol

d)

soap water

44.

Which is safe for cleaning screens?

a)

paper towel

b)

microfiber cloth

c)

sandpaper

d)

brush

45.

Keyboards are best cleaned using

a)

water

b)

vacuum or blower

c)

soap

d)

grease

46.

Mice should be cleaned using

a)

isopropyl alcohol

b)

kerosene

c)

engine oil

d)

water

47.

Overheating is caused by

a)

too much RAM

b)

blocked air vents

c)

low brightness

d)

large fonts

48.

To avoid electrical shock, avoid touching components with

a)

bare hands

b)

metal tools

c)

dry hands

d)

glasses

49.

This tool removes screws in hardware work

a)

plier

b)

screwdriver

c)

broom

d)

chisel

50.

Anti-static wrist straps prevent

a)

dust

b)

electric discharge damage

c)

noise

d)

heat

51.

Maintenance that fixes errors is

a)

corrective

b)

preventive

c)

adaptive

d)

perfective

52.

Maintenance that improves performance is

a)

adaptive

b)

corrective

c)

perfective

d)

destructive

53.

Changing software to suit new hardware is

a)

adaptive

b)

perfective

c)

random

d)

preventive

54.

Preventive maintenance involves

a)

cleaning RAM

b)

anticipating & reducing future problems

c)

deleting the OS

d)

corrupting files

55.

A good maintenance routine includes

a)

disk cleanup

b)

deleting antivirus

c)

overcharging battery

d)

removing updates

56.

Defragmentation improves

a)

colour

b)

file access speed

c)

virus spread

d)

boot time only

57.

Software updates help to

a)

cause bugs

b)

improve security

c)

slow the system

d)

delete files

58.

A backup is stored

a)

on multiple media

b)

only on RAM

c)

in the recycle bin

d)

on deleted folders

59.

Removing unused apps is part of

a)

destructive maintenance

b)

performance tuning

c)

virus creation

d)

nothing

60.

Antivirus software helps to

a)

damage files

b)

detect malware

c)

delete OS

d)

reduce RAM

61.

Explain the difference between data and information. Give one example of each.

4 lines