GD: Unit 4

GD: Unit 4

Assessment

Flashcard

others

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

The term for creating a new function is:

Back

Defining the function

2.

FLASHCARD QUESTION

Front

When you want to execute a function you created, you must:

Back

Call the function

3.

FLASHCARD QUESTION

Front

Creating a new function from blocks in your code is the first step in:

Back

Refactoring

4.

FLASHCARD QUESTION

Front

True or False: Searching is an algorithm which finds an item in a collection, even if the item isn’t in the collection

Back

True

5.

FLASHCARD QUESTION

Front

True or False: The efficiency of a search algorithm is related to the size of the array being searched.

Back

False

6.

FLASHCARD QUESTION

Front

Anything that is made of two parts is called:

Back

Binary

7.

FLASHCARD QUESTION

Front

True or False: You can stop searching an unordered list when the array item comes after the search term.

Back

False