Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

PYTHON BASIC 1 - 5

PYTHON BASIC 1 - 5

12th Grade

20 Qs

Quiz Materi Pemrograman 1

Quiz Materi Pemrograman 1

11th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

class 11 - basic concepts in python 1

class 11 - basic concepts in python 1

11th Grade

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