Section 1

Preview this deck

Data Types

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)

Data Types

Front

A classification of data which tells the computer programmer how the programmer intends to use the data

Back

Decision Making

Front

A code that can be handled by established business rules or procedures

Back

Sequential

Front

Involves an ordered execution of processes one after another

Back

Functions

Front

Is a type of procedure or routine

Back

Input

Front

Information supplied to a computer or program

Back

Methods

Front

Procedure associated with a message and an object

Back

Bug

Front

Error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.

Back

Data

Front

Classification of data

Back

Characters

Front

A unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol

Back

Output

Front

Information provided by a computer or program

Back

Processing

Front

Instance of a computer program that is being executed

Back

Classes

Front

Extensible program-code-template for creating objects

Back

IPO

Front

(Input-process-output)-Widely used approach in systems analysis and software engineering for describing the structure of an information processing program or other process

Back

Integers

Front

A whole number :)

Back

Arrays

Front

A series of objects all of which are the same size and type

Back

Float

Front

A term is used in various programming languages to define a variable with a "fractional" value

Back

Loops

Front

A sequence of instructions that is continually repeated until a certain condition is reached and doesn't stop. Until you tell it to.

Back

Objects

Front

A particular instance of a class, where the object can be a combination of variables, functions, and data structures

Back

Variables

Front

A value that can change, depending on conditions and the information passed to the program

Back

Syntax

Front

Spelling and grammar of a computer language

Back

Strings

Front

A sequence of characters

Back

Errors

Front

A bug in a program that causes it to operate incorrectly, but not to crash suddenly

Back

Keywords

Front

A word that is saved by a program because the word has a "special" meaning

Back

Lists

Front

A tool that can be used to store multiple pieces of information at once

Back

Operators

Front

Something that represents an action, as for example x is a value to math that represents multiplication

Back