bjc vocab for unit 5

bjc vocab for unit 5

Assessment

Flashcard

Created by

Quizizz Content

Computers

12th Grade

Hard

Student preview

quiz-placeholder

30 questions

Show all answers

1.

FLASHCARD

Front

A general description of a task that may be solved algorithmically.

Back

problem

2.

FLASHCARD

Front

one case of a problem with specific inputs

Back

instance of a problem

3.

FLASHCARD

Front

Steps proportional to input size; doubling input doubles time.

Back

linear time

4.

FLASHCARD

Front

Algorithm that checks each list element in order, taking linear time.

Back

linear (sequential) search

5.

FLASHCARD

Front

Algorithm that starts in the middle of a sorted list, eliminating half until the value is found or all elements are gone.

Back

binary search

6.

FLASHCARD

Front

Relationship between input size and steps to solve a problem

Back

efficiency

7.

FLASHCARD

Front

Steps grow slower than input size

Back

sublinear time

8.

FLASHCARD

Front

Takes the same number of steps regardless of input size.

Back

Constant time.

9.

FLASHCARD

Front

Steps ∝ input size²

Back

quadratic time

10.

FLASHCARD

Front

Steps ≤ power of input size (e.g., n^0, n^1, n^2, n^3)

Back

polynomial time

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?