codio unit 1

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

1/22

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.

23 Terms

1
New cards

strong password

A password that is easy for a user to remember but would be difficult for someone else to guess.

2
New cards

algorithm

A set of instructions that accomplishes a specific task.

3
New cards

abstraction

The process of reducing complexity by focusing on the main idea.

4
New cards

sequencing

The application of each step of an algorithm in the order which the code statements are given.

5
New cards

selection

Determines which parts of an algorithm are executed based on a condition being true or false.

6
New cards

iteration

A repeating portion of an algorithm repeats a specified number of times or until a given condition is met.

7
New cards

encryption

The process of encoding data to prevent unauthorized.

8
New cards

decryption

Is the process of decoding the data.

9
New cards

programming language

The language computers use to communicate.

10
New cards

problem

A general description of a task that can (or cannot) be solved algorithmically.

11
New cards

instance of a problem

A specific task that needs to be solved with specific input.

12
New cards

decision problem

A problem with a yes/no answer.

13
New cards

optimization problem

A problem with the goal of finding the best solution among many.

14
New cards

decidable problem

A problem for which an algorithm can be written to produce a correct output for all inputs.

15
New cards

undecidable problem

A problem in which no algorithm can be constructed that always leads to correct yes-or-no answer .

16
New cards

scalability

The capacity for a system to change in size and scale to meet new demands/data.

17
New cards

efficiency

An estimation of the amount of computational resources used by an algorithm.

18
New cards

linear or sequential search

Algorithms check each element of a list in order until the desired value is found or all elements in the lit have been checked.

19
New cards

binary search

Starts at the middle of a sorted data set of numbers and eliminates half of the data this process repeats until the desired value is found or all elements have been eliminated.

20
New cards

heuristic

An approach to a problem that produces a solution that may not be the best way but its still good.

21
New cards

algorithmic bias

When a system discriminates against certain individuals or groups and creates unfair outcomes for some and better outcomes for others.

22
New cards

high-level language

The languages we can read

23
New cards

low-level language

Computer language ex:binary