C Programming and Game Control Quiz

C Programming and Game Control Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Ozaria:  Python Basics

Ozaria: Python Basics

6th Grade

15 Qs

Micro Bit Rock-Paper-Scissors Quiz

Micro Bit Rock-Paper-Scissors Quiz

6th - 8th Grade

15 Qs

App Programming Project Quiz

App Programming Project Quiz

8th Grade

10 Qs

Computer coding class review

Computer coding class review

8th Grade

15 Qs

MakeCode Arcade revision

MakeCode Arcade revision

8th Grade

10 Qs

MakeCode(JavaScript) Basics

MakeCode(JavaScript) Basics

8th Grade

15 Qs

Scratch

Scratch

8th Grade

13 Qs

Mr Lovell's Scratch Quiz

Mr Lovell's Scratch Quiz

6th - 8th Grade

10 Qs

C Programming and Game Control Quiz

C Programming and Game Control Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Aarav Puri

Used 1+ times

FREE Resource

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?

`:`

`.`

`;`

`,`

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?