wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMania Finale

Total questions: 30

Worksheet time: 10mins

Name
Class
Date
1.

Who created the first DBMS?

a)

Edgar Frank Codd

b)

Charles Bachman

c)

Charles Babbage

d)

Sharon B. Codd

2.

Identify this Database

a)

My SQL

b)

Oracle

c)

Maria

d)

Cassandra

3.

What is information about data called?

a)

Terraform

b)

Metadata

c)

Blackbox data

d)

Test data

4.

What does an RDBMS consist of?

a)

Collection of Tables

b)

Collection of Records

c)

Collection of Fields

d)

Collection of Keys

5.

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

a)

Data and the Database

b)

Application and SQL

c)

The user and the software

d)

Database application and the database

6.

Is the NULL pointer same as an uninitialized pointer?

a)

True

b)

False

7.

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

8.

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

a)

select * from emp where empid = 10003;

b)

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

c)

select empid from emp where empid = 10006;

d)

select empid from emp;

9.

A Database Management System is a type of _________ software.

a)

System Software

b)

Application Software

c)

General Software

d)

Generic Software

10.

A huge collection of the information or data accumulated form several different sources is known as

a)

Data Management

b)

Data Mining

c)

Data Center

d)

Data Warehouse

11.

Functions in C Language are always

a)

Internal

b)

External

c)

External and Internal are not valid terms for functions

d)

Both Internal and External

12.

Which one of the following attribute can be taken as a primary key?

a)

Name

b)

ID

c)

Street

d)

Department

13.

The field 'Title' will contain the following options: 'Mr', 'Mrs', 'Miss', 'Ms', 'Other'. Which of the following options would be the most suitable field length to set up?

a)

2

b)

5

c)

4

d)

3

14.

Which one of the following is a type of Data Manipulation Command?

a)

Create

b)

Alter

c)

Delete

d)

All the above

15.

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

a)

Commit

b)

Rollback

c)

Save

d)

Freeze

16.

Which keyword is used to prevent any changes in the variable within a C program?

a)

immutable

b)

mutable

c)

const

d)

volatile

17.

What will be the value of the following Python expression 4 + 3 % 5

a)

2

b)

7

c)

4

d)

1

18.

Which of the following keys is generally used to represents the relationships between the tables?

a)

Primary Key

b)

Candidate Key

c)

Surrogate Key

d)

Foreign Key

19.

The term "ODBC" stands for_____

a)

Oral database connectivity

b)

Oracle database connectivity

c)

Open database connectivity

d)

Object database connectivity

20.

Which one of the following keyword is used to find out the number of values in a column?

a)

TOTAL

b)

SUM

c)

ADD

d)

COUNT

21.

What are the elements present in the array of the following C code?

int array[5] = {5};

a)

5, 5, 5, 5, 5

b)

(garbage), (garbage), (garbage), (garbage), 5

c)

5, (garbage), (garbage), (garbage), (garbage)

d)

5, 0, 0, 0, 0

22.

Which of the following is not a NoSQL database?

a)

SQL Server

b)

MongoDB

c)

Cassandra

d)

RedisDB

23.

Which of the following is a wide-column store?

a)

MariaDB

b)

Cassandra

c)

CouchDB

d)

Oracle

24.

________ stores are used to store information about networks, such as social connections.

a)

Key-value

b)

Wide-column

c)

Document

d)

Graph

25.

Initial release of MongoDB was in the year?

a)

2008

b)

2009

c)

2010

d)

2011

26.

Pick the odd one out

a)

MySQL

b)

MariaDB

c)

PostgreSQL

d)

Aurora

27.

What is the meaning of the following C statement?

a)

10 spaces before the string state is printed

b)

Print empty spaces if the string state is less than 10 characters

c)

Print the last 10 characters of the string

d)

None of the mentioned

28.

Which of the following is a type of cloud computing service?

a)

Service-as-a-Software (SaaS)

b)

Software-and-a-Server (SaaS)

c)

Software-as-a-Service (SaaS)

d)

Software-as-a-Server (SaaS)

29.

Most NoSQL databases support automatic __________ meaning that you get high availability and disaster recovery.

a)

processing

b)

scalability

c)

replication

d)

fault tolerance

30.

Which of the following is the most refined and restrictive cloud service model?

a)

PaaS

b)

IaaS

c)

SaaS

d)

CaaS