wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Engineering ACW Semester 2 - #2 Data

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is true?

a)

DML is used to define the database schema whereas DDL is used to retrieve, add, remove, retrieve or update data.

b)

DDL is used to define the database schema whereas DML is used to retrieve, add, remove, retrieve or update data.

2.

In what format is data saved on an RDBMS?

a)

In CSV format.

b)

In flat files or indexed files.

c)

In human readable form using JSON.

d)

In tables with rows and columns.

3.

According to the video, 'big data' is defined as anything larger than what?

a)

1 terabyte or more...

b)

1 gigabyte or more...

c)

1 petabyte or more...

d)

1 kilobyte or more...

4.

Which database uses the JSON format to store data?

a)

Every RDBMS

b)

MongoDB

c)

Oracle RDBMS

d)

MySQL RDBMS

5.

What can you can use SQL to do with a database?

a)

Only retrieve data.

b)

Create, replace, update or delete data but NOT change the structure of the database itself.

c)

Modify the structure of a database but not retrieve data from it.

d)

Create, replace, update or delete data AND change the structure of the database itself.

6.

Metadata is?

a)

Data about data.

b)

A type of NoSQL database

c)

A query language.

d)

A type of RDBMS.

7.

Database tables usually contain what?

a)

Cells and identifiers.

b)

Cells and indexes.

c)

Columns and rows.

d)

Rows and objects.

8.

Which of the following is NOT an example of structured data?

a)

Addresses

b)

Documents

c)

Names

d)

Dates

9.

The 3 'V's' of 'big data' are...

a)

Volume, Variety and Velocity

b)

Vocation, Variety and Velocity

c)

Volume, Viscosity and Velocity

d)

Volume, Viscosity and Validity

10.

Data Analytics is useful for...

a)

Updating big data

b)

Understanding big data

c)

Creating big data

d)

Preventing big data

11.

An ERD is...?

a)

A document formatting standard like JSON.

b)

A big data analytics tool

c)

A type of SQL command

d)

A structural diagram of a database

12.

Which of the following is an example of a SQL command?

a)

select name in lego_people

b)

select name from lego_people

c)

select name on lego_people

d)

select name table_lego_people

13.

How many bits are there in a byte?

a)

2, just 0 or 1 as it's binary.

b)

8 as it's octal.

c)

16 as it's hexadecimal.

d)

10 as it's decimal.

14.

If you have data on two or more tables in a RDBMS you would need to tell SQL to...?

a)

JOIN them.

b)

MERGE them.

c)

CONNECT them.

d)

LINK them.

15.

If we store the same data in two places, and they differ, they could said to be what?

a)

continuous

b)

contracted

c)

contradictory

d)

cooperative