Arithmetic Commands in Programming

Arithmetic Commands in Programming

Assessment

Interactive Video

Computers

3rd - 5th Grade

Hard

Created by

Thomas White

FREE Resource

The video tutorial teaches children how to use commands instead of traditional operators for basic arithmetic operations such as addition, subtraction, multiplication, and division. It introduces the 'sum', 'difference', 'product', and 'quotient' commands and demonstrates their usage with examples. Additionally, it shows how these commands can be applied in Logo programming to move the turtle on the screen.

Read more

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using commands instead of operators in arithmetic operations?

To avoid errors

To use fewer resources

To simplify the syntax

To make calculations faster

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used for addition instead of the plus operator?

add

sum

total

plus

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you write the command to add 45 and 25 using the 'sum' command?

print total 45 25

print plus 45 25

print sum 45 25

print add 45 25

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of executing the command 'print sum 23 23'?

32

23

46

66

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command replaces the minus operator for subtraction?

minus

difference

subtract

reduce

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you write the command to subtract 25 from 45 using the 'difference' command?

print subtract 45 25

print minus 45 25

print difference 45 25

print reduce 45 25

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of executing the command 'print difference 25 15'?

10

15

20

5

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?