Y10 CT 7

Y10 CT 7

10th Grade

14 Qs

quiz-placeholder

Similar activities

Lesson 3: (CIW JavaScript)

Lesson 3: (CIW JavaScript)

9th - 12th Grade

11 Qs

Understanding Procedures in Python

Understanding Procedures in Python

9th Grade - University

10 Qs

Computer Science Principles Unit 7 Parameters Returns Libraries

Computer Science Principles Unit 7 Parameters Returns Libraries

9th - 12th Grade

12 Qs

MIT App Inventor Basics

MIT App Inventor Basics

9th - 12th Grade

10 Qs

Structure chart

Structure chart

9th - 12th Grade

15 Qs

Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

1.1.Decomposition and abstraction

1.1.Decomposition and abstraction

9th - 10th Grade

19 Qs

Computer 10: Date and Time, String Manipulation Functions

Computer 10: Date and Time, String Manipulation Functions

7th Grade - University

15 Qs

Y10 CT 7

Y10 CT 7

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Gyorgy Denes

Used 15+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your list currently has the following items: [13, 7, 17, 11, 5, 2, 3]. What will be in your list after one full pass of bubble sort?

[13, 7, 11, 5, 2, 3, 17]

[13, 7, 17, 11, 5, 2, 3]

[7, 13, 11, 5, 2, 3, 17]

[2, 3, 5, 7, 11, 13, 17]

[7, 13, 17, 11, 5, 2, 3]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your list currently has the following items: [13, 7, 17, 11, 5, 2, 3]. What will be in your list after four full passes of bubble sort?

[13, 7, 17, 11, 5, 2, 3]

[7, 13, 11, 5, 2, 3, 17]

[7, 11, 5, 2, 3, 13, 17]

[7, 5, 2, 3, 11, 13, 17]

[5, 2, 3, 7, 11, 13, 17]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Bubble sort is the most efficient sorting algorithm ever invented.

True

False

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The act of breaking a complex problem up into simpler steps is called d____________.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Removing details of an algorithm is called a__________

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this subprogram an example of?

procedure with no parameters

procedure with parameters

function with no parameters

function with parameters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this subprogram an example of?

procedure with no parameters

procedure with parameters

function with no parameters

function with parameters

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?