wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

General Review Grade 8

Total questions: 50

Worksheet time: 38mins

Name
Class
Date
1.
In a spreadsheet, "=max(b3:b10)" is called a
a)
function
b)
cell range
c)
formula
d)
value
2.
=sum(f4:g12) does what?
a)
finds the average in a range of cells
b)
finds the lowest value in a range of cells
c)
add up a range of cells
d)
finds the highest value in a range of cells
3.
Which of the following is a FORMULA that will add cells c9 and c10?
a)
=c9+c10
b)
c9+c10
c)
sum(c9:c10)
d)
=sum(c9:c10)
4.
A simple mathematical equation that is used to calculate spreadsheet values is called a 
a)
value
b)
formula
c)
function
d)
label
5.
A cell range is indicated by which symbol?
a)
:
b)
-
c)
/
d)
*
6.
A1:D4 is an example of a cell...
a)
Range
b)
Selection
c)
Highlight
d)
Choice
7.
Putting cells into A-Z order is called?
a)
Sort Ascending
b)
Sort Descending
c)
Filter Ascending
d)
Filter Descending
8.
Which of the following is a valid formula?
a)
=C7*C8
b)
=(C7\C8)
c)
=(C7xC8)
d)
=AVERAGE(C7*C8)
9.
G5 is an example of a?
a)
Relative Cell Reference
b)
Cell Coordinate
c)
Absolute Cell Reference
d)
Cell Specification
10.
This is a multiplication formula
a)
8x7
b)
8*7
c)
8x7=
d)
=8*7
11.
I can find the arithmetic mean of numbers with the ... function
a)
MIN
b)
MAX
c)
AVERAGE
d)
COUNT
12.
What does this symbol represent in MS Excel?
a)
a. Subtract
b)
b. AutoSum
c)
c. Formula
d)
d.    Average
13.
An Image or a photograph will use the following extension..
a)
.html
b)
.jpg
c)
.doc
d)
.xls
14.
Computers read file extensions so that it opens in the correct program
a)
True
b)
False
15.
A document that ends in .doc is what kind of file?
a)
Adobe Photoshop
b)
Adobe InDesign
c)
Microsoft Word Document
d)
Adobe Portable Document Format
16.
A document that ends in .ppt is what kind of file?
a)
Adobe Photoshop
b)
Microsoft Word Document
c)
Adobe Portable Document Format
d)
Microsoft PowerPoint
17.
A document that ends in .psd is what kind of file? 
a)
Adobe Photoshop
b)
Adobe InDesign
c)
Microsoft Word
d)
Microsoft PowerPoint
18.
a digital image composed of a matrix of dots. When viewed at 100%, each dot corresponds to an individual pixel on a display. In a standard bitmap image, each dot can be assigned a different color. Together, these dots can be used to represent any type of rectangular picture.
a)
PNG
b)
JPEG
c)
BMP
d)
TIFF
19.
.bmp
a)
Windows Computer executable file, program or application file. (Similar to .app)
b)
Flash video files
c)
Bitmap image file is used to store bitmap digital images. Typically found in Windows digital images.
d)
Audio Video Interleave file is a video and audio file created by Microsoft.
20.
.exe
a)
Windows Computer executable file, program or application file. (Similar to .app)
b)
Flash video files
c)
Bitmap image file is used to store bitmap digital images. Typically found in Windows digital images.
d)
Audio Video Interleave file is a video and audio file created by Microsoft.
21.
File extensions are written as  3 or 4 letter abbreviations. For example ".pdf" or ".docx"
a)
True
b)
False
22.
Image programs save graphics with specific extensions indicating the file format.
a)
True
b)
False
23.
Which image file can support animation?
a)
.gif
b)
.jpg
c)
.docx
d)
.wav
24.
How do you create an unordered list?
a)
<ul>
b)
<list>
c)
<ol>
d)
<dl>
25.
Which HTML element stands for the largest headline?
a)
<h6>
b)
<h1>
c)
<b>
d)
<head>
26.
Which CSS property controls the text size?
a)
font-size
b)
text-size
c)
text-style
d)
font-style
27.
Lists are created using which tag?
a)
<a> and <p>
b)
<img> and <p>
c)
<ul>, <ol> and <li>
d)
<thead> and <tbody>
28.
It is the file extension that is used to save your HTML document.
a)
.docs
b)
.css
c)
.html
d)
.xhtml
29.
It is the basic text editing application in Windows.
a)
Sublime
b)
UltraEdit
c)
Expression Web
d)
Notepad
30.
"ul" element is 
a)
The element inside of which each item in a list is placed
b)
Contains the actual information in the webpage (Not to be confused with an HTML element)
c)
a bulleted list
d)
Is not used
31.
Which of these codes are used to create a table?
a)
<table> <tr> <a> <p>
b)
<table> <thead> <tr> <th> <tbody>
c)
only <table> can be used
d)
<table> <table1> <table2> <table3>
32.
"HTML" element
a)
Contains the actual information in the webpage (Not to be confused with an HTML element)
b)
Contains the address of the image (filename)
c)
Groups other coding elements together
d)
The basic building blocks of web pages, describe each piece of content on a web page
33.
Python identifies blocks of code by
a)
BEGIN and END keywords
b)
{ and }
c)
aligning up the starts of lines (indentation)
d)
guessing
34.

