- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
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
|