wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Spreadsheet and Productivity Practice

Total questions: 61

Worksheet time: 30mins

Name
Class
Date
1.

A formula must always start with this. It tells Excel to perform a calculation.

a)

plus sign

b)

minus sign

c)

equal sign

d)

* sign

2.

The numbers in a cell can be used in calculations.

a)

value

b)

cell

c)

word book

d)

cell address

3.

Identified by letters at the top of the spreadsheet - vertical arrangement (up and down).

a)

rows

b)

columns

c)

sides

d)

back

4.

This is the area (row and column intersection) of a spreadsheet that is currently active. Information will appear here when a key is typed.

a)

spreadsheet

b)

workbook

c)

label

d)

sign

5.

Identified by numbers on the left side of the spreadsheet - horizontal arrangement (left to right).

a)

column

b)

bottom

c)

row

d)

side

6.

A software application you can use to enter all sorts of data and perform mathematical calculations.

a)

Microsoft Word

b)

Android

c)

Spreadsheet

d)

Microsoft Excel

7.

Locations on a spreadsheet, identified by the column letter and the row number - for example: A1.

a)

Spreadsheet

b)

Cell reference

c)

Cell range

d)

Active cell

8.

The interception of a row and column.

a)

Cell address

b)

Cell

c)

Cell reference

d)

Column

9.

A series of data put together to perform calculations.

a)

subtracting

b)

addition

c)

calculations

d)

formulas

10.

adds all the numbers in a range to provide a total

a)

Subtracting

b)

Sum

c)

/

d)

*

11.

In a calculation which symbol divides a number

a)

/

b)

+

c)

*

d)

#

12.

In a calculation in which symbol multiples a number

a)

/

b)

-

c)

*

d)

+

13.

A spreadsheet can have multiple pages called ______. The name of each page is found on a tab at the bottom of the screen.

a)

Sheets

b)

Tabs

c)

Columns

d)

Rows

14.

This adds a dollar sign, a decimal, and two zeroes to the selected cells.

a)

Currency button

b)

Share button

c)

Border button

d)

Freeze button

15.

alerts Google Sheets that you are entering a formula or function and not text

a)

number button

b)

equal sign

c)

fill handle

d)

share button

16.

Allows users to insert charts into a spreadsheet and customize the charts.

a)

insert link button

b)

comment button

c)

text color button

d)

insert chart button

17.

Used to merge two or more cells into one.

a)

Bold button

b)

Italics

c)

Paint format button

d)

Merge button

18.

A group of adjacent cells you select to perform operations on all of the selected cells.

a)

Cell range

b)

Cell address

c)

Fill handle

d)

Merge

19.

The column letter followed by the row number is used to reference a cell. Example B3

a)

Cell range

b)

Cell address

c)

Header

d)

Footer

20.

A bar that you use to enter and edit formulas in a spreadsheet.

a)

Cell range

b)

Cell reference

c)

Active cell

d)

Formula

21.

A productivity tool that helps you produce an effective slides on-screen

a)

spreadsheet

b)

document

c)

presentation

d)

database

22.

A productivity tool that allows users to create, edit, and print documents.

a)

spreadsheet

b)

presentation

c)

word processor

d)

graphics software

23.

A ___________ IS AN EQUATION TO SOLVE A MATHMATICAL PROBLEM.

a)

FUNCTION

b)

FORMULA

c)

CELL

d)

ROW

24.
Cells that run horizontally on a spreadsheet
a)
Row
b)
Column
c)
Workbook
d)
Range
25.
The intersection of a column and a row is called a ______.
a)
gridline
b)
cell
c)
value
d)
formula
26.

This language _______________was developed by ___________

a)

Hyper Text Mark up Language, Laudon

b)

Hyper Text Make up Language, Tim Berners Lee

c)

Hyper Text Mark Up Language, Tim Berners Lee

27.

All HTML Tags are enclosed in ____________

a)

# and #

b)

? and !

c)

< and >

d)

{ and }

28.

This language _______________was developed by ___________

a)

Hyper Text Mark up Language, Laudon

b)

Hyper Text Make up Language, Tim Berners Lee

c)

Hyper Text Mark Up Language, Tim Berners Lee

29.

All HTML Tags are enclosed in ____________

a)

# and #

b)

? and !

c)

< and >

d)

{ and }

30.

Which element should be at the start and the end of every .html file?

a)

<html></html>

b)

<body></body>

c)

<head></head>

d)

<title></title>

31.

What does HTML stand for?

(a)  

32.

How many levels of headings are available to use in HTML?

a)

6

b)

1

c)

2

d)

10

33.

Which element would I use to make a level 3 heading

a)

<h1>

b)

<h3>

c)

<heading>

d)

<heading3>

34.

What would we use the <p> element for?

a)

Paragraph

b)

Picture

c)

Passage

d)

Print

35.

Which list would we use for a how to guide

a)

Ordered List

b)

Unordered list

c)

Definition List

36.

Which would be the correct code to implement an unordered list?

a)

<ol>

<li>...</li>

<ol/>

b)

<ul>

<li>...</li>

<ul/>

c)

<uol>

<li>...</li>

<uol/>

d)

<li>

<ul>...</ul>

<li/>

37.

What does HTML stand for ?

a)

Hyper Text Markup Language

b)

Home Tool Markup Language

c)

Hyperlinks and Text Markup Language

38.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<heading>

c)

<h6>

d)

<h1>

39.

How can you make a numbered list?

a)

<ol>

b)

<ul>

c)

<dl>

d)

<list>

40.

Which HTML element defines the title of a document?

a)

<head> 

b)

<title> 

c)

<meta>

41.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

42.

Select the rule set to make all the text in your web page blue and centered.

a)

p {

color: blue;

}

b)

body {

text-align: left;

color: blue;

}

c)

p {

text-align: center;

color: blue;

}

d)

body {

text-align: center;

color: blue;

}

43.

Which rule set would change the font size to 24?

a)

font-size: 24

b)

size: 24;

c)

font-size: 24;

d)

font size: 24;

44.

This is a picture of a ____.

a)

CSS Rule

b)

HTML Rule

c)

Tags

d)

Coding

45.

The blue is called an _____________

a)

Declaration

b)

Selector

c)

Property

d)

Value

46.

The blue is called an _____________

a)

Declaration

b)

Selector

c)

Property

d)

Value

47.

The blue is called an _____________

a)

Declaration

b)

Selector

c)

Property

d)

Value

48.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>
49.

Which of the following is the last tag in an html document?

a)

</end>

b)

</body>

c)

</footer>

d)

</html>

50.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
51.

Which of the following tags would create the largest heading?

a)

h2

b)

h3

c)

h4

d)

h6

52.

HTML uses _____ to organize information.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

53.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
54.

This tag tells the computer this is a document written in HTML.

a)

<p>

b)

<!DOCTYPE html>

c)

<h1>

d)

<html>

55.

This tag indicates the beginning of your code written in HTML.

a)

<li>

b)

<!DOCTYPE html>

c)

<html>

d)

</html>

56.

This tag contains all the main contents of your webpage.

a)

<body>

b)

<head>

c)

<contents>

d)

<p>

57.

These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page.

a)

<p>

b)

<P>

c)

</p>

d)

<h1>

58.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

59.

This tag defines a heading at the largest size.

a)

<h1>

b)

<h20>

c)

<h3>

d)

<h2>

60.

This file name is used for the main page of your website.

a)

main.html

b)

index.html

c)

start.html

d)

mysite.html

61.

A software development technique in which two programmers work together at one workstation.

a)

pair programming

b)

partner programming

c)

team programming

d)

solo programming