Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Models Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the main concept of the relational data model?

a)

Organizing data into tables with rows and columns

b)

Organizing data into key-value pairs

c)

Organizing data into graphs

d)

Storing data in a hierarchical structure

2.

Which data model represents data as a collection of entities and their relationships?

a)

Hierarchical model

b)

Relational model

c)

Object-oriented model

d)

Entity-Relationship (ER) model

3.

In which data model does data have a hierarchical structure with parent-child relationships?

a)

object-oriented data model

b)

relational data model

c)

network data model

d)

hierarchical data model

4.

Which data model represents data as a collection of nodes connected by edges?

a)

array

b)

list

c)

tree

d)

graph

5.

Which data model is based on the concept of objects and classes?

a)

Hierarchical Data Model

b)

Object-Oriented Data Model

c)

Network Data Model

d)

Relational Data Model

6.

What is a primary key in the relational data model?

a)

A primary key is a field that can have duplicate values.

b)

A primary key is a foreign key that links two tables together.

c)

A primary key is a field that is not required in a table.

d)

A primary key is a unique identifier for each record in a table.

7.

What is an entity in the entity-relationship model?

a)

An entity is a fictional character in a story.

b)

An entity is a real-world object or concept that has attributes and can be uniquely identified.

c)

An entity is a type of computer virus.

d)

An entity is a mathematical equation.

8.

What is a root node in the hierarchical data model?

a)

The root node is the topmost node in the hierarchy.

b)

The root node is the bottommost node in the hierarchy.

c)

The root node is a node that has no children.

d)

The root node is a node that is located in the middle of the hierarchy.

9.

What is a record in the network data model?

a)

A record is a collection of fields or attributes that represent a single entity or object in the network database.

b)

A record is a method for organizing data in the network database.

c)

A record is a type of data structure used in the network data model.

d)

A record is a collection of tables in the network database.

10.

What is inheritance in the object-oriented data model?

a)

Inheritance is a mechanism in object-oriented programming where a class inherits the properties but not the behaviors of another class.

b)

Inheritance is a mechanism in object-oriented programming where a class inherits the behaviors but not the properties of another class.

c)

Inheritance is a mechanism in object-oriented programming where a class does not inherit the properties and behaviors of another class.

d)

Inheritance is a mechanism in object-oriented programming where a class inherits the properties and behaviors of another class.