Section 1

Preview this deck

Sequencing

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 (11)

Section 1

(11 cards)

Sequencing

Front

The application of each step of an algorithm in the order in which the statements are given.

Back

Documentation

Front

a description of the behavior of a command, function, library, API, etc.

Back

True function statement

Front

Two functions in a single program can have two different names but contain identical code

Back

API

Front

a collection of commands made available to a programmer

Back

Selection

Front

A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.

Back

Object-oriented design

Front

focuses on the data involved in the solution

Back

Top Down Design

Front

focuses on the tasks to be done

Back

Library

Front

a collection of commands / functions, typically with a shared purpose

Back

Parameter

Front

An extra piece of information that you pass to the function to customize it for a specific need.

Back

Iteration

Front

The process of repeatedly running a set of computer instructions until some condition is satisfied.

Back

1st step of designing a program

Front

Determine the desired outcome

Back