Python Introduction Quiz

Python Introduction Quiz

7th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Strings, Variables & Concatenation Practice

Strings, Variables & Concatenation Practice

9th Grade

12 Qs

DO NOW Python Lesson 2

DO NOW Python Lesson 2

8th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python

Python

8th Grade

13 Qs

Programming Quiz 1

Programming Quiz 1

11th Grade

11 Qs

Python Introduction Quiz

Python Introduction Quiz

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

T Easterbrook

Used 22+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will output when this program is run?

Syntax error

Hello World

Computing

Computing

Logic error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will the following Python Program output when it is run?

Hello World Computing

5

5

Hello World Computing

X

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will the following program output when it is run?

x

5

10

10

10

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Python?

Operating System

Program Debugger

Programming Language

IDE

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the term for the order that your instructions are written in.

Syntax

Iteration

Selection

Sequence

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will be the output:

53

abc

ab

Error

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will be the output:

1#2

1#2#2

1

Error