wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

data pirates quiz

Total questions: 70

Worksheet time: 12mins

Name
Class
Date
1.

Which of the following is the full form of DDL?

a)

Data definition language

b)

Data derivation language

c)

Dynamic data language

d)

Detailed data language

2.

Which of the following is the property of transaction that protects data from system failure?

a)

Atomicity

b)

Isolation

c)

Durability

d)

Consistency

3.

Which is the lowest level of abstraction that describes how the data are actually stored?

a)

Physical

b)

Abstract

c)

View

d)

User

4.

Maximum children of  a B-tree of order m?

a)

m/2

b)

m - 1

c)

m

d)

m + 1

5.

Select the correct advantages of view.

a)

Derived columns

b)

Data security

c)

Hiding of complex queries

d)

All of the above

6.

NATURAL JOIN can also be termed as

a)

Combination of Union and cartesian product

b)

Combination of Selection and cartesian product

c)

Combination of Projection and cartesian product

d)

None

7.

To select some particular columns, which of the following command is used?

a)

PROJECTION

b)

SELECTION

c)

JOIN

d)

UNION

8.

Primary key can be?

a)

NULL

b)

NOT NULL

c)

Both NULL and NOT NULL

d)

Depends on situation

9.

Select the definition of the correct key which is used to represent relation between two tables?

a)

Candidate key

b)

Foreign key

c)

Primary key

d)

Super key

10.

Total view of a database is known as?

a)

Physical view

b)

Internal view

c)

Conceptual view

d)

External view

11.

Select the correct definition of Relational calculus?

a)

It is a high level language

b)

It is a procedural language

c)

It is a non-procedural language

d)

It is a data definition language

12.

Which of the following is the full form of NTFS?

a)

New Tree File System

b)

New Technology File System

c)

New Table File System

d)

Both B and C

13.

Which of the following can replace the below query?

SELECT name, course_id  

FROM instructor, teaches  

WHERE instructor_ID= teaches_ID;

a)

Select name, course_id from instructor natural join teaches;

b)

Select name,course_id from teaches,instructor where instructor_id=course_id;

c)

Select name, course_id from instructor;

d)

Select course_id from instructor join teaches;

14.

Which of the following normal forms contains information about a single entity?

a)

1NF

b)

2NF

c)

3NF

d)

4NF

15.
A database does NOT consist of .........
a)
field
b)
table
c)
character
d)
report
16.
How many characters are allowed in the Text field?
a)
. More than 255
b)
1-255
c)
1-9
d)
Unlimited
17.
Which of these is not a type of validation?
a)
Proof Reading
b)
Range
c)
Limit
d)
Presence
18.
One of the members of the Sports Club has decided to resign.  What would the secretary do with the record for that member on the database?
a)
Amend the record
b)
Delete the field
c)
Delete the record
d)
Delete the file
19.
A gym has a database with all their members they want to include email addresses in the database, what will they do?
a)
Add a record
b)
Add a field
c)
Edit a record
d)
Delete a field
20.
Which attribute is the MULTI-VALUED ATTRIBUTE?
a)
EmpID
b)
Degree
c)
Age
d)
Address
21.

Which attribute is the COMPOSITE ATTRIBUTE?

a)

Degree

b)

Age

c)

Salary

d)

Address

22.
_________is a person, place, object, event or concept in the user environment about which company wishes to maintain the data
a)
attribute
b)
entity
c)
relationship
d)
none of these
23.
Which of the following can you do with a database?
a)
Search
b)
Sort
c)
Do calculations
d)
All of these
24.
A database contains a field called "PostCode".
Which of these would be the data type used for the field "PostCode"?
a)
String
b)
Number
c)
Text
d)
Object
25.
Which query could be used to find all pupils who are at least 13 years old in a pupil database?
a)
age >13
b)
age<13
c)
age>=13
d)
age<=13
26.

The DBMS acts as an interface between what two components of an enterprise-class database system?

a)

Database application and SQL

b)

Data and the database

c)

The user and the database application

d)

Database application and the database

27.

DBMS should provide following features ___________.

a)

All of these

b)

Safety of the information stored

c)

Authorized access

d)

Protect the data from the system crash

28.

Which one refers to File System?

a)

collection of data organized in a manner that allows access, retrieval and use of that data.

b)

used to store and manage data in which each department within an organization has its own set of files.

29.

Which statement is TRUE about Database?

a)

A collection of data organized in a manner that allows access, retrieval and use of that data.

b)

A system used to store and manage data in which each department within an organization has its own set of files.

c)

A software that allows you to create a computerized database.

d)

A collection of unprocessed item, which can include text, numbers, images, audio and video.

30.

Which statement is TRUE about Database Management System?

a)

A collection of data organized in a manner that allows access, retrieval and use of that data.

b)

A system used to store and manage data in which each department within an organization has its own set of files.

c)

A software that allows you to create a computerized database.

d)

A collection of unprocessed item, which can include text, numbers, images, audio and video.

31.

An advantage of the database approach is the creation of maximum data redundancy.

a)

True

b)

False

32.

The database approach requires additional costs and risks.

a)

True

b)

False

33.

The most common source of database failures in an organization is the failure to implement a

strong database administration function.

a)

True

b)

False

34.

The source of the data is sometimes called the system of record.

a)

True

b)

False

35.

Which of the following DBMS types is not a classification based on a data model?

a)

Relational Data Model

b)

Hierarchical Data Model

c)

Network Data Model

d)

Cloud Data Model

36.

Data Analysis is a process of?

a)

inspecting data

b)

cleaning data

c)

transforming data

d)

All of the above

37.

Which of the following is not a major data analysis approaches?

a)

Data Mining

