Python Introduction Quiz

Python Introduction Quiz

7th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

Python Lesson 4 : if-elif-else conditionals

Python Lesson 4 : if-elif-else conditionals

8th Grade

10 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

13 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python beginner quiz

Python beginner quiz

9th Grade

13 Qs

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

Year 9 March

Year 9 March

9th Grade

11 Qs

Python MCQS Assessment

Python MCQS Assessment

7th Grade

10 Qs

python

python

9th Grade

13 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