Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python String

Python String

12th Grade

20 Qs

Python I/O

Python I/O

9th - 12th Grade

15 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python - getting started

Python - getting started

8th - 10th Grade

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 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?