wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Database Concepts Worksheet (Grade 13)

Total questions: 72

Worksheet time: 36mins

Name
Class
Date
1.

Which one of the following refers to the "data about data"?

a)

Directory

b)

Sub Data

c)

Warehouse

d)

Meta Data

2.

Which of the following is a top-down approach in which the entity's higher level can be divided into two lower sub-entities?

a)

Aggregation

b)

Generalization

c)

Specialization

d)

All of the above

3.

In the relational table, which of the following can also be represented by the term "attribute"?

a)

entity

b)

Row

c)

Column

d)

Both B & C

4.

Which of the following is not a type of database?

a)

(Implied)

b)

Network

c)

Distributed

d)

Decentralized

5.

Given the basic ER and relational models, which of the following is INCORRECT?

a)

An attribute of an entity can have more than one value

b)

An attribute of an entity can be composite

c)

In a row of a relational table, an attribute can have more than one value

d)

In a row of a relational table, an attribute can have exactly one value or a NULL value

6.

What is a relationship called when it is maintained between two entities?

a)

Unary

b)

Binary

c)

Ternary

d)

Quaternary

7.

Which of the following can be a multivalued attribute?

a)

phone_number

b)

Name

c)

Date_of_birth

d)

All of the mentioned

8.

The candidate key which are not selected as primary key are known as secondary keys or alternative keys.

a)

Alternative key

b)

Composite Key

c)

Primary Key

d)

Candidate Key

9.

When an Entity is related with itself it is known as — Relationship.

a)

Ternary

b)

Binary

c)

Recursive

d)

None

10.

This model efficiently describes many real-world relationships like index of a book.

a)

E-R Models

b)

Network Model

c)

Hierarchical Model

d)

Relational Model

11.

The attributes with values that are atomic and cannot be broken down further are simple attributes.

a)

Simple attribute

b)

Composite attribute

c)

Derived attribute

d)

Single-valued attribute

12.

_____ is the most commonly used architecture for web applications.

a)

3-tier DBMS

b)

1-tier DBMS

c)

2-tier DBMS

d)

none

13.

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

a)

DML (Data Manipulation Language)

b)

Query

c)

Relational Schema

d)

DDL (Data Definition Language)

14.

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?

a)

DML (Data Manipulation Language)

b)

DDL (Data Definition Language)

c)

Query

d)

Relational Schema

15.

Which one of the following given statements possibly contains the error?

a)

select * from emp where empid = 10003;

b)

select empid from emp where empid = 10006;

c)

select empid from emp;

d)

select empid where empid = 1009 and Lastname = 'GELLER';

16.

What do you mean by one to many relationship?

a)

One class may have many teachers

b)

One teacher can have many classes

c)

Many classes may have many teachers

d)

Many teachers may have many classes

17.

In the following Query, which of the following can be placed in the blank portion to display salary from highest to lowest, and name alphabetically? (ORDER BY salary __, name __)

a)

Ascending, Descending

b)

Asc, Desc

c)

Desc, Asc

d)

All of the above

18.

A Database Management System is a type of software.

a)

It is a type of system software

b)

It is a kind of application software

c)

It is a kind of general software

d)

Both 1 and 3

19.

Which of the following commands is used to save any transaction permanently?

a)

Commit

b)

Rollback

c)

Delete

d)

All of the above

20.

(Context: Data Independence) Which of the following implies that programs are not dependent on physical attributes?

a)

Data is defined separately and not included in the programs

b)

Programs are not dependent on the logical attributes of the data

c)

Programs are not dependent on the physical attributes of the data

d)

None

21.

In the relational model, the relation are generally termed as.

a)

Tuples

b)

Attributes

c)

Rows

d)

Tables

22.

It is used to establish an association between related tables?

a)

Line

b)

Relationship

c)

Primary Key

d)

Records

23.

Which of the following enables us to view data from a table based on a specific criteria?

a)

Form

b)

Query

c)

Macro

d)

Report

24.

