Python Ch. 1 & 2

Python Ch. 1 & 2

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

P5.js Variables and Conditional Statements

P5.js Variables and Conditional Statements

9th - 12th Grade

15 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Python

Python

7th - 9th Grade

12 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

IX AI

IX AI

9th Grade

10 Qs

Python Ch. 1 & 2

Python Ch. 1 & 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Matthew Callaghan

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the IDLE mode where we can write and save code?
Interactive
Shell
Script
None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The input() function always returns which type of value?
int
string
user input
float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is it called when you combine 2 strings into one?
Addition
Return value
Modular design
Concatenation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations will perform integer division?
/
//
%
*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations performs division and returns the remainder?
/
//
%
*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code display?
var = "Hello"
print(var*3)
HelloHelloHello
Hello Hello Hello
hello3
Syntax error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following operation return in Python?
3/2
1
1.5

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?