Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz NO. 1

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

It serves as interface between database and its end-user.

a)

Database

b)

Database System

c)

Database Management System

d)

Database Management Studio

2.

Considered as unsophisticated users who interact with the system by using predefined user interface.

a)

Naive User

b)

Application programmers

c)

Sophisticated user

d)

Users

3.

An organized collection of structured information or data, typically stored electronically in a computer system.

a)

DBMS Manager

b)

Database

c)

Database Systems

d)

Computer Program

4.

A database that supports data located at a single site.

a)

Centralized Database

b)

Database Application

c)

Distributed Database

d)

Database Architecture

5.

User that is considered as computer professionals who write application programs.

a)

Application User

b)

Application Manager

c)

Application Developer

d)

Application Programmer

6.

Data that exist in raw state that can come in all shapes and sizes.

a)

Raw Data

b)

Structured Data

c)

Unstructured Data

d)

Original Data

7.

It involves database design and construction on how database will operate and function within existing structures and location.

a)

Database System

b)

Database System Architecture

c)

Database Management

d)

Database Analyst

8.

Computer language for storing, manipulating, and retrieving data stored in a relational database.

a)

SQL

b)

NoSQL

c)

NewSQL

d)

XML

9.

Keyword being used to define a set of SQL statements that execute together.

a)

CAST

b)

TRY/CATCH

c)

BEGIN/END

d)

PRINT

10.

A database that stores object rather than data as individual relations.

a)

Object Oriented Programming

b)

Object Database

c)

Object MarkUp

d)

Object Oriented Database

11.

Allows the user to return a predefined message or value.

a)

SET

b)

SELECT

c)

PRINT

d)

DECLARE

12.

It specify handlers for different exceptions. This feature helps to deal with any unexpected or exceptional situations that occur when a program/query is running.

a)

SET/SELECT

b)

TRY/CATCH

c)

BEGIN/END

d)

GET/READ

13.

Data structure that is stored in relational databases.

a)

Unstructured Data

b)

Structured Data

c)

Structured Database

d)

Unstructured Database

14.

Keyword to use to assign a values(s) to a variable.

a)

BEGIN/END

b)

READ/GET

c)

SEND/CAST

d)

SET/SELECT

15.

It specify a block of code to be executed, if the returning condition is false.

a)

else

b)

else if

c)

while

d)

case