wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

General Review Grade 7

Total questions: 50

Worksheet time: 42mins

Name
Class
Date
1.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
2.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
3.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
4.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
5.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
6.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
7.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
8.
to make a comment in HTML you use
a)
<!--  -->
b)
//
c)
/*
d)
#
9.
Is this an opening tag or a closing tag? </p>
a)
Opening
b)
Closing
10.
Which code will make your background red?
a)
<body style=background-color:red;>
b)
<body style="background-color:yellow;">
c)
<body style="background-color:red;">
d)
<body colormybg="background-color:red;">
11.
How do you insert a new row?
a)
Right-click the row heading where you want to insert the new row and select Insert from the shortcut menu
b)
Select the row heading where you want to insert the new row and select Edit >Row from the menu
c)
Select the row heading where you want to insert the new row and click the Insert Row button on the standard toolbar
d)
All of the above
12.
What would be a correct formula for SUM in excel?
a)
=SUM(B3:B9)
b)
=SUMB3+B9
c)
SUM(B3:B9)
d)
=ADD(B3:B9)
13.
Which of the following formulas is not entered correctly?
a)
=10+50
b)
=B7+B8
c)
=B7+14
d)
10+50
14.
Which of the following formulas will Excel not be able to calculate?
a)
=SUM(Sales)-A3
b)
=SUM(A1:A5)*0.5
c)
=SUM(A1:A5)/(10-10)
d)
=SUM(A1:A5)-10
15.

Which of these symbols is used for divide on a computer?

a)

\

b)

*

c)

/

d)

|

16.
Which of these formulas will find the correct average of the cells?
a)
=AVERAGE(A1:A10)
b)
=MEAN(A1:A10)
c)
AVERAGE(A1:A10)
d)
=(A1+A2+A3+A4+A5+A6+A7+A8+A9+A10)/10
17.
Rows in a spreadsheet are:
a)
Vertical
b)
Horizontal
c)
Upside Down
d)
Right Side
18.
Microsoft Excel is what type of software?
a)
Word Processing
b)
Spreadsheet
c)
Presentation
d)
Drawing
19.

Returns the number of cells in a range that contains numbers

a)

AVERAGE

b)

MAX

c)

COUNT

d)

MIN

20.

A chart that shows the relationship of a part to a whole

a)

line chart

b)

bar chart

c)

pie chart

d)

bubble chart

21.

A chart that uses bars of varying height to illustrate values in a worksheet

a)

pie chart

b)

column chart

c)

circle chart

d)

line chart

22.

A graphic representation of values and their relationships: pie, line, column, bar

a)

chart/graph

b)

presentation

c)

graphic image

d)

clip art

23.

All formulas begin with

a)

+

b)

=

c)

-

d)

*

24.

You can name your workbook but NOT your worksheets.

a)

true

b)

false

25.

Is this device Input or Output?

Printer

a)

Input

b)

Output

26.
Is this device Input or Output?
Keyboard
a)
Input
b)
Output
27.
Is this device Input or Output?
Monitor
a)
Input
b)
Output
28.
Is this device Input or Output?
Mouse
a)
Input
b)
Output
29.
Is this device Input or Output?
Projector
a)
Input
b)
Output
30.
Is this device Input or Output?
Speaker
a)
Input
b)
Output
31.
Which one of the following hardware pieces are considered an OUTPUT device?
a)
printer
b)
mouse
c)
keyboard
d)
CPU
32.
Which of the follow is NOT considered computer hardware?
a)
monitor
b)
CPU
c)
Microsoft Word
d)
Keyboard
33.
____________a set of programs containing instructions that work together to coordinate all the activities among computer hardware resources
a)
Operating system
b)
System Software
c)
Application software
d)
Utility program
34.
SUM, AVERAGE, MAX and VLOOKUP are examples of what?
a)
Functions
b)
Tables
c)
Formulae
d)
Statistical tools
35.
Putting cells into A-Z order is called?
a)
Sort Ascending
b)
Sort Descending
c)
Filter Ascending
d)
Filter Descending
36.

Which type of cell reference is in the image?

a)

Relative

b)

Absolute

c)

Cell

d)

Money

37.

Which function is found in the image?

a)

What If Analysis

b)

Payment

c)

Look Up

d)

Count

38.

This function is used to look up information from a different section of the document:

a)

SUMIF

b)

PMT

c)

AVERAGE

d)

VLOOKUP

39.

Which is a function?

a)

=SUBTOTAL(A1:A9)

b)

=A1+A9

c)

=SUM(A1:A9)

d)

=(A1+A9)*3

40.
What Query view is shown in this image?
a)
Datasheet View
b)
Design View
41.
Data type where the field can contain any character is "_____".
a)
text
b)
autonumber
c)
currency
d)
decimal
42.
A complete list of field properties is available in 
a)
the Navigation Pane.
b)
Datasheet view.
c)
Design view. 
d)
all of the above. 
43.
The Default Value property can be used for which field?
a)
Short Text
b)
Number
c)
Currency
d)
All of the above
44.
What Automatically adds a unique number to the primary key field for each record in the table?
a)
AutoFit
b)
AutoNumber
c)
BestFit
d)
FitNow
45.
What database object is a series of rows and columns that organize data effectively?
a)
Table
b)
Query
c)
Form
d)
Report
46.
Columns in the table
a)
field columns
b)
fields
c)
columns
d)
none of the answers
47.

What type of field is the Agreement length allowed? field?

a)

Lookup

b)

Boolean logical

c)

Numeric

d)

Text

48.

In database , we can

a)

Add the record

b)

Delete the record

c)

Amend the record

d)

All the above

49.

The school wants to sort the data by alphabetical order in Surname. How will they sort it?

a)

Ascending order

b)

Descending order

50.

How many records are in this database?

a)

5

b)

8

c)

9

d)

10