2832 and 6861 Programming Flashcard

2832 and 6861 Programming Flashcard

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

IDE

Back

Integrated Development Environment

Answer explanation

The whole point of an IDE is to develop code, or, in other words, to use your human language to command a computer. The IDE integrates a user interface that you can input text into that can be used to develop programs, scripts, and more.

2.

FLASHCARD QUESTION

Front

What language do we program our robots in (primarily)?

Back

Java

Answer explanation

C++ and Python are occasionally used by other teams.

Javascript is used primarily for web development as well as other applications.

3.

FLASHCARD QUESTION

Front

What is a parameter?

Back

A variable linked to a function that change the way a function is executed

4.

FLASHCARD QUESTION

Front

What is the difference between a while() and for() loop?

Back

A while() loop runs while a certain condition is true (or false), and a for loop runs based on an increment as set.

5.

FLASHCARD QUESTION

Front

Which of the following is an int variable type? 3.2, π, -3, 4

Back

4

6.

FLASHCARD QUESTION

Front

Which of the following is a double variable type? Options: Hello world!, True, 3, 12:45:00

Back

3

Answer explanation

3 can actually be stored as 3.0000000000000000000000000000000..... if it is casted as a double. The inverse is not true; a double cannot be casted as an integer.

7.

FLASHCARD QUESTION

Front

What is a syntax error?

Back

An error that occurs when there is an error in the way a command is typed.

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?