
Q8 - FundComp - Python Básico (En)
Authored by Mario Sucerquia
Science, Computers
University
CCSS covered
Used 20+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world!
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is syntax?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code do? myAge = int (myAge)
Converts the var (variable) myAge to a string
Converts the var (variable) myAge to a integer
Converts the var (variable) myAge from a integer to a string
Converts the var (variable) myAge to if statement
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What syntax can you use to insert a line break between strings so that they appear over multiple lines?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the output be from the following code?
print(3*4+5)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write the following equation in Python?
y=x2+7x/2
y=(x2+7x)/2
y=x*2+7*x/2
E) y=(x*x+7*x)/2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python program?
A=5
B=2
print(A/B+A%B)
4.5
3
3.5
2.5
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 Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?