wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SUMMATIVE TEST IN COMPUTER 5

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A teacher uses a spreadsheet to track student ages. Today is October 20, 2025. A student's birthday is 12/15/2025. Which formula best calculates the number of days remaining until their birthday, requiring the use of a function to process the dates?

a)

=12/15/2025 - TODAY()

b)

=TODAY() - DATEVALUE("12/15/2025")

c)

=DATEVALUE("12/15/2025") - DATEVALUE(TODAY())

d)

=DATE(2025, 12, 15) - DATE(2025, 10, 20)

2.

You have a column of sales figures. You want to total only the sales that are greater than $500 to determine high-value transactions. Which function should you use?

a)

SUMIF

b)

COUNTIF

c)

IF

d)

ROUNDDOWN

3.

You are tracking how many times a certain condition is met in a large data set (e.g., how many students scored over 90). Which is the most appropriate and efficient Excel function?

a)

SUMIF

b)

IF

c)

COUNTIF

d)

DATEVALUE

4.

You are writing an =IF(C5>100, "High", "Low") statement. If the output is "Low," which of the following is definitely true about the value in cell C5?

a)

C5 is greater than 100

b)

C5 is less than or equal to 100.

c)

C5 is equal to 100.

d)

C5 is less than 99

5.

The formula in cell A2 is =ROUND(A1, 0). If you enter the value 99.49 into A1, what is the value of A2, and if you change A1 to 99.51, what is the new value of A2?

a)

100, then 99.

b)

99, then 100.

c)

99, then 99

d)

100, then 100.

6.

A Scratch project uses a sprite that is partially hidden behind a tree backdrop. To make the sprite walk in front of the tree, what must you modify in the sprite's script?

a)

A. The sprite’s Motion blocks to change its direction.

b)

B. The sprite’s Looks blocks using a change size block.

c)

C. The sprite’s Costume to make it semi-transparent.

d)

D. The sprite’s Script to use the 'go to front layer' or 'go forward layers' block.

7.

To create a unique, original sprite that is not in the Scratch library, the first step is to hover over the 'Choose a Sprite' icon and click on which option?

a)

paint

b)

upload

c)

surprise

d)

edit

8.

Which of the following is NOT listed as a type of Fill color gradient available for backdrops in Scratch?

a)

Linear Gradient Color - Vertical

b)

Circular Shading

c)

Radial Gradient Color

d)

Solid Color

9.

The Backdrops tab in the Viewing Area of Scratch is where you edit the background. This tab is most similar in function to which other tab used for editing a sprite?

a)

Sounds

b)

Scripts

c)

Costumes

d)

Motions

10.

You have a sprite made of grouped shapes. If you want to change the color of only one specific shape within that group, what is the necessary first step?

a)

Click the Group icon again

b)

Click the Ungroup icon

c)

Delete the entire sprite and start over.

d)

Select a new Fill color and it will automatically apply to all parts

11.

You want a variable named Score to increase by 5 every time a sprite touches an apple. Which block is the most appropriate to manage this value change?

a)

Set (Score) to (5)

b)

Set (Score) to (Score + 5)

c)

Change (Score) by (5)

d)

Show Variable (Score)

12.

A script uses the If () then, else block. If the condition inside the block is false, which set of blocks is executed?

a)

The blocks in the 'If () then' section.

b)

The blocks immediately following the 'If () then, else' block.

c)

The blocks located in the 'else' section.

d)

The script stops running completely.

13.

The () and () block returns what value only if all conditions inside it are true?

a)

true

b)

false

c)

The value of the first condition

d)

The value of the second condition

14.

What is the primary difference between a Clone and a regular Sprite?

a)

A Sprite can only move, while a Clone can only change costumes.

b)

A Clone must be drawn using the Paint tool, while a Sprite must be chosen from the library.

c)

A Clone is a copy created during the script's execution and is activated by the 'When I start as a clone' block.

d)

A Sprite is permanent, and a Clone can never be deleted.

15.

You use a script that uses the Show Variable (Score) block. If you later use the Hide Variable (Score) block, where will the variable Score and its value be displayed?

a)

It will be hidden from the Stage but will appear on the Sprite Pane.

b)

It will be hidden from the Sprite Pane but will appear on the Stage.

c)

It will not be displayed on the Stage, but its value is still active in the script.

d)

The script will produce an error because the variable cannot be hidden once shown.

16.

True or False: The TODAY() formula in Excel is an example of a date formula.

a)

true

b)

false

17.

True or False: The formula =ROUND(9.4, 0) in Excel will return the value 10.

a)

true

b)

false

18.

True or False: A Conditional Statement is a statement that answers if something is true or false.

a)

true

b)

false

19.

True or False: You must hover over the Choose a Sprite icon to access the Paint option for drawing a new sprite.

a)

true

b)

false

20.

True or False: The If () then block is used when a program needs to choose one of two paths or statements.

a)

true

b)

false