TuringLab Farmbot

TuringLab Farmbot

Assessment

Quiz

Computers

6th - 7th Grade

Hard

Created by

Rhys Higgs

Used 23+ times

FREE Resource

Student preview

quiz-placeholder

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a command?

"An instruction put in between quote marks"

An instruction that tells the computer to perform a certain action.

An instruction put in CAPITAL LETTERS

An instruction that is repeated at least once

Answer explanation

A command is an instruction that tells the computer to perform a certain action, making it the correct choice among the options provided.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a computer program?

A computer that has learned to program

A text document written by a computer

A television program on a computer

A set of instructions that tell the computer what to do

Answer explanation

A computer program is a set of instructions that tell the computer what to do.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which two of these are function calls?

prepare_soil

move_forward()

"tomato"

prepare_soil()

Answer explanation

The correct function calls are 'move_forward()' and 'prepare_soil()'. These are identified by the presence of parentheses '()' after the function names.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a function?

A function is a command that performs a specific action when called

Functions are words that always have brackets after them

Functions are commands that have quotes around them and can be put between brackets

Functions are commands that allow you to convert your code from one language to another

Answer explanation

A function is a command that performs a specific action when called. This choice accurately defines what a function is in programming.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function call moves the Farmbot forward?

move_forward()

move_forward

Move_Forward()

moveForward()

Answer explanation

The correct function call to move the Farmbot forward is move_forward() as it matches the function name exactly.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A set of instructions that are to be repeated more than once

A set of commands used to perform a particular task

Any computer program

A command created by Mr. Algo Rhythm

Answer explanation

An algorithm is a set of commands used to perform a particular task, making it the correct choice among the options provided.

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which two of the following are strings?

tomato

'A very large pumpkin'

pumpkins and aubergines

"tomato"

Answer explanation

The correct strings are 'A very large pumpkin' and "tomato" because they are enclosed in single and double quotes, respectively.

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?