unit 2 flashcards

1
Q

assembly language

A

A computer programming language that uses short letters or words to represent machine code instructions and, in turn, binary code.

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

compliar

A

a language translator that translates a program completely into an executable program, which can be run on the computer

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

data

A

numbers representing info that can be stored and processed by a computer.

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

executable program

A

a program in the form of machine instructions ready to run.

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

function

A

a sequence of statements that is only written once but can be can be called and rescued whenever necessary.

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

functional language

A

A programing language based on a functional paradigm in which the overall goal of the program is to evaluate a function.

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

high-level language

A

A programing language that is close to human language than computer language.

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

integrated development environment (IDE)

A

a software package that provides resources to programers development in one place.

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

interpreter

A

a language translator that translates each statement in the language and immediately excuses it

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

low-level language

A

a programing language that is mostly or entirely machine code or assembly language

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

machine code

A

an instruction that uses numbers to represent binary strings, making instructions much shorter and giving the programers the ability to reference specific locations in the computer’s memory.

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

object-oriented programming (OOP)

A

programing using a language based on an object-oriented paradigm, in which the central element is the data objects that are operated on by the program actions.

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

operating system

A

a special system program that manages the computer software and hardware of a computer.

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

procedural programing

A

programming using a language based on a procedural paradigm, in which the central element is the actions to be performed.

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

programs

A

a representation of an algorithm as statement in a programing language or as a set of a machine.

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

`programing language

A

a langagne that creates codes representing binary numbers which can be understood by computers and humans

17
Q

programing paradigms

A

The different ways structures institutions depending on different purposes.