Section 1

Preview this deck

input variable

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (25)

Section 1

(25 cards)

input variable

Front

To solve an equation, the variable that you use is called input variable and the outcome is output variable.

Back

parameters

Front

a special kind of variable in computer programming language that is used to pass information between functions or procedures.

Back

list

Front

is a tool that can be used to store multiple pieces of information at once.

Back

integers

Front

An integer is a whole number (not a fraction) that can be positive, negative, or zero.

Back

command

Front

An instruction given by a user telling a computer to do something, such a run a single program or a group of linked programs

Back

Algorithm

Front

A set of instructions designed to perform a specific task

Back

User input

Front

'Input' is information supplied to a computer or program. 'Output' is information provided by a computer or program.

Back

Loop

Front

A sequence of instruction s that is continually repeated until a certain condition is reached

Back

origin

Front

The coordinates for every other point are based on how far that point is from the origin. At the origin, both x and y are equal to zero, and the x-axis and the y-axis intersect.

Back

Syntax

Front

The spelling and grammar of a programming language

Back

Bug

Front

An error or flaw in a computer program that may prevent it from working correctly or produce an incorrect or unintended result

Back

variables

Front

a data item that may take on more than one value during the runtime of a program.

Back

nesting

Front

is a function contained inside of another function in the source code of a program.

Back

Quotes

Front

Used to contain text or other data. For example, in the below print statement, what you're printing to the screen is often surrounded by quotes. If surrounded by a single quote instead of a double quote the string is treated as a literal string in many languages

Back

Comment

Front

A programmer-readable explanation or annotation in the source code of a computer program

Back

if statement

Front

is a programming conditional statement that, if proved true, performs a function or displays information.

Back

Output

Front

Information provided by a computer or program

Back

debugging

Front

The routine process of locating and removing computer program bugs, errors or abnormalities.

Back

String

Front

They are formed by a list of characters, which is really an "array of characters" Strings are very useful when communicating information from the program to the user of the program.

Back

partenteses

Front

Parenthesis refer to punctuation marks "(" and ")" used to separate relevant information or a comment from the rest of the text, or to enclose mathematical symbols, or the text inside of these marks.

Back

Conditional Statement

Front

If then then that the if then is the hypothesis and the then that is the conclusion

Back

x and y coordinates

Front

The horizontal value in a pair of coordinates: how far along the point is. The X Coordinate is always written first in an ordered pair of coordinates (x,y)

Back

coordinate plane

Front

is a two-dimensional surface formed by two number lines. ... The two axes meet at a point called the origin. We can use the coordinate plane to graph points, lines, and more.

Back

Pseudo code

Front

A notation resembling a simplified programming language, used in program design

Back

Input

Front

Information supplied to a computer or program

Back