|

CyberSlug Rules!
Classes
Class
Syllabus
Grading Policy
Labs
Interact
Login
-
enter system
-
get attendance
-
submit work
-
take lab quiz
-
check scores
Help
Help me!
Links
Staff only
Datacare Ahshay
| |
|
CMPS 002 - Computer Literacy Lecture 14: Programming |
-
Idea to Algorithm to Program -- Example
- Compilers versus Interpreters
- Pascal
- verbose, you type a lot
- designed to be a teaching tool
- now in disuse
- example
- C
- compact and cryptic, you don't type much
- designed by and for experienced programmers
- extensive use in software development
- C++
- upgrade of C, to include Objects
- same syntax as C
- still compact and cryptic, but may be easier to learn
- still growing as software development tool
- example
- Java
- developed for web site programming
- platform independent, intermediate code
- similar to C++
- Cobol
- probably the oldest programming language still in use
- designed for commercial applications
- constantly upgraded
Example
see the sample order page for MySeaMonkeys.com
|