Search Header Logo

SST Yr8 - NCCE - Algorithmic Thinking

Authored by M Birchall

Computers

9th Grade

Used 9+ times

SST Yr8 - NCCE - Algorithmic Thinking
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 1: Identify the correct definition of decomposition.

A Creating a flowchart to outline how the system will work.
B Identify the appropriate variable names to use in the program.
C Hiding unnecessary data/detail and focusing on the key data/detail.
D Splitting a program into smaller subprograms.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: Identify the searching algorithm.

A Merge
B Bubble
C Linear
D Insertion

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: Identify the output from this pseudocode program when the number 3 is input first and then the number 2 is input: input first input second print(first ^ second)

A: 5
B: 6
C: 8
D: 9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 4: The following algorithm should output the numbers 10 11 and 12. Identify the logic error in the algorithm. counter = 10 do print(counter) counter = counter + 1 until counter = 13

A count = 10 should be counter = 9
B do should be while
C print(counter) should be print(counter-1)
D until counter = 13 should be counter = 12

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question 5: Identify which pseudocode algorithm performs the same function as the flowchart:

A
B
C
D

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question 6: Identify the output from this program.

A Green
B Purple
C Red
D Yellow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question 7: Identify which algorithm will output the numbers 1 to 10.

A
B
C:
D:

Access all questions and much more by creating a free account

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

Already have an account?