Which one of the following commands is used to modify a column inside a table?

a)

Drop

b)

Update

c)

Alter

d)

Set

25.

The Database Management Query language is generally designed for the.

a)

Support end-users who use English like commands

b)

Specifying the structure of the database

c)

Support in the development of the complex applications software

d)

Ensure Foreign Key

26.

Two tables can be linked with relationship to.

a)

entity set

b)

Entity

c)

attribute

d)

Keys

27.

The descriptive property possessed by each entity set is.

a)

Entity

b)

Attribute

c)

Relation

d)

Model

28.

They are used to establish and identify relationships between tables and also to uniquely identify any record or row of data inside a table.

a)

entity set

b)

Entity

c)

attribute

d)

Keys

29.

_____ is a bottom-up approach in which two lower level entities combine to form a higher level entity.

a)

Generalization

b)

Specialization

c)

Aggregations

d)

None

30.

Which one is an example of DBMS?

a)

C++

b)

Oracle

c)

Java

d)

none

31.

This user group is involved in developing and designing the parts of DBMS.

a)

Database Administrators

b)

Application Programmer

c)

End User

d)

Designer

32.

In which of the following formats data is stored in the database management system?

a)

Image

b)

Text

c)

Table

d)

Graph

33.

Which of the following is a function of the DBMS?

a)

Storing data

b)

Data Integrity

c)

Providing multi-users access control

d)

All of the above

34.

Which of the following is not an example of DBMS?

a)

Hyper data

b)

Beta data

c)

Meta data

d)

Relations

35.

What is information about data called?

a)

MySQL

b)

Microsoft Access

c)

IBM DB2

d)

Meta Data

36.

What does an RDBMS consist of?

a)

Collection of Records

b)

Collection of Keys

c)

Collection of Tables

d)

Collection of Fields

37.

The DBMS acts as an interface between _____ and _____ of an enterprise-class system.

a)

Data and the DBMS

b)

Application and SQL

c)

Database application and the database

d)

Application and SQL

38.

The ability to query data, as well as insert, delete, and alter tuples, is offered by.

a)

TCL

b)

DCL

c)

DDL

d)

DML

39.

Which command is used to remove a relation from SQL?

a)

Drop table

b)

Delete

c)

Purge

d)

Remove

40.

_____ is a set of one or more attributes taken collectively to uniquely identify a record.

a)

Primary Key

b)

Foreign key

c)

Super key

d)

Candidate key

41.

The term _____ is used to refer to a row.

a)

Attribute

b)

Tuple

c)

Field

d)

Instance

42.

An attribute in a relation is a foreign key if the _____ from one relation is used as an attribute in that relation.

a)

Candidate

b)

Primary

c)

Super

d)

Sub

43.

The attribute name could be structured as an attribute consisting of first name, middle initial, and last name. This type of attribute is called.

a)

Simple attribute

b)

Composite attribute

c)

Multivalued attribute

d)

Derived attribute

44.

The Entity-Relationship (E-R) Model represents data using:

a)

File directories and folders

b)

Binary trees

c)

Graphical diagrams showing entities and relationships

d)

Two-dimensional tables

45.

What is a Database?

a)

A collection of related data organized for easy access and management

b)

A collection of unrelated data stored randomly

c)

A hardware device that stores data temporarily

d)

A software tool used for data analysis only

46.

The Network Model is mainly an extension of which model?

a)

Object-Oriented Model

b)

Hierarchical Model

c)

Relational Model

d)

Entity-Relationship Model

47.

Which of the following is not a disadvantage of a DBMS? (Which is an advantage?)

a)

Lack of data consistency

b)

Large in size

c)

Cost

d)

Complexity

48.

When does Data become Information?

a)

When it is stored in a table

b)

When it is converted into binary form

c)

When it is processed to provide meaning

d)

When it is transmitted over a network

49.

Who among the following was one of the first to realize the need for a software-based Database Management System (DBMS)?

a)

Charles Babbage

