Basic Python and Console Interaction - Mod3

Basic Python and Console Interaction - Mod3

10th Grade

12 Qs

quiz-placeholder

Similar activities

N4 SDD - Code understanding quiz 1

N4 SDD - Code understanding quiz 1

10th - 12th Grade

15 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Coding 1 - Review 1

Coding 1 - Review 1

9th - 12th Grade

10 Qs

[AP CSP] Programming: Conditionals

[AP CSP] Programming: Conditionals

9th - 12th Grade

10 Qs

Intro to Programming: Tracy the Turtle 2

Intro to Programming: Tracy the Turtle 2

9th - 12th Grade

8 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

10 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Basic Python and Console Interaction - Mod3

Basic Python and Console Interaction - Mod3

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Kristine Cody

Used 54+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Displaying text or numbers on the screen. Text must be in quotations.

print

variable

input

string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Something that stores information in a program so that it can be used later. It must have a name, a type, and a value.

print

variable

input

string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function that prints a prompt and retrieves text from the user.

int()

input

input()

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(written as % in most programming languages) divides two numbers and returns the remainder.

modulus operator

string

input

concatenation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of characters.

print

input

string

comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Adding two strings together using the + operator.

modulus operator

concatenation

comment

input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A message in your code that explains what is going on; """multi-line""" and #single-line

modulus operator

concatenation

comment

float

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?