module 9: business process modeling & coding Flashcards

1
Q

what is an algorithm

A

a process or set of rules to be followed in calculations or other problem-solving operations, especially by a compute

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

Software is the collection of instructions that tell a computer what to do. Instructions for a computer are called

A

code

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

Codes are used to____ a computer so that it can perform useful tasks,

A

program

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

the act of writing computer codes is called ____

A

programming or coding

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

A set of instructions (codes) that complete a task is an ____

A

algorithm

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

This is very similar to a set of instructions for cooking a entre that is called ____

A

a recipe

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

Three simple programming structures provide the foundation for all logic within any software program.

A

sequence
selections
conditions

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

what is sequence?

A

a series of actions done in a specific order to complete a task.

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

what is selection?( or conditions)

A

which amounts to answering a true/false question based on data and calculation, then pursuing one set of actions if the answer is true, or a different set of actions if the answer is false.

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

what is loops?

A

instruct the computer to repeat a set of actions over and over again until a condition becomes false.

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