Basic Data Types in Python

Quiz
•
Computers
•
University
•
Hard
Sangameshwar Biradar
Used 9+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In Python 3, the maximum value for an integer is 263 - 1:
False
True
None
Error
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How would you express the hexadecimal value a5 as a base-16 integer constant in Python?
0xa5
oxa5
a5
xa5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you express the constant floating-point value 3.2 × 10-12 in Python:
3.2E-12
-3.2E12
3.2E12
None
4.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the following are valid ways to specify the string literal foo'bar in Python:
'foo' 'bar'
"foo'bar"
'foo\'bar'
"""foo'bar"""
'foo'bar'
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Consider this statement:
>>> print(r'foo\\bar\nbaz')
Which of the following is the correct REPL output?
foo\\bar\nbaz
foo\\barnbaz
foo\bar
baz
foo\bar\nbaz
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not a Python built-in function:
diff()
refr()
round()
map()
isinstance()
Similar Resources on Wayground
8 questions
Listas

Quiz
•
University
6 questions
Python Day 9

Quiz
•
University
5 questions
Repaso 3

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
7 questions
Microsoft Excel Interface

Quiz
•
University
10 questions
Scientific Computing with Python-Basics

Quiz
•
University
10 questions
CCLUB TANIŞMA

Quiz
•
University
10 questions
Python Dictionaries

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