Term
|
Definition
logical, object oriented, imperative, functional |
|
|
Term
|
Definition
C++ possibly java for imperative base |
|
|
Term
|
Definition
smalltalk, clos - common lisp objects systems, (java structure is pure) |
|
|
Term
|
Definition
|
|
Term
|
Definition
fact statements, rule statements, goal statements, and terms |
|
|
Term
|
Definition
could be a query, ex. man(fred) or father(x, mike) |
|
|
Term
|
Definition
then <- if consequent < - premise parent(x, y) :- mother(x, y) |
|
|
Term
|
Definition
functor(constants) mother (a,b) -> fact |
|
|
Term
inferencing process in prolog |
|
Definition
goals, sub goals, and matching bottom-up or forward chaining top-down or backward chaining |
|
|
Term
imperative "based" oo languages |
|
Definition
|
|
Term
|
Definition
________primitive window(eg buttons) ____|________manager windows(containers) |______shell windows (dialogs & menus) |
|
|
Term
General concepts of GUI DESIGN |
|
Definition
event driven, naturally object oriented regardless of the language |
|
|
Term
|
Definition
invented gui application client application client |xserver| -------------| | |
|
|
Term
most frequently used pattern in gui design |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
grasp patterns, and message passing |
|
|
Term
|
Definition
|
|
Term
functional paradigm languages |
|
Definition
|
|
Term
imperative paradigms languages |
|
Definition
fortran, algol, pascal, basic, c |
|
|
Term
|
Definition
|
|
Term
|
Definition
class hierarchy
window nesting hierarchy |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
what are the prolog terms |
|
Definition
constant, variable, and structure |
|
|
Term
|
Definition
an atom(symbolic value or similar to that in lisp) or an integer |
|
|
Term
|
Definition
can be instantiated variables |
|
|
Term
|
Definition
an atomic proposition of predicate calculus. in the form function(parameter list) |
|
|
Term
what does java do the web |
|
Definition
java makes the web dynamic |
|
|
Term
what is the problem with x-windows |
|
Definition
it is c or c++ based (no platform independence) |
|
|
Term
java swing windows are mostly light-weight except what top 3 windows |
|
Definition
|
|