Python Programming

_____________________________________


To repeat a fixed number of times use a

a)

while loop

b)

for loop

c)

if loop

d)

indentation

35.
To repeat until a particular condition is true use
a)
while loop
b)
for loop
c)
if loop
d)
indentation
36.
The second part of if, that is executed when the condition is false
a)
if
b)
else
c)
for
d)
input
37.
What color is #FF0000
a)
Orange
b)
Red
c)
Blue
d)
Green
38.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
39.

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"/ ]

40.
What does RGB stand for?
a)
Red, Green, & Blue
b)
this is not the right one
c)
Roger, George, & Ben
d)
Don't pick this one unless you are trying to fail!!
41.

Scratch Programming

_____________________________________


Which of the above let us manipulate the position of the selected sprite while coding?

a)

1

b)

2

c)

3

42.

Scratch Programming

_____________________________________

You are driving a car left to right and you want other cars to come from opposite direction. Which of the following code block could be used for a car coming from right side of the stage?

a)

1

b)

2

c)

3

43.

Scratch Programming

_____________________________________

The above script is added to a sprite. What happens to “Oranges” when the sprite touches to “Bowl” object?

a)

The position of “Oranges” sprite goes up 1

b)

The number of “Oranges” sprite increases 1

c)

The number of “Oranges” sprite collected is incremented 1

44.

Scratch Programming

_____________________________________


What is the function of “point in direction” in the following script?

a)

It allows the sprite to point to the direction desired to move

b)

It allows to rotate the sprite by the selected amount

c)

It allows the sprite move 10 steps and turns 90 degrees

45.

Scratch Programming

_____________________________________


The following script is added to a sprite. What does the script do?

a)

It repeats set of instructions placed in “repeat until” until “mynumber” value is equal to “answer”.

b)

It changes the value my “mynumber” until it is equal to “answer”.

c)

It changes the value my “answer” until it is equal to “mynumber”.

46.

Python Programming

_____________________________________


what is print()?

a)

Function

b)

Coder

c)

Decoder

d)

Text

47.

Python Programming

_____________________________________


Look at this code, how many times will it loop?

a)

50

b)

90

c)

0

d)

4

48.

Python Programming

_____________________________________


Which statement will check to see if a is equal to b?

a)

if a == b

b)

if a = b:

c)

if a != b:

d)

if a == b:

49.

Python Programming

_____________________________________

numbers= [5,14,9,17]

for number in numbers:

if number % 3 == 0:

print number


The output will be?

a)

17

b)

9

c)

14

9

17

d)

14

17

50.

Scratch Programming

_____________________________________


The following script is added to a sprite. What does the script do?

a)

It repeats set of instructions placed in “repeat until” until “mynumber” value is equal to “answer”.

b)

It changes the value my “mynumber” until it is equal to “answer”.

c)

It changes the value my “answer” until it is equal to “mynumber”.