Basic Python and Console Interaction - Mod3

Basic Python and Console Interaction - Mod3

10th Grade

12 Qs

quiz-placeholder

Similar activities

Exit Ticket 1/17

Exit Ticket 1/17

9th - 12th Grade

12 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

Python Ch. 1 & 2

Python Ch. 1 & 2

9th - 12th Grade

10 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Logical Operators

Logical Operators

9th - 12th Grade

14 Qs

Python String Functions

Python String Functions

10th - 12th Grade

12 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Basic Python and Console Interaction - Mod3

Basic Python and Console Interaction - Mod3

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Kristine Cody

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