Python Diagnostic Test

Python Diagnostic Test

7th Grade

8 Qs

quiz-placeholder

Similar activities

Printing in Python

Printing in Python

7th - 9th Grade

10 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Python

Python

7th - 8th Grade

13 Qs

Python

Python

7th - 8th Grade

10 Qs

Python quiz 2

Python quiz 2

7th Grade

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Python Diagnostic Test

Python Diagnostic Test

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Kieran Cullinan

Used 19+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What coding language are we learning this term?

Java

C++

Python

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What platform are we using to write our python code?

repl.it

SublimeText

Notepad++

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How do I output "Hello World" in Python?

Say hello world

print("Hello World")

Hello World

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How do I ask for user input in Python?

enter name

input name

name = input("Enter your name: ")

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Sequence programming construct is carried out once in the order they are written

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Selection is a programming construction that uses decisions.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A place used in a program to store data that can change.

Variable

Programming

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Writing code to solve a computing problem, so a computer can perform specific tasks

Variable

Programming