Python Workshop 1 review

Python Workshop 1 review

University

16 Qs

quiz-placeholder

Similar activities

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

Python Loops

Python Loops

University

17 Qs

Python Strings

Python Strings

University

20 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

20 Qs

Python Workshop 1 review

Python Workshop 1 review

Assessment

Quiz

Computers

University

Medium

Created by

Logan Dane

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is programming?

Programming is the process of designing computer hardware.

The use of Computer code to solve problems.

Programming is the process of creating computer viruses.
Programming is the process of organizing data in a computer system.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What level language is python?

assembly-level
high-level
middle-level
low-level

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean to be a "High-Level" programming language?

A high-level programming language is a programming language that is difficult to understand and use by humans.
A high-level programming language is a programming language that is designed to be used by machines.
A high-level programming language is a programming language that is only used by experts.
A high-level programming language is a programming language that is designed to be easily understood and used by humans.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you output "Hello World" in Python?

print('World')
print('Hello World')
print('Hello' + 'World')
print('Hello')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this Python Code?

X = "Hello"

Y = "World"

print(X + Y)

HelloWorld!
Hello World
Hello, World
HelloWorld

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this Python code?

print("3" + "2")

6
23
32
5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this Python code?

print(3+2)

5
2
6
4

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?