Y9 Next Steps in Python: Embedding Homework

Y9 Next Steps in Python: Embedding Homework

8th Grade

20 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

6th - 8th Grade

20 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python Review Quiz

Python Review Quiz

7th - 9th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Pengenalan Coding

Pengenalan Coding

1st Grade - Professional Development

20 Qs

Python Lesson 2

Python Lesson 2

8th - 9th Grade

15 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Y9 Next Steps in Python: Embedding Homework

Y9 Next Steps in Python: Embedding Homework

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Jules Thompson

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

DROPDOWN QUESTION

1 min • 1 pt

Writing (a)   often involves​ (b)   solving and revising your work when things don't go as​ planned. This process builds the qualities of ​ (c)   , attention to​ (d)   and a strong ​ (e)   ethic; all highly valuable in all areas of study and future employment.

code
problem
resilience
detail
work

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which skills refer to mental abilities such as thinking, reasoning, remembering, problem-solving, and learning.

Programming

Networking

Cognitive

Soft

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string in programming is a sequence of characters made up of letters, numbers, symbols or spaces.

How can you tell when data is a string?

It has brackets around it.

It has print before it.

It is only letter and not numbers.

It has quotation marks around it.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The print function is used to show what on screen?

Data

Information

Strings

Text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which print statement would produce the output: I love Python!

print: I love Python!

print(I love Python)

print("I love Python!")

print("I love Python")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function enables the program to ask the user for information?

print()

output()

input()

if

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Only one of these lines of code would take the user's input and store it in the variable name. Which one is it?

"What is your name"

print (name)

input name

variable = name

print("What is your name?")

store name

name = input("What is your name?")

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?