NCCE Student Knowledge Questions - programming

NCCE Student Knowledge Questions - programming

22 Qs

quiz-placeholder

Similar activities

2023-2024 Fundamentals of Technology FINAL

2023-2024 Fundamentals of Technology FINAL

KG - University

23 Qs

PRE UPS 1 SM025

PRE UPS 1 SM025

KG - University

19 Qs

Speak Applications

Speak Applications

KG - University

22 Qs

Python Quiz

Python Quiz

KG - University

20 Qs

Quiz#3: Different Ethical Issues on Print Media

Quiz#3: Different Ethical Issues on Print Media

University

27 Qs

CCS 103: Finals Quiz

CCS 103: Finals Quiz

KG - University

20 Qs

NCCE Student Knowledge Questions - programming

NCCE Student Knowledge Questions - programming

Assessment

Quiz

others

Easy

Created by

S James

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: The process of finding errors in your code and removing or solving them is called?
A – Filtering
B – Probing
C – Debugging
D – Refining

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: Manisha has written the following code and when she runs it, she receives an error. name=input(“Please enter your name: “) print(“Welcome “ name “… loading main menu”) What does Manisha need to do for the code to run as expected?
A: Include concatenation in the print statement
B: The user input needs to be cast to the correct datatype
C: Remove the brackets in the print statement
D: Replace the speech marks with single quotations

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: What term do we give to code that contains actions that must be executed one after the other without skipping any.
A: Iteration
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 choice == 1: print(“Welcome to the user account area”) elif choice == 2: print(“Welcome to the quiz area”) else: print(“You are now being logged off”)
A: Sequence
B: Iteration
C: Decomposition
D: Selection

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: The following code is an example of which programming construct? for i = 1 to 10 print(i) next i print(“Coming, ready or not”)
A: Repetition
B: Sequence
C: Decomposition
D: Selection

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?