wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Processing SS2

Total questions: 67

Worksheet time: 41mins

Name
Class
Date
1.

What is a data model?

a)

A. A type of computer hardware

b)

B. A collection of tools for describing data

c)

C. A programming language

d)

D. A file-saving format

2.

Which of the following is NOT a type of data model?

a)

Conceptual

b)

Logical

c)

Physical

d)

Instructional

3.

A conceptual data model mainly describes:

a)

How data is stored on disk

b)

The high-level structure of the data

c)

File path addresses

d)

CPU data flow

4.

A logical data model focuses on:

a)

Relationships and attributes

b)

Physical storage format

c)

File compression rules

d)

Operating system processes

5.

A physical data model deals with:

a)

High-level user requirements

b)

Hardware-level implementation

c)

Logical table design

d)

Data independence

6.

Which data model is closest to how users understand data?

a)

Physical

b)

Conceptual

c)

Logical

d)

Mathematical

7.

Which model translates conceptual designs into database structures?

a)

Star schema

b)

Logical model

c)

Physical model

d)

Data dictionary model

8.

Indexes and partitions belong to which model?

a)

Conceptual

b)

Logical

c)

Physical

d)

Mathematical

9.

Which model shows entities and relationships?

a)

Conceptual

b)

Physical

c)

File model

d)

Hardware model

10.

Which model is most detailed in terms of storage?

a)

Conceptual

b)

Logical

c)

Abstract

d)

Physical

11.

An ER model is mainly used to:

a)

Produce computer graphics

b)

Represent entities and their relationships

c)

Store security passwords

d)

Analyze CPU speed

12.

In an ER diagram, an entity is represented as:

a)

Circle

b)

Rectangle

c)

Triangle

d)

Arrow

13.

A relationship is represented as a:

a)

Arrow

b)

Diamond

c)

Rectangle

d)

Parallelogram

14.

An attribute is represented using:

a)

Oval

b)

Rectangle

c)

Hexagon

d)

Diamond

15.

15. ER diagrams are mostly associated with:

4 lines
16.

Which of the following is NOT part of an ER model?

a)

Entity

b)

Attribute

c)

Relationship

d)

Algorithm

17.

In an ER model, a characteristic of an entity is called:

a)

Field

b)

Attribute

c)

Tuple

d)

Key

18.

A weak entity depends on:

a)

Operating system

b)

Another entity

c)

File system

d)

Database size

19.

ER modeling helps in:

a)

Data visualization

b)

Data structure planning

c)

Memory management

d)

Internet connection

20.

ER modeling is mostly used during:

a)

Maintenance stage

b)

Implementation stage

c)

System design stage

d)

Testing stage

21.

The relational model was proposed by:

a)

Bill Gates

b)

E. F. Codd

c)

Charles Babbage

d)

Larry Ellison

22.

A table in a relational model is also known as a:

a)

Relation

b)

Field

c)

Cell

d)

Schema

23.

A row in a table is called a:

a)

Attribute

b)

Tuple

c)

Key

d)

Domain

24.

A column in a table is called a(n):

a)

Entity

b)

Attribute

c)

Relationship

d)

Index

25.

A domain refers to:

a)

Internet server

b)

Valid values for an attribute

c)

Memory address

d)

Table name

26.

The relational model is based on:

a)

Hierarchical structure

b)

Mathematical set theory

c)

Network topology

d)

File systems

27.

A collection of relations is called a:

a)

Cluster

b)

Schema

c)

Domain

d)

Tuple

28.

29. Relational databases enforce:

4 lines
29.

A relational database typically uses:

a)

SQL

b)

HTML

c)

Python

d)

XML exclusively

30.

A star schema is commonly used in:

a)

Web design

b)

Data warehousing

c)

Mobile app development

d)

Network cabling

31.

In a star schema, the central table is called:

a)

Fact table

b)

Entity table

c)

Attribute table

d)

Master table

32.

Dimension tables in star schema provide:

a)

Measures

b)

Descriptive details

c)

Passwords

d)

Execution paths

33.

Fact tables mainly store:

a)

Usernames

b)

Numeric measures

c)

CSS files

d)

Code libraries

34.

A star schema looks like a star because of:

a)

Network devices

