Thẻ ghi nhớ: CSI MC Chapter 8 New | Quizlet

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 17

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

18 Terms

1

D

* _______ is a step-by-step method for solving a problem or doing a task.

* A construct

* A recursion

* An iteration

* An algorithm

New cards
2

C

* There are ______ basic constructs in computer -science.

* one

* two

* three

* four

New cards
3

B

* The _______construct tests a condition.

* sequence

* decision

* repetition

* flow

New cards
4

A

* The _______ construct uses a set of actions one after another.

* sequence

* decision

* repetition

* flow

New cards
5

C

* The _______ construct handles repeated actions.

* sequence

* decision

* repetition

* flow

New cards
6

A

* _______ is a pictorial representation of an algorithm.

* A UML diagram

* A program

* Pseudocode

* An algorithm

New cards
7

C

* _______ is an English-language-like representation of code.

* A UML diagram

* A program

* Pseudocode

* An algorithm

New cards
8

A

* _______ is a basic algorithm that adds a list of numbers.

* Summation

* Product

* Smallest

* Largest

New cards
9

B

* _______ is a basic algorithm that multiplies a list of numbers.

* Summation

* Product

* Smallest

* Largest

New cards
10

B

* _______ is a basic algorithm that arranges data according to its value.

* Inquiry

* Sorting

* Searching

* Recursion

New cards
11

D

* The items are divided into two lists (sorted and unsorted) _____ sort.

* only in a selection

* only in a bubble

* only in an insertion

* in selection, bubble, or insertion

New cards
12

C

* In _______ sort, the item that goes into the sorted list is always the first item in the unsorted list.

* selection

* bubble

* insertion

* every

New cards
13

A

* In _______ sort, the smallest item from the unsorted list is swapped with the item at the beginning of the unsorted list.

* selection

* bubble

* insertion

* every

New cards
14

B

* In ______ sort, the smallest item moves to the beginning of the unsorted list. There is no one-to-one swapping.

* selection

* bubble

* insertion

* every

New cards
15

B

* _______ is a basic algorithm in which we want to find the location of a target in a list of items.

* Sorting

* Searching

* Product

* Summation

New cards
16

A

* We use a _______ search for an unordered list.

* sequential

* binary

* bubble

* insertion

New cards
17

B

* We use a _______ search for an ordered list.

* sequential

* binary

* bubble

* insertion

New cards
18

C

* _______ is a process in which an algorithm calls itself.

* Insertion

* Searching

* Recursion

* Iteration

New cards
robot