Robotics II Coding Review

Robotics II Coding Review

Assessment

Flashcard

Engineering

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which stage of the design cycle includes determining the criteria and constraints?

Back

defining the problem

2.

FLASHCARD QUESTION

Front

The code "if (students == 14) {conditional code};" ___________.

Back

Will only execute the conditional code if the value of students is 14.

3.

FLASHCARD QUESTION

Front

What is the error with the code below shown in box 1?

Back

the motors should be named Motor1 and Motor2

4.

FLASHCARD QUESTION

Front

A "syntax" error is when:

Back

A program error prevents compilation.

5.

FLASHCARD QUESTION

Front

A while() loop is used to:

Back

Execute a section of code until a condition is met.

6.

FLASHCARD QUESTION

Front

An if-else statement is used when:

Back

You need to do one thing or the other, but not both.

7.

FLASHCARD QUESTION

Front

The "{" and "}" are in your program to:

Back

Encapsulate your code between starting and ending points.

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?