
Python Mod 2 Sec 2

Quiz
•
Information Technology (IT)
•
11th Grade
•
Medium
Susan Fudge
Used 1+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are literals in Python? Provide an example of a numeric literal.
Literals in Python are data that is given in a variable or constant. An example of a numeric literal is 123.
Literals in Python are functions that return data. An example of a numeric literal is 'abc'.
Literals in Python are operators used in expressions. An example of a numeric literal is +.
Literals in Python are errors in the code. An example of a numeric literal is None.
Answer explanation
Literals in Python represent fixed values assigned to variables or constants. The correct choice defines literals accurately, and 123 is a valid example of a numeric literal, as it is a direct representation of a number.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the binary system, what is the decimal equivalent of the binary number 1010?
The decimal equivalent of the binary number 1010 is 10.
The decimal equivalent of the binary number 1010 is 8.
The decimal equivalent of the binary number 1010 is 12.
The decimal equivalent of the binary number 1010 is 15.
Answer explanation
To convert the binary number 1010 to decimal, calculate: (1×2^3) + (0×2^2) + (1×2^1) + (0×2^0) = 8 + 0 + 2 + 0 = 10. Thus, the decimal equivalent of 1010 is 10.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following bases do the octal and hexadecimal systems use?
A) 2 and 8
B) 8 and 16
C) 10 and 16
D) 2 and 10
Answer explanation
The octal system uses base 8, while the hexadecimal system uses base 16. Therefore, the correct answer is B) 8 and 16.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an integer in Python? Provide an example of a negative integer.
An integer in Python is a whole number, and an example of a negative integer is -5.
An integer in Python is a decimal number, and an example of a negative integer is -5.5.
An integer in Python is a string, and an example of a negative integer is '-5'.
An integer in Python is a boolean, and an example of a negative integer is False.
Answer explanation
An integer in Python is defined as a whole number, which can be positive or negative. The correct choice states that -5 is an example of a negative integer, accurately reflecting this definition.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Floating-point numbers in Python contain a fractional component. True or False?
True
False
Answer explanation
True. Floating-point numbers in Python represent real numbers and include a fractional component, allowing for the representation of values like 3.14 or -0.001.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you encode an apostrophe inside a string in Python?
Use double quotes around the string
Use a backslash before the apostrophe
Use triple quotes around the string
Use a forward slash before the apostrophe
Answer explanation
To encode an apostrophe in a string, you can use a backslash before it (e.g., 'It\'s a test'). This allows Python to interpret the apostrophe as part of the string rather than as a string delimiter.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two constant objects used to represent truth values in Python?
True and False
Yes and No
1 and 0
On and Off
Answer explanation
In Python, the two constant objects used to represent truth values are 'True' and 'False'. These are the standard boolean values, while 'Yes', 'No', '1', '0', 'On', and 'Off' are not recognized as boolean constants.
Similar Resources on Wayground
10 questions
Python Mod 2 Sec 1

Quiz
•
11th Grade
10 questions
3.1 the fundamental characteristics of data

Quiz
•
11th Grade
11 questions
Python Mod 3 Sec 3

Quiz
•
11th Grade
10 questions
tiết 2-bài 16 tin 10

Quiz
•
11th Grade
10 questions
Quiz on Number Systems and Coding

Quiz
•
11th Grade
10 questions
QUIZ 2 PLC

Quiz
•
10th Grade - University
10 questions
IT Concepts and Terminology 2

Quiz
•
11th Grade
5 questions
Binary

Quiz
•
11th Grade
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