C Programming and Game Control Quiz

C Programming and Game Control Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

worksheeet

worksheeet

6th Grade - University

15 Qs

Arcade makecode

Arcade makecode

6th Grade

11 Qs

Microbit lesson 2

Microbit lesson 2

6th Grade

10 Qs

Scratch Games

Scratch Games

6th - 8th Grade

11 Qs

Gaming Lesson 3

Gaming Lesson 3

6th - 8th Grade

14 Qs

History of Computers 2

History of Computers 2

7th - 12th Grade

10 Qs

Scratch - Lesson 3 - Creating game

Scratch - Lesson 3 - Creating game

6th - 12th Grade

12 Qs

KKHP Roblox Game Development Quiz

KKHP Roblox Game Development Quiz

4th - 12th Grade

15 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?