Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Print command Quiz Day2

Print command Quiz Day2

5th - 12th Grade

16 Qs

G10 Python Exam

G10 Python Exam

10th Grade

15 Qs

GCSE - 2.3 Producing Robust Programs

GCSE - 2.3 Producing Robust Programs

9th - 11th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

2.3 Robust Programs MCQs L2

2.3 Robust Programs MCQs L2

10th - 11th Grade

20 Qs

Programming Quiz

Programming Quiz

11th Grade

22 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Python Basics & Syntax

Python Basics & Syntax

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Greg Baker

Used 287+ 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?