Shared Flashcard Set

Details

CSP Chps 5 and 6 Review
CSP Principles
11
Computer Science
9th Grade
10/07/2018

Additional Computer Science Flashcards

 


 

Cards

Term
Body Syntonic
Definition
experiences related to knowledge of your body. You can use your knowledge of how to move your body to help you understand how to move the turtle objects.
Term
Comment
Definition
describes one or more lines of code. Comments are ignored by the computer. A comment in Python starts with #. The computer will ignore everything from the start of the comment to the end of that line.
Term
Function
Definition
returns a value
Term
Object
Definition
can have data and behavior
Term
Procedure
Definition
does an action, but doesn’t return a value
Term
Abstraction
Definition
focusing on just the important details in a context.
Term
Actual Parameter
Definition
a value passed into a procedure or function when it is called.
Term
Argument
Definition
a value passed into a procedure or function when it is called.
Term
Call
Definition
using the name of the procedure or function followed by values to pass into the procedure or function.
Term
Execute
Definition
to run or call a procedure or function.
Term
Library
Definition
a named group of related procedures and functions.
Supporting users have an ad free experience!