AP CSA Unit 1

AP CSA Unit 1

Assessment

Flashcard

Computers

12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a variable in programming?

Back

A named storage location that holds a value.

2.

FLASHCARD QUESTION

Front

What is the purpose of functions in programming?

Back

The purpose of functions in programming is to group a set of instructions together and give them a name.

3.

FLASHCARD QUESTION

Front

What are the different types of loops in programming?

Back

for loop, while loop, do-while loop

4.

FLASHCARD QUESTION

Front

How do you declare a variable in Java? Options: int number;, int num;, variable num;, declare num;

Back

int num;

5.

FLASHCARD QUESTION

Front

What is the syntax for defining a function in Python?

Back

def function_name(parameters):

6.

FLASHCARD QUESTION

Front

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

Back

A while loop repeatedly executes a block of code as long as a specified condition is true, while a for loop executes a block of code a specified number of times.

7.

FLASHCARD QUESTION

Front

What is the scope of a variable?

Back

The scope of a variable refers to the part of a program where the variable is accessible.

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?