b)

Fact table at center connected to dimensions

c)

Web links

d)

Hardware nodes

35.

Star schema simplifies:

a)

complex queries

b)

data redundancy

c)

database normalization

d)

data security

36.

Which is usually larger?

a)

Dimension table

b)

Fact table

c)

ER table

d)

Physical table

37.

Dimension tables are usually:

a)

Deep and narrow

b)

Wide and descriptive

c)

Invisible

d)

Numeric only

38.

A star schema is ideal for:

a)

Transaction processing

b)

Reporting and analytics

c)

File backup

d)

Operating system installation

39.

Facts are connected to:

a)

SQL servers

b)

Dimensions

c)

Algorithms

d)

Processes

40.

Normalization is mainly used to:

a)

Increase redundancy

b)

Reduce redundancy

c)

Delete data

d)

Slow down queries

41.

First Normal Form requires:

a)

No partial dependency

b)

No transitive dependency

c)

No repeating groups

d)

No foreign keys

42.

Second Normal Form is built on:

a)

1NF

b)

3NF

c)

Star schema

d)

File paths

43.

2NF removes:

a)

Transitive dependency

b)

Partial dependency

c)

Atomicity

d)

Primary keys

44.

A table is in 2NF when:

a)

It is in 1NF and has no partial dependency

b)

It has no foreign keys

c)

It has no rows

d)

It has only numeric data

45.

Third Normal Form removes:

a)

Composite keys

b)

Transitive dependencies

c)

Primary keys

d)

Stored procedures

46.

A table is in 3NF if it is in 2NF and has:

a)

No Useless columns

b)

No transitive dependency

c)

No attributes

d)

No data

47.

Normalization improves:

a)

Storage cost only

b)

Data integrity

c)

System color theme

d)

Computer graphics

48.

Unnormalized tables usually contain:

a)

Atomic

b)

Composite

c)

Redundant

d)

Null

49.

An entity is best described as:

a)

A measurable quantity

b)

An object of interest

c)

A search query

d)

A network device

50.

An attribute is:

a)

A table

b)

A characteristic of an entity

c)

A function

d)

A database server

51.

A relationship connects:

a)

Attributes to domains

b)

Entities to entities

c)

Keys to CPUs

d)

Tables to RAM

52.

A primary key must be:

a)

Unique

b)

Redundant

c)

Repeating

d)

Null

53.

A foreign key is used to:

a)

Back up data

b)

Link two tables

c)

Encrypt tables

d)

Delete relationships

54.

A good primary key should NOT:

a)

Be unique

b)

Change frequently

c)

Identify each record

d)

Be stable

55.

A foreign key refers to a:

4 lines
56.

A composite key consists of:

a)

Many tables

b)

Multiple attributes

c)

External devices

d)

Functions

57.

A relationship type includes:

a)

1:1

b)

1:M

c)

M:N

d)

All of the above

58.

Attributes that uniquely identify entities are called:

a)

Foreign fields

b)

Candidate keys

c)

Null attributes

d)

Dimensions

59.

A table with 1NF still violates 2NF when it has:

a)

Atomic values

b)

Partial dependency

c)

Foreign keys

d)

Unique rows

60.

The fact table primarily contains:

a)

Transformed data only

b)

Measurable facts

c)

ER diagrams

d)

Attributes only

61.

A dimension table supports analysis by providing:

a)

Context to facts

b)

Backup drives

c)

Machine code

d)

Temporary folders

62.

In star schema, fact tables connect to dimensions through:

a)

Foreign keys

b)

Algorithms

c)

Software drivers

d)

File extensions

63.

Logical models include:

a)

Tables and attributes

b)

Cables

c)

Operating systems

d)

Videos

64.

Physical models specify:

a)

Database server storage details

b)

User stories

c)

Web icons

d)

App colors

65.

One benefit of normalization is:

a)

Smaller disk drives

b)

Reduced update anomalies

c)

Colorful dashboards

d)

Faster hardware boot

66.

ER models help form the basis for:

a)

Conceptual database designs

b)

CSS files

c)

Routers

d)

Mobile networks

67.

A schema describes:

a)

The structure of a database

b)

The size of an image

c)

The RAM requirement

d)

A software license