Table of Contents
8 relations: Apple II, BASIC, Conditional (computer programming), Goto, Macro (computer science), Pascal (programming language), Programming language, While loop.
- Programming languages created in the 1980s
Apple II
The Apple II series of microcomputers was initially designed by Steve Wozniak, manufactured by Apple Computer (now Apple Inc.), and launched in 1977 with the Apple II model that gave the series its name.
BASIC
BASIC (Beginners' All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages designed for ease of use.
See CEEMAC and BASIC
Conditional (computer programming)
In computer science, conditionals (that is, conditional statements, conditional expressions and conditional constructs) are programming language constructs that perform different computations or actions or return different values depending on the value of a Boolean expression, called a condition.
See CEEMAC and Conditional (computer programming)
Goto
Goto (goto, GOTO, GO TO, GoTo, or other case combinations, depending on the programming language) is a statement found in many computer programming languages.
See CEEMAC and Goto
Macro (computer science)
In computer programming, a macro (short for "macro instruction") is a rule or pattern that specifies how a certain input should be mapped to a replacement output.
See CEEMAC and Macro (computer science)
Pascal (programming language)
Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
See CEEMAC and Pascal (programming language)
Programming language
A programming language is a system of notation for writing computer programs.
See CEEMAC and Programming language
While loop
In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.

