NEW
Font size
WorksheetsBIM Final
Total questions: 59
Worksheet time: 32mins
what is a flow chart
showing the direction of water
a measurement of how much flow a song has
a diagram showing a sequence of actions
a medical diagnosis
what does this do
process
decision
terminator
input/output
Is this a Flow Map
Yes
No
Which programs are used to calculate spreadsheets?
Microsoft publisher & Google templates
Microsoft excel & Google sheets
Microsoft powerpoint & Google slides
Microsoft word & Office 365
What symbol does a formula have to start with in order for it to work?
#
$
=
@
What does autosum do?
subtracts totals
adds totals
multiplies totals
divides totals
What are the Letters in a spreadsheet called?
rows
alphabets
numbers
columns
Why are charts/graphs used in spreadsheets?
to show a visual of the data in a spreadsheet
to make the spreadsheet look cool
to backup the data you input into the spreadsheet
all of these are reasons
Which is NOT a formula?
b2+b3+b4
=b1+b2+b3
=b4*c4
=b5/b7
Which icon represents currency?
*
&
$
@
What is the first thing you have to do in a spreadsheet before you can create a chart/graph?
click insert charts/graphs
go to file, print
highlight the data with your mouse
bold all the information
Is a column vertical or horizontal?
vertical
horizontal
Which is NOT an alignment icon?
center
align left
align right
tab
Is a column vertical or horizontal?
vertical
horizontal
How do you insert shapes into your document
Insert - shapes
Insert - online pictures
Insert - smartart
Insert - table
How do you insert tables?
Home - italic
Home - paragraph
Home - cut
Insert - table
To move an item in a document you would:-
copy and paste special
cut and paste special
copy and paste
cut and paste
What name does Google call this icon?
waffle
tic-tac-toe
nine square
four corners
Which command is written correctly?
Move
move
Move();
move();
Which command is written incorrectly?
putBall();
putball();
turnLeft();
takeBall();
Karel is a Cat?
True
False
This code:
putBall();
move();
putBall();
put 2 balls in the same place and then move one place?
True
False
The code in the picture will move Karel in a square.
True
False
Which code will put Karel in the position shown in second world?
putBall(); putBall(); move(); move();
move(); putBall(); move(); putBall();
putBall(); move(); putBall(); move();
move(); putBall(); putBall(); move();
Is this Function written correctly?
True
False
What is the name of this function?
function
spin()
3 turnLeft();
spin();
How many times should Karel turn left in order to turn right?
1
2
3
4
What can be used to teach Karel to turn right?
Functions
Variables
Dog Treats
Karel can already turn right
