SST Yr8 - NCCE - Algorithmic Thinking

SST Yr8 - NCCE - Algorithmic Thinking

9th Grade

20 Qs

quiz-placeholder

Similar activities

pseudo code level 2

pseudo code level 2

9th - 12th Grade

20 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

SST Yr8 - NCCE - Algorithms 2

SST Yr8 - NCCE - Algorithms 2

9th - 12th Grade

18 Qs

Programming Computer Science

Programming Computer Science

8th - 9th Grade

18 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

Python 7. Arrays and Strings

Python 7. Arrays and Strings

9th Grade

24 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Algorithms

Algorithms

6th - 9th Grade

18 Qs

SST Yr8 - NCCE - Algorithmic Thinking

SST Yr8 - NCCE - Algorithmic Thinking

Assessment

Quiz

Computers

9th Grade

Hard

Created by

M Birchall

Used 9+ times

FREE Resource

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:

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?