NCCE Student Knowledge Questions - algorithmic thinking 1

NCCE Student Knowledge Questions - algorithmic thinking 1

22 Qs

quiz-placeholder

Similar activities

Lesson six - Sensing

Lesson six - Sensing

KG - University

17 Qs

333 - DAY 10 -  ENUMERATION / CATEGORIZATION

333 - DAY 10 - ENUMERATION / CATEGORIZATION

KG - University

17 Qs

Classroom Rules

Classroom Rules

KG - University

23 Qs

Поняття мови програмування. Python.

Поняття мови програмування. Python.

KG - University

20 Qs

Algorithms Assessment

Algorithms Assessment

KG - University

18 Qs

Quiz#3: Different Ethical Issues on Print Media

Quiz#3: Different Ethical Issues on Print Media

University

27 Qs

On tap Lớp 7

On tap Lớp 7

7th Grade

20 Qs

NCCE Student Knowledge Questions - algorithmic thinking 1

NCCE Student Knowledge Questions - algorithmic thinking 1

Assessment

Quiz

others

Hard

Created by

Jon Bridgeman

Used 1+ times

FREE Resource

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

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?