Python Workshop Week 1 Review

Python Workshop Week 1 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Activity 1: How well do you know Java?

Activity 1: How well do you know Java?

9th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Basic Programming QUIZ

Basic Programming QUIZ

1st - 10th Grade

15 Qs

TCP/IP & other protocols [A Level]

TCP/IP & other protocols [A Level]

12th Grade

14 Qs

NHỮNG THÀNH TỰU CỦA TIN HỌC

NHỮNG THÀNH TỰU CỦA TIN HỌC

10th Grade

10 Qs

Internet

Internet

10th Grade

12 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Câu hỏi trắc nghiệm Tin Học 10 - Bài 10

Câu hỏi trắc nghiệm Tin Học 10 - Bài 10

10th Grade

10 Qs

Python Workshop Week 1 Review

Python Workshop Week 1 Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Logan Dane

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Programming?

The process of creating visual designs for websites
The process of analyzing data to make informed decisions
The process of designing computer hardware

The use of Computer code to solve problems.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What level language is python?

low-level
middle-level

high-level

assembly-level

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make print "Hello World" in Python?

print('Hello', 'World')
print('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)

Hello World
HelloWorld
Hello World
HelloWorld!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this Python code?

print("3" + "2")

5
6
23
32

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this Python code?

print(3 + 2)

1
5
2
6

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers