• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back

Variable

Stores a single value in a program

Subprogram

A section or block of code


AKA


Procedure, subroutine or function

Function

A section of code that returns a certain value

Pre-defined function

A function that already exists within the programming language

User-defined function

A function that is created by the programmer

Local Variable

Exists within a sub program and cannot be seen or accessed by any other sub program

Global Variable

Can be seen and accessed by all sun programs within the program

Pass by reference

Parameter is passed by the subprogram, is updated and is passed back out

Pass by value

Parameter is passed into the subprogram but does not require to be passed out

Parameter

A value that is passed in or out a procedure


Actual Parameter

A parameter that Is passed into the procedure. It is in the call to the procedure

Formal parameter

Is there a the parameter used in the procedure itself

1D Array

A structure that holds a list of data- all data must be of the same type

1D Array

Always past be reference

Input validation

Avoids in putting errors by repeatedly asking for data to be entered in til is acceptable

Record Data Type

A data structure which can store variables of different data types

Iterative

Earlier stages of the SDP can be revisited for improvement

Requirements Elicitation

The methods of extracting information from the client

Requirements Elicitation

Interviewing


Observation


Questionnaires


Existing Documentation

Software Specification

A legally binding document which defines the scope and boundaries of problem to be solved