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

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;

13 Cards in this Set

  • Front
  • Back
Logic
The language PROLOG is based on this programming paradigm. The 3rd programming paradigm, the models is of a set of facts about objects and a set of rules about the relationship among the objects, and is based on the principles of symbolic logic
Interpreter
A program that inputs a program in a high-level language and directs the computer to perform the actions specified in each statement. Translates then immediately executes the program to high level language
Paradigm
A set of assumptions, concepts, values, and practices that constitute a way of viewing reality for the community that shares them, especially in an intellectual discipline. Something that serves as a pattern or model
Bytecode
Standard intermediate machine language that Java source code is compiled into
JVM
Software interpreter that executes a Java Bytecode program
Virtual
Java Machine
Functional
Programming paradigm that is based on the concept of math functions
Compiler
Program that translates a high-level language into machine code
One
Number of Assembly Language instructions translated into Machine Language instructions
Assembler
Program that translates assembly language into Machine Code
Java
Programming language based on the object oriented paradigm
Procedural or Imperative
Allows programmer to write algorithm as hierarchy of tasks
object-oriented paradigm
The 4th paradigm in which we view it as an imperative language with some object-oriented language with some imperative features