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

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;

6 Cards in this Set

  • Front
  • Back

What best defines a "program language"?

It allows us to express an algorithm

Compilers translate the instructions written by the programmer into what?

Object code

The code that a programmer write is code what?

Source code

What does a compiler do?

Translate source code into executable code

The rules that govern the correct order and usage of the elements of a language is called what?

The syntax of the language

Words that have a special meaning in a programming language are called what?

Keywords