NCCE Student Knowledge Questions - programming 1

NCCE Student Knowledge Questions - programming 1

22 Qs

quiz-placeholder

Similar activities

Tech Ed Assessment 3.0/4.0

Tech Ed Assessment 3.0/4.0

1st - 5th Grade

20 Qs

2.3 Testing

2.3 Testing

KG - University

20 Qs

Solar system review

Solar system review

KG - University

19 Qs

Classroom Rules

Classroom Rules

KG - University

23 Qs

NCCE Student Knowledge Questions - algorithmic thinking 1

NCCE Student Knowledge Questions - algorithmic thinking 1

KG - University

22 Qs

English Ecosystems

English Ecosystems

9th - 12th Grade

20 Qs

Influence on Japan

Influence on Japan

7th Grade

20 Qs

Unit 4 Genetics

Unit 4 Genetics

9th Grade

20 Qs

NCCE Student Knowledge Questions - programming 1

NCCE Student Knowledge Questions - programming 1

Assessment

Quiz

others

Hard

Created by

Jon Bridgeman

Used 17+ 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: By making use of procedures and functions when coding, we can make it easier to
A – Filter code
B – Refine code
C – Debug code
D – Probe code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: What would the following program output? Level1_points = “8” Level2_points = “6” Total_points = Level1_points + Level2_pointsprint(Total_points)
A: 86
B: 14
C: 48
D: Total_points

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: The following code is an example of which programming construct? while retry == “yes” playgame() endgame()
A: Repetition
B: Sequence
C: Selection
D: Decomposition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 4: The following code is an example of which programming construct? if password == “letmein!” print(“Welcome administrator”) else print(“You are not an authorised user”)
A: Selection
B: Iteration
C: Decomposition
D: Sequence

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: Ahmer has written the following program: for i = 1 to 5 print (i * 10) next i What would the program output?
A: 5, 6, 7, 8, 9, 10
B: 11, 12, 13, 14, 15
C: 10, 20, 30, 40, 50
D: 10, 10, 10, 10, 10

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?