Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Python Input/Output

Python Input/Output

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Carol Luce

Used 242+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a programming language?

Written English

An artificial language used to program a computer

A language used in pseudocode

Machine code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print command do?

Outputs a hard copy of a program to a printer

Outputs a message on screen

Print a hard copy of a flow chart to a printer

Prints out the the commands line by line on the screen

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we get user input from the keyboard?

input = (What is your name?)

input = What is your name?

output = ("What is your name?")

name=input("What is your name? ")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would you use for the quantity of stock in a shop?

integer

float

string

boolean

5.

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

Tags

CCSS.6.EE.B.6

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 the term for an error that a programmer makes in their code so the program won't run?

Program error

Syntax error

Run-time error

Logic error

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?