49 Computer Software Flashcards

1
Q

In programming, a recursive function…?

A

Calls itself

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

What is a formula or set of steps for solving a particular problem?

A

Algorithm

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

What is a program?

A

Sequence of instructions that implement a formula or set of steps but IS NOT a formula or set of steps.

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

Computer language executed by the computer’s CPU?

A

Machine language

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

What language requires an assembler to be converted to machine language?

A

Assembly language

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

What language uses a compiler or interpreter to be converted to machine language?

A

High-level language

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

Effect of recursive functions?

A

Use less code, more memory

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