Python Diagnostic Test

Python Diagnostic Test

7th Grade

8 Qs

quiz-placeholder

Similar activities

Python Into Quiz

Python Into Quiz

6th - 8th Grade

10 Qs

CSI Assessment Items

CSI Assessment Items

6th - 12th Grade

12 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

Mansi MCQs Assessment

Mansi MCQs Assessment

7th Grade

10 Qs

checkpoint2

checkpoint2

7th Grade

10 Qs

Grade 7 technopython quiz1

Grade 7 technopython quiz1

7th Grade

11 Qs

Типы данных

Типы данных

7th Grade

10 Qs

Python Quiz 8.3

Python Quiz 8.3

6th - 8th Grade

12 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