
COMP 1010 TEST 1
Authored by kidus tedla
Other
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following line of code
x = 5 + 8.0
int
float
str
Python is loosely typed, so we don't know.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the results of the following calculations?
9//2 9/2
4 & 4
4 & 4.5
4.5 & 4
none of the above
3.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
What value is stored in x after the following line of code?
x = (4 + 2*4 - 3**2)//2
(a)
4.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
What value is stored in z after the following code is run?
x = 10
y = 5
z = x/y + x*y - x
(a)
5.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
What value will b have after the following code is run?
a = 5
b = 8
a = b
b = a
(a)
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
An import statement:
makes a collection of functions and/or constants available to us to use in our code.
copies data from one variable into another variable.
loads data from a data file.
should be located at the top of our program.
asks the user to enter input, and pauses our program until the input is received.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How should the blank in the following line of code be filled to print
one plus two is three
?
print("_______________".format(first = "one", second = "two", answer = "three"))
{"one"} plus {"two"} is {"three"}
{one} plus {two} is {three}
{"first"} plus {"second"} is {"answer"}
{first} plus {second} is {answer}
{1} plus {2} is {3}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?