Data Types & Operators Python

Data Types & Operators Python

9th Grade

20 Qs

quiz-placeholder

Similar activities

GCSE CS Python Arithmetic operators

GCSE CS Python Arithmetic operators

7th - 10th Grade

18 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

Logic, Binary & Boolean#1

Logic, Binary & Boolean#1

8th - 9th Grade

15 Qs

Excel Formulas

Excel Formulas

9th - 12th Grade

15 Qs

Python

Python

6th - 10th Grade

17 Qs

Module 2 Excel Test Review

Module 2 Excel Test Review

9th - 12th Grade

20 Qs

Unit 4 Code.org Csd

Unit 4 Code.org Csd

9th - 12th Grade

19 Qs

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

Data Types & Operators Python

Data Types & Operators Python

Assessment

Quiz

Computers

9th Grade

Medium

Created by

P Bailey

Used 16+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type is used to store:
100
Integer
Double
Boolean
String

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type is used to store:
TRUE
Boolean
Double
String
Integer

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This data type is used to store a mixture of letters and numbers and symbols.

String

Float

Boolean

Integer

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?

A storage location of memory which can change throughout the program

A random area to store things in

A value that is fixed throughout the program

Something that can only store numbers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python operator means 'less than or equal to'?

>=

>

<

<=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code :


print 9//2

4.5

4.0

4

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is floor division?

/

//

%

None of the mentioned

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?