• 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/27

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;

27 Cards in this Set

  • Front
  • Back

program

set of instructions a computer follows to perform a task.

source code

statements written by a programmer

object code

machine language instructions

syntax error

an illegal use of key words, operators or other language elements

identifier

name of a memory location

statement

a complete instruction causing the computer to perform an action

comment

helps explain a program

function

a group of statements that collectively has a name

stream object

cout or cin

stream manipulator

endl

escape sequence

\n

preprocessor directive

#define

assignment

=

relational operator

==

key word

return

literal

constant

null terminator

\0

scope

part of the program with access to a variable

flag

signals when a condition exists

logical operator

!

accumulator

a running total

sentinel

special value that marks the end of a list

nested

placed inside a block

arguments

passed in to functions

prototype

function declaration