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

Digital Literacy Midterm SY24-25

Digital Literacy Midterm SY24-25

9th Grade - University

100 Qs

Latihan Soal-inf-11

Latihan Soal-inf-11

2nd Grade - University

100 Qs

Latihan soal

Latihan soal

10th Grade

104 Qs

qizi tin hoc sieu cap 10a1

qizi tin hoc sieu cap 10a1

10th Grade

97 Qs

TKJ_Skill UP

TKJ_Skill UP

1st - 10th Grade

100 Qs

Soal SIMDIG PAS Genap

Soal SIMDIG PAS Genap

9th - 12th Grade

103 Qs

QUIZ INFORMATIKA 12

QUIZ INFORMATIKA 12

9th - 12th Grade

100 Qs

EverFi Module 2

EverFi Module 2

3rd - 10th Grade

100 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?