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

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;

7 Cards in this Set

  • Front
  • Back
Languages allow the programmer to use instructions that more closely resemble the english language
High-Level
Translate high-level instructions into machine code, line by line, as the program is running
Interpreter
Translate the entire high-level program into machine code before running the program
Compiler
Convert assembly instructions into machine code
Assembler
Procedure-oriented programs, the emphasis is on the major task needed to accomplish the program's goal
True or False?
True
Objects created from a class
Instance
In OOP, combining object's attribute and behavior is classified as
Encapsulation