ITIPT01 Quiz No 1

Quiz
•
Computers
•
University
•
Hard
J.A.G. Visuals
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to add the value 'Hello World', to 3 values in one statement?
x, y, z = 'Hello World'
x = y = z = 'Hello World'
x|y|z = 'Hello World'
x, y, z == 'Hello World'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code:
fruits = ['apple', 'banana', 'cherry']
a, b, c = fruits
print(a)
grape
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: Indentation in Python is for readability only.
False
True
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following codes will not display the output
HELLO
WORLD
print("HELLO " + \n + "WORLD")
print("HELLO ");
print("WORLD");
print("HELLO " + "WORLD", end = " ")
x = str("HELLO")
print(x)
print(str("WORLD"))
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Complete the code block, print "YES" if 5 is larger than 2.
Which of the following codes will print sample output above?
if 5 > 2:
print("YES", end=" ")
if 5 < 2:
print("YES")
if 5>2:
print("Yes")
if 5<2:
print("YES");
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code:
print(int(35.88))
35
35.88
36
35.0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code:
print(float(69))
69.00
69.0
69.
decima(69.0)
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Grade 8 End of Unit Revision

Quiz
•
8th Grade - University
25 questions
Iedc Coders Club Programming Quiz

Quiz
•
University
15 questions
Python Quiz Ver- 1.3

Quiz
•
University
20 questions
loops and iterables in python

Quiz
•
University
18 questions
Kiểu dữ liệu xâu kí tự trong Python

Quiz
•
10th Grade - University
15 questions
Python Programming 1: print, strings, variables, casting

Quiz
•
9th Grade - University
21 questions
พื้นฐาน Python ม2

Quiz
•
1st Grade - University
20 questions
Beginner Quiz on ML and Python Basics

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade