Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

10th - 12th Grade

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

CodeHS Python Chapter 2

CodeHS Python Chapter 2

10th - 12th Grade

20 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Python Basics

Python Basics

9th - 12th Grade

21 Qs

Python Basics & Syntax

Python Basics & Syntax

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Greg Baker

Used 285+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number or word we give to a variable
Value
Bug
Information
Text

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Improper tab placement will prevent a block of code from running properly.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a input?

A function that allows us to ask the user to enter some data.

To plug in something.

Data displayed on a screen.

A function

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?