SST Yr8 - NCCE - Algorithmic Thinking

SST Yr8 - NCCE - Algorithmic Thinking

9th Grade

20 Qs

quiz-placeholder

Similar activities

Pseudocode Practice Questions

Pseudocode Practice Questions

9th - 12th Grade

20 Qs

Network Vocab

Network Vocab

8th - 10th Grade

16 Qs

Exercise 1

Exercise 1

9th Grade

18 Qs

Post-Break Python Refresher

Post-Break Python Refresher

9th - 12th Grade

20 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

National 5 Programming (VB and Theory)

National 5 Programming (VB and Theory)

1st - 11th Grade

20 Qs

Searches

Searches

9th Grade

15 Qs

AP CSP Unit 2 Quiz 1 Review

AP CSP Unit 2 Quiz 1 Review

9th - 12th Grade

17 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?