Please enable JavaScript.
Coggle requires JavaScript to display documents.
computer languages (High Level Language (Declarative (Question Based (Fact…
computer languages
High Level Language
Declarative
used for AI
Question Based
Fact
are the knowledge the program can draw from
Rule
answer questions based on knowledge it has
unordered
written as logical statements
Object-oriented
classes can have classes within classes
the biggest of which is a super class
classes are made from
Varibles
to store object information
Methods
procedure on how the object is defined
Procedural
most common
Python
C++
Java
Visual Basic
written in blocks
Function
Sub-Routines
Procedures
Low Level Language
Machine Code