Algorithm Design Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Computer Algorithm

A

An algorithm that can be executed by a computer

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

Algorithm

A

A step by step procedure for solving a problem or performing a task

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

What must algorithm steps include?

A

A clear starting and end point
Produces a reliable output based on an appropriate input

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

DIV

A

Integer division eg. 17 div 3 = 5

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

MOD

A

Remainder division eg. 17 mod 3 = 2

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