WGU C949 (cohort)

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

based on cohorts

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Algorithm

a finite set of instructions carried out in a specific order to complete a particular task

2
New cards

Time Complexity

  • expressed in “Big O” notation

  • the amount of time it takes to complete an algorithm

  • calculated primarily by counting the number of steps to completion

3
New cards

Space Complexity

  • how much space is needed for an algorithm to complete execution and produce output

  • expressed in “Big O” notation

4
New cards

Data Structures

a way of organizing, storing and performing operations on data

5
New cards

Data Structure Operations

  • accessing or updating data

  • searching for specific data

  • adding or removing data

6
New cards

Abstract Data Type

a data type described by predefined user operations without explanation

7
New cards

Abstraction

the ability of a user to interact with an item at a high level with lower level details hidden