PC1.8 Evaluate computer program

Quiz
•
Computers
•
9th Grade
•
Hard
Anas Ramadan
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many variables in the codes below?
score=int(input("Enter the score? "))
a=200
total=a+100
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the data type in the score's variable?
score=int(input("Enter the score? "))
Integer
Float
Character
String
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the data type in the score's variable?
score=input("Enter the score? ")
Integer
Float
Character
String
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the output in the codes below?
a=10
b=20
print(a!=b)
10
False
True
20
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
if total>=50 :
print("A")
else :
print("B")
Will the code inside the if block is executed or skipped when total = 50?
(if block) will not be executed, then print "B"
(if block) will be executed, then print "A"
(if block) will be executed, then print "B"
(if block) will not be executed, then print "A"
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The codes below have an error because of :
score=90
if score>100 :
else :
print("B")
No parentheses after if statement
No print function after if statement
No columns
No semicolons
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The codes below have an error because of :
if score>100 :
print("A")
else :
print("B")
No indent
No print function
No columns
No variables
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
While Loop Quiz

Quiz
•
9th - 12th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
15 questions
C Programming

Quiz
•
8th - 10th Grade
15 questions
Intro to Python Quiz

Quiz
•
9th - 12th Grade
10 questions
9-сынып. Python массив.

Quiz
•
1st - 9th Grade
12 questions
Intro to python

Quiz
•
9th Grade
15 questions
Python_Exam

Quiz
•
6th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade