Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

XI_CS_24JUN2021

XI_CS_24JUN2021

11th Grade

15 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python

Python

9th Grade

15 Qs

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

G10 Python Exam

G10 Python Exam

10th Grade

15 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

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