Computer Science - 1 Fundamentals of Algorithms - 1 Algorithms, Decomposition and Abstraction

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

Algorithm

a set of instructions for solving a problem or completing a task

2
New cards

Decomposition

breaking a problem down into smaller, more manageable pieces

3
New cards

Abstraction

removes unnecessary details from a problem so that you can focus on the essentials

4
New cards

Python exponent

**

5
New cards

Python modulo

%

6
New cards

Python integer division

//

7
New cards

modulo

returns the remainder from a division

8
New cards

integer division

returns the result of a division truncated to the nearest integer