Intro. to Programming Python Basics

Intro. to Programming Python Basics

9th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Unit Test 1 Class 8 Computer

Unit Test 1 Class 8 Computer

8th - 9th Grade

20 Qs

Data Structures: 1D,2D & List

Data Structures: 1D,2D & List

11th Grade

17 Qs

Q1 M3 PRE-TEST

Q1 M3 PRE-TEST

10th Grade

20 Qs

Quiz ASJ

Quiz ASJ

12th Grade

20 Qs

7.3 representing data + spreadsheet recap

7.3 representing data + spreadsheet recap

8th - 10th Grade

18 Qs

Computer Science - X

Computer Science - X

8th - 10th Grade

20 Qs

BÀI 24-25 TIN 10

BÀI 24-25 TIN 10

10th Grade

20 Qs

Lecture Exercise Topic 1.3

Lecture Exercise Topic 1.3

12th Grade

21 Qs

Intro. to Programming Python Basics

Intro. to Programming Python Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Robin Robertson

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "Programming"

What type of variable is name?

int

float

boolean

string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

grade = 9

grade is what type of variable?

int

float

boolean

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

testGrade = 89.7

testGrade is what type of variable?

int

float

boolean

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

graduated = True

What type of variable is graduated?

int

float

boolean

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def figureGrade():


What does def represent in Python?

defines a variable

defines a function

defines a loop

defines a class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What character is required at the end of def statements, while loops, and if statements?

semi colon

colon

period

curly brace

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 5

b = 6

if a == b:

Does the statement above evaluate to True or False?

True

False

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

Already have an account?