Python Recap

Python Recap

10th Grade

7 Qs

Similar activities

Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

9th - 12th Grade

9 Qs

Introduction to Computers - Computer Components

Introduction to Computers - Computer Components

9th - 12th Grade

10 Qs

Python Code Quiz

Python Code Quiz

10th Grade

10 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Parts of a Computer

Parts of a Computer

9th - 12th Grade

10 Qs

Arduino Quiz

Arduino Quiz

10th Grade - University

11 Qs

Flowchart Symbols

Flowchart Symbols

10th Grade

10 Qs

Evaluasi Javascript 3

Evaluasi Javascript 3

10th Grade

10 Qs

Python Recap

Python Recap

Assessment

Quiz

Created by

Sean Shearing

Computers

10th Grade

1 plays

Medium

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the method for outputting in Python?

print()

output()

console.writeline()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct method for getting user input?

output()

input()

console.readline()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct way of creating a variable?

dim name = "Sean"

name == "Sean"

name = "Sean"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Would this work?

name = input()

Yes!

No!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Would this work?

name = Input("Enter your name")

Yes!

No!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Would this work?

output(name)

Yes!

No!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Would this work? (name is a variable)

print("name")

Yes!

No!