e) Use of abstraction

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

1/4

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.

5 Terms

1
New cards

Define representational abstraction

Excessive details are removed to simplify a problem.

2
New cards

What does abstraction allow for?

Allows for programmers to focus on the core aspects required of the solution rather than worrying about unnecessary details.

3
New cards

What does using levels of abstraction allow for?

A large, complex project and its functionality to be split up into simpler component parts.

4
New cards

Define abstraction by generalisation

When you group together different sections of the problem with similar underlying functionality.

5
New cards

What does abstraction by generalisation allow for?

For segments to be coded together and reused, so saves time.