Programming in IT Flashcards
C++ high level programming language
Uses a vocabulary and a set of rules for instructing a computer to perform certain tasks.
Python high level programming language
An easy-to-use programming language that does not require a compiler for debugging.
JavaScript high level programming language
A programming language designed to enable user engagement with dynamic elements on web pages.
TCL high level programming language
Often used in rapid prototyping and the creation of GUIs, TCL is a simple and compact language but is also very powerful.
PHP high level programming language
An all-purpose language that is especially suitable for web development.
What is a compiler?
Translates source code into machine language
What is an interpreter
Translate and execute source code into machine language one line at a time.
What is source code?
The collection of instructions written in a programming language. it cannot be directly executed by a computer.
Assembly Language
machine-dependent, yet mainly consists of mnemonic processor instructions, data, and other statements or instructions that are not directly understandable by machine and high-level language as machine-independent.