AP CSP Algorithm

AP CSP Algorithm

10th Grade

25 Qs

Student preview

quiz-placeholder

Similar activities

Cryptography

Cryptography

8th - 10th Grade

20 Qs

Alan Turing

Alan Turing

9th - 12th Grade

22 Qs

APCSP- Final

APCSP- Final

10th - 11th Grade

25 Qs

CSP AP MT Review 2024

CSP AP MT Review 2024

9th - 12th Grade

20 Qs

Problem solving VB.NET PREP 3 First chapter

Problem solving VB.NET PREP 3 First chapter

9th - 12th Grade

20 Qs

Unit 3 Problem Solving Quiz- Part 2

Unit 3 Problem Solving Quiz- Part 2

9th - 12th Grade

20 Qs

Programming Quiz

Programming Quiz

1st - 10th Grade

20 Qs

Computer Science

Computer Science

9th - 12th Grade

20 Qs

AP CSP Algorithm

AP CSP Algorithm

Assessment

Quiz

Created by

Waheetha Yunus

Computers

10th Grade

12 plays

Medium

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A general description of a task that can (or cannot) be solved with an algorithm

Problem

Algorithm

Sequencing

Iteration

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A finite set of instructions that accomplish a task.

Problem

Algorithm

Sequencing

Iteration

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_________ is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) design tool.

Problem

Algorithm

Pseudocode

Iteration

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A search algorithm which checks each element of a list, in order, until the desired value is found or all elements in the list have been checked.

Linear Search

Binary Search

Pseudocode

Iteration

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A search algorithm that starts at the middle of a sorted set of numbers and removes half of the data; this process repeats until the desired value is found or all elements have been eliminated.

Linear Search

Binary Search

Pseudocode

Iteration

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A measure of how many steps are needed to complete an algorithm.

Problem

Algorithm

Pseudocode

Efficiency

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Any algorithm whose efficiency includes an n2, n3, n4 … is called ___________.

Problem

Polynomial

Pseudocode

Efficiency

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?