9.3 Python FFA

9.3 Python FFA

10 Qs

quiz-placeholder

Similar activities

Diagnostik Kognitif

Diagnostik Kognitif

KG - University

10 Qs

แบบทดสอบเก็บคะแนนท้ายหน่วย 2 พื้นฐานการเขียนโปรแกรมภาษา Python

แบบทดสอบเก็บคะแนนท้ายหน่วย 2 พื้นฐานการเขียนโปรแกรมภาษา Python

KG - University

12 Qs

L1 Python Recall - Do Now

L1 Python Recall - Do Now

KG - University

8 Qs

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

KG - University

13 Qs

Evaluación Python G-10 4P NOV

Evaluación Python G-10 4P NOV

KG - University

11 Qs

សំណួរតេស្តICT

សំណួរតេស្តICT

KG - University

10 Qs

9.3 Python FFA

9.3 Python FFA

Assessment

Quiz

others

Hard

Created by

Lauren Maddison

Used 38+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. How would you display “I go to Hollingworth Academy” on the screen ?
Print ("I go to Hollingworth Academy")
Print "I go to Hollingworth Academy"
print (I go to Hollingworth Academy)
print ("I go to Hollingworth Academy")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Create a variable called food, and in it store “pizza”.
food("Pizza")
food"Pizza"
food="Pizza"
food=("Pizza")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. How would you print the variable food ?

print (food)
print =food
print food
print("food")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Why is there an int on the second variable and not the first? name=input("what is your name?") age=int(input("What is your age?"))
It's a mistake and shouldn't be there
It stands for integer and needs a whole number to be entered, not text
It's a double input so needs two answers
It should say int on the first one as well

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. How would ask the user which house they are in at school?
house=input("what house are you in at school?)
house=int(input("what house are you in at school?))
house=("what house are you in at school?)
print("what house are you in at school?)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. If this is the first line of code:

house=input("What house are you in?")

How would you display the response?

print("That's great, I am also in", house)
print("That's great, I am also in Altair")
print("That's great, I am also in house")
house= ("That's great, I am also in", house)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. How would ask the user how old they are?
age=input("how old are you?")
age=int(input("how old are you?"))
age=("how old are you?")
print("How old are you?")

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?