CSPUnit6AssessmentReview

CSPUnit6AssessmentReview

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Linear Search

Linear Search

7th - 12th Grade

16 Qs

3.1 - Fundamentals of Algorithms

3.1 - Fundamentals of Algorithms

10th Grade

15 Qs

Algorithm & Flowchart Quiz

Algorithm & Flowchart Quiz

6th - 12th Grade

17 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Big Idea 3

Big Idea 3

9th - 12th Grade

15 Qs

AP Computer Science Principles Session 2 – MCQ

AP Computer Science Principles Session 2 – MCQ

10th Grade

9 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

code.org CSP Unit 3 Review 20-21

code.org CSP Unit 3 Review 20-21

9th - 12th Grade

15 Qs

CSPUnit6AssessmentReview

CSPUnit6AssessmentReview

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nikki Pitcher

Used 6+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Match this with the equivalent sequential algorithm.

Repeat twice

{

Repeat twice

{

movebackward

turn left

}

moveforward

}

movebackward

turnleft

moveforward

movebackward

turnleft

moveforward

movebackward

turnleft

movebackward

turnleft

moveforward

movebackward

turnleft

movebackward

turnleft

moveforward

movebackward

turnleft

movebackward

turnleft

moveforward

moveforward

movebackward

turnleft

movebackward

turnleft

moveforward

moveforward

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

I'm trying to figure out the best route to deliver my Girl Scout cookies so that it takes the least amount of time and gas. What type of problem is this? Choose all that apply.

Efficiency Problem

Decision Problem

Undecidable Problem

Unreasonable Problem

Optimization Problem

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Binary searches are more efficient than Linear Searches.

Always true

True as the numbers of instances gets higher

Always false

False unless you have a small number of instances

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of these searches is considered unreasonable? Choose all that apply.

Constant

Factorial

Polynomial

Binary

Exponential

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between distributed and parallel programming?

Nothing. They are the same.

Parallel programming uses multiple computers or documents to complete the task while distributed uses one.

Distributed programming uses one computer or document to perform numerous tasks at the same time while parallel uses multiple.

Parallel programming uses one computer or document to perform numerous tasks at the same time while distributed uses multiple.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following number of instances will NOT require 4 steps?

16

12

10

14

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Repeat 4 times

{

Walk 1/2 mile

Run 1/4 mile

}

This is an example of what type of algorithm?

Sequence

Iteration

Selection

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?