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
Intro to python

Quiz
•
9th Grade
7 questions
Python Packing & Unpacking Review

Quiz
•
9th - 12th Grade
10 questions
Functions in C++

Quiz
•
9th - 12th Grade
11 questions
Testing

Quiz
•
9th Grade
8 questions
Java Conditionals Unit 3

Quiz
•
9th - 12th Grade
10 questions
Pseudocode - OCR ERL

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

Quiz
•
8th - 10th Grade
15 questions
Program Development - Python: Conditionals

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade