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

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;

10 Cards in this Set

  • Front
  • Back

Programming

Giving a mechanism the directions to accomplish a task.

Computer Programming (aka Program)

A set of instructions that tells a computer how to accomplish a task.

Intergrated Development Environment (IDE)

An environment that contains all the tools and features you need to create, run, and test your program.

Programmers

People who use a special language to write programs.

Programming Languages

A variety of special languages used in Programming.

Graphical User Interface ( GUI )

What the person using you program (the user) sees and interacts with while your program is running.

Application

What the user interface and it's program instructions are referred to.

Coding

When a programmer translates the solution to a problem into computer insurrections.

Object-Oriented Programming Language ( OOP )

A language that allows the programmer to use objects to accomplish a program's goal.

Doug Rule #1 When it comes to Programming

Someone else will have to work on your code someday. The readability of the code you write is job #1.