Search Header Logo

NCCE Student Knowledge Questions - algorithmic thinking 1

Authored by Jon Bridgeman

others

Used 1+ times

NCCE Student Knowledge Questions - algorithmic thinking 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

22 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • Ungraded

Group

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 1: Identify the output from this algorithm: for i = 1 to 10 print(i*i) next i

A 0 1 2 3 4 5 6 7 8 9
B 1 2 3 4 5 6 7 8 9 10
C 1 4 6 8 10 1 14 16 18 20
D 1 4 9 16 25 36 49 64 81 100

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: Identify the statement about algorithms that is true.

A An algorithm will only run when it has been written correctly.
B Only computer programmers write algorithms.
C They are a series of steps or instructions.
D They are always written on a computer using a programming language.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: Identify which is not a type of programming error.

A Binary
B Logic
C Run-time
D Syntax

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 4: Identify the output from the following algorithm: p = 5 q = 5 r = 10 r = q + p print(r + p)

A: 5
B: 10
C: 15
D:20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: Identify the output from this algorithm, when the number 5 is entered first and then the number 6. input value1 input value2 if value1 > value2 then print(value2) else print(value1) endif

A: 5
B: 6
C: 11
D: 35

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?