b)

Dennis Ritchie

c)

Bill Gates

d)

Larry Ellison

50.

Which of the following best describes a 3-tier DBMS architecture?

a)

It adds an extra GUI or Presentation Layer above the Application Layer

b)

It allows direct connection of users to the database

c)

It is used only for local testing purposes

d)

It includes only user and database layers

51.

In a One-to-Many relationship, one entity instance in table A can be related to multiple instances in table B.

a)

TRUE

b)

FALSE

52.

In a Hierarchical Model, each child node can have:

a)

Only one parent node

b)

Multiple parent nodes

c)

No parent node

d)

Unlimited parent and child nodes

53.

A Derived Attribute is physically stored in the database as raw data.

a)

TRUE

b)

FALSE

54.

What does a Database Model define?

a)

The logical design and structure of a database

b)

The type of hardware used to store data

c)

The physical location of data files

d)

The language used to write queries

55.

Aggregation treats the relationship between two entities as an entity itself.

a)

TRUE

b)

FALSE

56.

What does the term Generalization mean in an Enhanced ER Model?

a)

Representing a recursive relationship

b)

Dividing one higher-level entity into lower-level entities

c)

Combining two or more lower-level entities to form a higher-level entity

d)

Creating a new attribute from existing ones

57.

Which of the following is NOT a component of a DBMS?

a)

Software

b)

Hardware

c)

Data

d)

Compiler

58.

In the Hierarchical Model, data is organized in which structure?

a)

Linear structure

b)

Graph-like structure

c)

Tabular structure

d)

Tree-like structure

59.

What is Data?

a)

Processed information that provides meaning

b)

Raw facts and statistics that are unprocessed

c)

Information derived from database queries

d)

A collection of related records stored in tables

60.

What does the Hardware component of a DBMS include?

a)

Only Database Files

b)

Only CPU and Monitor

c)

The DBMS Software and Application Layer

d)

Computer, Hard Disks, I/O Channels, RAM, and Keyboard

61.

Each child node in a hierarchical model can have multiple parent nodes.

a)

TRUE

b)

FALSE

62.

Which DBMS component refers to instructions for using and managing the system?

a)

Data

b)

Procedures

c)

Software

d)

Database Access Language

63.

Who introduced the Relational Model?

a)

Larry Ellison

b)

E. F. Codd

c)

Dennis Ritchie

d)

Charles Babbage

64.

In the Student table, the attribute student_id is an example of which type of key?

a)

Composite Key

b)

Foreign Key

c)

Alternate Key

d)

Candidate Key (or Primary)

65.

Which of the following is not a characteristic of DBMS?

a)

Data inconsistency

b)

Reduced redundancy

c)

Data stored into tables

d)

Security and protection of data

66.

In 2-tier DBMS architecture, what lies between the user and the DBMS?

a)

Hardware Layer

b)

Backup Layer

c)

Application Layer

d)

Presentation Layer

67.

In the Relational Model, data is stored in:

a)

Two-dimensional tables called relations

b)

Files and folders

c)

Trees and branches

d)

Linked lists and arrays

68.

Which type of attribute can be divided into smaller subparts like "street name" and "pin code"?

a)

Composite Attribute

b)

Simple Attribute

c)

Derived Attribute

d)

Multivalued Attribute

69.

A Weak Entity is represented in an ER diagram by a single rectangular box.

a)

FALSE

b)

TRUE

70.

What is the role of the Database Access Language?

a)

To connect hardware devices to the DBMS

b)

To define procedures and backups

c)

To translate software code into SQL

d)

To write commands for accessing, inserting, updating, and deleting data

71.

Which of the following best defines an Entity in an ER Model?

a)

A field used as a primary key

b)

A software component of DBMS

c)

A relationship between two tables

d)

A real-world object that has attributes

72.

Which of the following is an advantage of a DBMS?

a)

Lack of data security

b)

High cost and complexity

c)

Minimal data duplicity

d)

Increased data redundancy