wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Knowledge test

Total questions: 35

Worksheet time: 18mins

Name
Class
Date
1.
What do you call the blank boxes on a spreadsheet?
a)
cells
b)
info
c)
squares
d)
spots
2.
_____ are vertical. 
a)
Rows
b)
Columns
3.
________ are horizontal
a)
Rows
b)
Columns
4.
What is the name of this cell?
a)
B10
b)
5B
c)
B5
d)
A5
5.

Identify the name of the software

a)

MS Excel

b)

MS Word

6.

A blank sheet in a MS Excel is known as -----------

a)

canvas

b)

document

c)

spreadsheet

7.

Each cell has a different name.

a)

true

b)

false

8.

Identify the name of the cell

a)

A3

b)

B3

c)

C3

9.

Identify the name of the red cell

a)

A11

b)

A10

c)

A12

10.

__________ run from left to right and are identified by numbers.

a)

Rows

b)

Columns

c)

Worksheets

d)

Files

11.
Spreadsheet columns are easily identified by:
a)
a. Roman numerals.
b)
b. numbers.
c)
c. letters.
d)
d. colors.
12.

Which of the images below represent Microsoft Excel work environment ?

a)
b)
c)
d)
13.
How are rows designated?
a)
Circles
b)
Letters
c)
Numbers
d)
Stars
14.
How many worksheets are contained in a new blank workbook?
a)
1
b)
2
c)
3
d)
4
15.
Microsoft Excel is what type of software?
a)
Word Processing
b)
Spreadsheet
c)
Presentation
d)
Drawing
16.

Identify the name of the software

a)

MS Excel

b)

MS Word

17.

A blank sheet in a MS Excel is known as -----------

a)

canvas

b)

document

c)

spreadsheet

18.

The name of a cell is made up of a column letter and row number

a)

TRUE

b)

FALSE

19.

Rectangular boxes in Excel spreadsheet are called CELLS.

a)

true

b)

false

20.

Each cell in a spreadsheet has a different name.

a)

true

b)

false

21.

Name of a cell is also known as Cell reference

a)

TRUE

b)

FALSE

22.

Which SQL function is used to count the number of rows in a SQL query?

a)

COUNT NUMBER()

b)

NUMBER()

c)

SUM()

d)

COUNT(*)

23.

If you don’t specify ASC or DESC after a SQL ORDER BY clause, the following is used by default

a)

ASC

b)

DESC

c)

There is no default value

d)

None of the mentioned

24.

With SQL, how do you select all the records from a table named “Persons” where the value of the column “FirstName” ends with an “a”?

a)

SELECT * FROM Persons WHERE FirstName=’a’

b)

SELECT * FROM Persons WHERE FirstName LIKE ‘a%’

c)

SELECT * FROM Persons WHERE FirstName LIKE ‘%a’

d)

SELECT * FROM Persons WHERE FirstName=’%a%’

25.

What does the ALTER TABLE clause do?

a)

The SQL ALTER TABLE clause modifies a table definition by altering, adding, or deleting table columns and/or constraints

b)

The SQL ALTER TABLE clause is used to insert data into database table

c)

THE SQL ALTER TABLE deletes data from database table

d)

The SQL ALTER TABLE clause is used to delete a database table

26.

SQL query to find all the cities whose humidity is 95.

a)

SELECT city WHERE humidity = 95

b)

SELECT city FROM weather WHERE humidity = 95

c)

SELECT humidity = 89 FROM weather

d)

SELECT city FROM weather

27.

SQL query to find the temperature in increasing order of all cities.

a)

SELECT city FROM weather ORDER BY temperature

b)

SELECT city, temperature FROM weather

c)

SELECT city, temperature FROM weather ORDER BY temperature

d)

SELECT city, temperature FROM weather ORDER BY city

28.

How many records would be returned by the following SQL "SELECT * FROM songs WHERE TimesPlayed >=3

a)

0

b)

2

c)

3

d)

4

29.

A science of collection, presentation of data.

a)

Population

b)

Statistics

c)

Analysis of Data

d)

None of the above

30.

Refers to the collection of facts where the researcher gets information.

a)

Collection of Data

b)

Organization of Data

c)

Analysis of Data

d)

None of the above

31.

Refers to the organization of data into tables, graphs and charts.

a)

Collection of Data

b)

Collation of Data

c)

Presentation of Data

d)

None of the above

32.

Refers to drawing of conclusions or generalizations from the analysed data.

a)

Analysis of Data

b)

Collection of Data

c)

Interpretation of Data

d)

Non Parametric

33.

Each and every element of a large group of data.

a)

Population

b)

Sample

c)

Variable

d)

Data

34.

Process of extracting relevant information from a set of data.

a)

Analysis of Data

b)

Collection of Data

c)

Interpretation of Data

d)

Non Parametric

35.

What are the three basic elements of Power BI?

a)

Power BI Desktop, Power BI Report Server, Power BI Service

b)

Power BI Desktop, Power BI Service, Power BI Mobile

c)

Power BI Service, Power BI Mobile, Power BI Report Builder

d)

Power BI Report Server, Power BI Report Builder, Power BI Service