Unit 7 Vocab Lesson 1-3

Unit 7 Vocab Lesson 1-3

9th Grade

6 Qs

quiz-placeholder

Similar activities

APCSP Unit 7 Review

APCSP Unit 7 Review

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

Unit 7 Review

Unit 7 Review

AP Computer Science Principles - Unit 7: Parameters, Returns

AP Computer Science Principles - Unit 7: Parameters, Returns

Unit 7 Parameters, Arguments, & Libraries

Unit 7 Parameters, Arguments, & Libraries

Python Chapter 4 - Think Python

Python Chapter 4 - Think Python

Unit 7 AP CSP

Unit 7 AP CSP

Unit 7 Vocab Lesson 1-3

Unit 7 Vocab Lesson 1-3

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mykel Searcy

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable in a function definition. Used as a placeholder for values that will be passed through the function.

Variable

Parameter

Return

Aurgument

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to return the flow of control to the pint where the procedure (also known as a function) was called and to return the value of expression.

Return

Argument

Procedural Abstraction

Expression

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Value passed to the parameter.

Return

Variable

Argument

Function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A process and allows a procedure to be used only knowing what it does, not how it does it. Procedural abstraction allows a solution to a large problem to be based on the solution of smaller subproblems. This is accomplished by creating procedures to solve each of the subproblems.

Library

Application Programming Interface

Return

Procedural Abstraction

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Specifications for how functions in a library behave and can be used.

Variable

Application Programming Interface

Return

User Interface

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group of functions (procedures) that may be used in creating new programs.

Library

String

Expression

Argument

Discover more resources for Computers