b)

Predictive Intelligence

c)

Business Intelligence

d)

Text Analytics

38.

In descriptive statistics, data from the entire population or a sample is

summarized with ?

a)

integer descriptors

b)

floating descriptors

c)

numerical descriptors

d)

decimal descriptors

39.

Data Analysis is defined by the statistician?

a)

William S.

b)

Hans Peter Luhn

c)

Gregory Piatetsky-Shapiro

d)

John Tukey

40.

Which of the following is true about hypothesis testing?

a)

answering yes/no questions about the data

b)

estimating numerical characteristics of the data

c)

describing associations within the data

d)

modeling relationships within the data

41.

The branch of statistics which deals with development of particular statistical

methods is classified as

a)

industry statistics

b)

economic statistics

c)

applied statistics

d)

applied statistics

42.

Text Analytics, also referred to as Text Mining?

a)

TRUE

b)

FALSE

c)

Can be true or false

d)

Can not say

43.

Amongst which of the following is / are the types of Linear Regression,

a)

Simple Linear Regression

b)

Multiple Linear Regression

c)

Both A and B

d)

None of the mentioned above

44.

The process of quantifying data is referred to as ___.

A.

B.

C.

D.

a)

Decoding

b)

Structure

c)

Enumeration

d)

Coding

45.

___ are used when we want to visually examine the relationship between

two quantitative variables.

a)

Bar graph

b)

Scatterplot

c)

Line graph

d)

Pie chart

46.

Data Analysis is a process of,

a)

Inspecting data

b)

Data Cleaning

c)

Transforming of data

d)

All of the mentioned above

47.

What is exploratory data analysis?

a)

A rigid framework by which we analyze data

b)

An initial way by which we can get a feel for data

c)

A type of purely quantitative method of data analysis

d)

A set of scientific principles for analyzing data in a categorical manner

48.

Most often, EDA relies on _____.

a)

visual techniques

b)

assumptions

c)

fixed models

d)

testing for statistical significance

49.

Which of the following is a principle of analytic graphics?

a)

Don't plot more than two variables at at time

b)

Only do what your tools allow you to do

c)

Show box plots (univariate summaries)

d)

Integrate multiple modes of evidence

50.

Which of the following is true about the base plotting system?

a)

The system is most useful for conditioning plots.

b)

Plots are created and annotated with separate functions.

c)

Plots are typically created with a single function call.

d)

Margins and spacings are adjusted automatically depending on the type of plot and the data.

51.

Which of the following functions is typically used to add elements to a plot in the base graphics system?

a)

hist()

b)

plot()

c)

text()

d)

boxplot()

52.

With reference to the EDA boxplot shown, the median is represented by which feature?

a)

Number 2

b)

Number 3

c)

Number 4

d)

Number 5

53.

A histogram is

a)

Is a bar chart.

b)

Is a graphic representation of the frequency distribution of a qualitative or categorical variable.

c)

Is a graphic representation of the frequency distribution of a continuous variable.

d)

Is an alternative to a pie chart.

54.
Why is this a bar chart and not a histogram?
a)
It's based on quantitative data
b)
It's based on categorical data
55.

Velocity is the speed at which the data is processed

a)

True

b)

False

56.

___ refers to the ability to turn your data useful for business.

a)

Value

b)

Variety

c)

Velocity

d)

None of the mentioned above

57.

Correlation is the relationship between two variables -

a)

One

b)

Two

c)

Zero

d)

All of the mentioned above

58.

Logistic regression is used to find the probability of event = Success and

event = ____.

a)

Failure

b)

Success

c)

Both A and B

d)

None of the mentioned above

59.

A good data analytics solution includes a viable self-service ___.

a)

Data mining

b)

Data wrangling

c)

Data warehouse

d)

None of the mentioned above

60.

To glean insights from the data, many analysts and data scientists rely on

___.

a)

Data mining

b)

Data visualization

c)

Data warehouse

d)

All of the mentioned above

61.

___ is the cyclical process of collecting and analyzing data during a

research study.

a)

Extremis Analysis

b)

Constant analysis

c)

Interim Analysis

d)

All of the mentioned above

62.

An advantage of using computer programs for qualitative data is that they

___.

a)

Can reduce time required to analyze data

b)

Help in storing and organizing data

c)

Make many procedures available that are rarely done by hand due to time

constraints

d)

All of the mentioned above

63.

The Process of describing the data that is huge and complex to store and

process is known as ___.

a)

Analytics mining

b)

Data cleaning

c)

Big data

d)

None of the mentioned above

64.

A ______________ is a kind of graph. It uses line segments to show how data change over time.

a)

Stem-and_Leaf Plot

b)

Bar Graph

c)

Dot Plot

d)

Line Graph

65.
How many employees are there that make between $33,000 and $43,000
a)
250
b)
500
c)
550
d)
750
66.
What represents frequency in this histogram?
a)
Profit
b)
Year
67.

What is a survey?

a)

A series of questions related to a subject topic area

b)

A quiz of questions to answer with correct and incorrect answers

c)

A set of questions that cannot be reviewed after they have all been completed

68.

When answering an open ended question...?

a)

You write your answer in a dialogue box

b)

You tick one of the boxes provided

c)

You skip onto the net question

69.
Which jobs can use graphs to analyze the results of data? Choose the best answer:
a)
Teachers to see if their students understand a lesson.
b)
Doctors to see which medical procedures and medicines have the best results.
c)
Advertisers to determine which ads are working the best in getting people to buy the products being advertised.
d)
All answers are correct 
70.
Which type of data contains the facts and figures from which conclusions are drawn?
a)
Qualitative
b)
Quantitative
c)
Formal
d)
Informal