CS IGCSE Y2- FA-Algorithm Design and Problem Solving

CS IGCSE Y2- FA-Algorithm Design and Problem Solving

10th Grade

100 Qs

quiz-placeholder

Similar activities

Quiz

Quiz

10th Grade

100 Qs

Chủ đề 1: CĂN BẢN VỀ CÔNG NGHỆ (GS6 _LV1_2024)

Chủ đề 1: CĂN BẢN VỀ CÔNG NGHỆ (GS6 _LV1_2024)

1st Grade - University

96 Qs

PRETEST EXCEL & SCRATCH

PRETEST EXCEL & SCRATCH

9th - 12th Grade

100 Qs

Berpikir Komputasi

Berpikir Komputasi

10th Grade

100 Qs

TECHNOPRENEUR

TECHNOPRENEUR

10th Grade

100 Qs

Latihan USP

Latihan USP

9th - 12th Grade

100 Qs

ÔN TẬP GIỮA KÌ 2 TIN HỌC LỚP 9

ÔN TẬP GIỮA KÌ 2 TIN HỌC LỚP 9

1st - 12th Grade

95 Qs

Đề cương ôn tập HK2 Tin 10 ( Made in Nhân Nguyễn )

Đề cương ôn tập HK2 Tin 10 ( Made in Nhân Nguyễn )

10th Grade

96 Qs

CS IGCSE Y2- FA-Algorithm Design and Problem Solving

CS IGCSE Y2- FA-Algorithm Design and Problem Solving

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Deepak Kumar

Used 2+ times

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Identify the description of a linear search

Put the elements in order, compare to the middle value, split the list in order and repeat

Put the elements in order, check each item in turn

Elements do not need to be in order, check each item in turn

Elements do not need to be in order, compare to the middle value, split the list in order and repeat

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Define the term decomposition within computational thinking

The breaking down of a program until it no longer exists

The breaking down of waste to make compost

The breaking down of a problem into smaller problems

The creation of music that can be played on a computer

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A linear search is to be performed on the list: 12, 6, 8, 1, 3.

How many comparisons would it take to find the number 1?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Identify the search performed by the following algorithm:

for x = 0 to 9

    if (array[x]==10) then 

        OUTPUT(“Found it”)

endif 

next x

Neither, it does not work

Both linear and binary

Linear

Binary

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which sorting algorithm is described by: moving through a list repeatedly, swapping elements that are in the wrong order.

Merge

Insertion

Bubble

Not bubble, insertion or merge.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Identify the purpose of the following flowchart symbol:

Input/Output

Output

Decision

Start/Stop

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Identify the purpose of the following flowchart symbol:

Input/Output

Process

Decision

Sub program

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?