Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

Inspire - AI Trivia

Inspire - AI Trivia

11th Grade

10 Qs

Parcial-Dibujo

Parcial-Dibujo

12th Grade

10 Qs

test 3.6

test 3.6

11th Grade

10 Qs

 Unit 4 Advanced AP CSP

Unit 4 Advanced AP CSP

9th - 12th Grade

10 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 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 247+ 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers