Search Header Logo

C Programming and Game Control Quiz

Authored by Aarav Puri

Computers

6th - 8th Grade

Used 1+ times

C Programming and Game Control Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `init()` function do in your C code?

Runs every second

Sets up things at the beginning of the program

Moves the Astrobee

Fills the watering can

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is called repeatedly during the game to control the robot?

`init()`

`repeat()`

`loop()`

`setup()`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following line do? `game.movePlot(1);`

Moves robot to the watering station

Moves robot to Plot 1

Plants crop at Plot 1

Waits for 1 second

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you water a crop at Plot 1 in C?

`game.WaterCrop(1);`

`WaterCrop(1);`

`game.water(1);`

`plantCrop(1);`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you tell the game to wait for 10 seconds?

`game.wait(10);`

`game.SetWait(10);`

`wait(10);`

`game.sleep(10);`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to plant a melon at Plot 1?

`plantCrop(1,4);`

`game.plantCrop(1,4);`

`game.Plant(1,4);`

`game.PlantCrop(4,1);`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is required at the end of each line in C code?

`:`

`.`

`;`

`,`

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?