Programming languages

Programming languages

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Boolean

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 14, 2020

Cards (17)

Section 1

(17 cards)

Boolean

Front

Logical data type in Pascal and other languages that can take one of two values, True or False

Back

C#

Front

Pronounced "C-sharp", a language heavily supported by Microsoft and designed for their .NET platform

Back

Delphi

Front

A Pascal-based RAD IDE for Windows made by Borland

Back

Assembler

Front

converts human-readable symbols (that represent machine instructions) into the actual binary instructions that the computer executes

Back

BASIC

Front

an acronym that stands for Beginner's All-purpose Symbolic Instruction Code

Back

Bug

Front

An error in a program which might cause catastrophic machine failure, failure of the program or simply incorrect performance or output

Back

CCR

Front

Code and Component Repository

Back

Command Line Interpreter

Front

A program present in most computer operating systems which examines an input stream, either from the keyboard (Console Mode) or from a text file (Batch Mode)

Back

Cross-platform

Front

Usually refers to a program that can be run on several different Operating Systems and Platforms such as Windows, Linux and OSX

Back

Component

Front

A small piece of code, typically consisting of a data definition or a small number of methods, which defines and describes a particular action or series of actions in a Pascal application

Back

Class

Front

A special kind of Object in Object Oriented programming

Back

COBOL

Front

COmmercial and Business Oriented Language

Back

DataBase

Front

A computer application designed for the structured storage of large amounts of data and for easy access to it.

Back

C++

Front

A variant of C which includes Object-Oriented Programming constructs

Back

API

Front

Application Program Interface: a set of tools such as procedural/functional calls to allow programmers to use a software package

Back

Compiler

Front

A program that translates Human-readable source code, usually written in a high-level language such as Object Pascal, C++, Algol, FORTRAN or Ada, into machine instructions for execution by a computer

Back

Ada

Front

Computer language derived from Pascal and Modula, and named after Charles Babbage's lady friend

Back