Application Generation Flashcards

1
Q

Paradigm

A

A way of thinking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Programmers’ Paradigm

A

The expectation for a programming language is to allow the use of loops, variables, conditions and arrays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Turing Complete

A

A programming language that can implement any theoretically possible algorithm.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Low-Level Languages

A

The lowest level language, is called machine code, it is the least abstract, closest to what happens on a computer, programs directly in 1s and 0s. Translating those into electrical signals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Assembly Language

A

Uses short words (mnemonics) for instructions instead of binary numbers. Written in assembly language and translated by an assembler.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

High-Level Languages

A

This is anything above in terms of complexity Assembly Language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Procedural Languages

A

Programming Languages that use subroutines, procedures and functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly