Unit 3 Vocabulary APCSP

Unit 3 Vocabulary APCSP

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Magdalena Quiroz

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Sequential execution in programming refers to the process where instructions are executed in a specific order, one after the other, without any overlap.

Back

Instructions are executed in a specific order, one after the other.

Answer explanation

Sequential execution means that instructions are executed in a specific order, one after the other, without overlap. This directly aligns with the correct choice, distinguishing it from parallel, random, or user input-based execution.

2.

FLASHCARD QUESTION

Front

Machine language is:

Back

a low-level programming language

Answer explanation

Machine language is considered a low-level programming language because it consists of binary code that is directly executed by a computer's CPU, making it closer to hardware than high-level languages, which are more abstract.

3.

FLASHCARD QUESTION

Front

Parameters in programming are:

Back

values passed to functions

Answer explanation

Parameters in programming refer to values passed to functions, allowing them to receive input and operate on it. This distinguishes them from variables, functions, and errors, making 'values passed to functions' the correct choice.

4.

FLASHCARD QUESTION

Front

Unicode

Back

A character encoding standard that encompasses all characters and symbols from all writing systems

Answer explanation

Unicode is a comprehensive character encoding standard that includes characters and symbols from all writing systems, making it the correct choice. The other options incorrectly specify the bit size of code units used.

5.

FLASHCARD QUESTION

Front

A Flowchart is used for:

Back

Visualizing processes

Answer explanation

A Flowchart is primarily used for visualizing processes, allowing users to see the steps and decisions involved in a workflow clearly. This makes it easier to understand and communicate complex processes.

6.

FLASHCARD QUESTION

Front

What is a variable in programming?

Back

A placeholder that stores data values

Answer explanation

A variable in programming is a placeholder that stores data values, allowing for dynamic data manipulation. It contrasts with fixed values, loops, and functions, which serve different purposes in code.

7.

FLASHCARD QUESTION

Front

What is the primary purpose of an assignment operator (`=`) in programming?

Back

To store or update a value in a variable

Answer explanation

The primary purpose of the assignment operator (`=`) is to store or update a value in a variable. It assigns the value on the right to the variable on the left, unlike comparison or arithmetic operations.

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?