NCCE Student Knowledge Questions - programming

NCCE Student Knowledge Questions - programming

Professional Development

19 Qs

quiz-placeholder

Similar activities

VIVANTA 23

VIVANTA 23

Professional Development

20 Qs

KI21 Specialty Quiz 1

KI21 Specialty Quiz 1

Professional Development

15 Qs

General Knowledge - Science

General Knowledge - Science

1st Grade - Professional Development

20 Qs

BCSBI

BCSBI

Professional Development

15 Qs

varioPRINT 6000 Titan

varioPRINT 6000 Titan

Professional Development

20 Qs

PART 1: All About Erwin and Gemma

PART 1: All About Erwin and Gemma

Professional Development

20 Qs

Functional Skills Entry 3 - Spelling

Functional Skills Entry 3 - Spelling

Professional Development

20 Qs

What match is this?

What match is this?

5th Grade - Professional Development

15 Qs

NCCE Student Knowledge Questions - programming

NCCE Student Knowledge Questions - programming

Assessment

Quiz

Other

Professional Development

Hard

Created by

Jon Bridgeman

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the following program output? Level1_points = “8” Level2_points = “6” Total_points = Level1_points + Level2_points print(Total_points)

A: 86

B: 14

C: 48

D: Total_points

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code is an example of which programming construct? while retry == “yes” playgame() endgame()

A: Iteration

B: Sequence

C: Selection

D: Decomposition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to a data structure which only allows data of the same type together?

A: Array

B: Function

C: Procedure

D: Variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be output as a result of the program below? A = 3 * 4 + 2 print (A)

A: 18

B: 10

C: 14

D: 12

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?