Data Types & Operators Python

Data Types & Operators Python

9th Grade

20 Qs

quiz-placeholder

Similar activities

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

AP CSA Review Basics

AP CSA Review Basics

9th - 12th Grade

16 Qs

APCS A Unit 1 Practice MCQ

APCS A Unit 1 Practice MCQ

9th - 12th Grade

17 Qs

Getting Started in C Programming

Getting Started in C Programming

9th - 10th Grade

20 Qs

SAINS KOMPUTER TINGKATAN 4 (BAB1)

SAINS KOMPUTER TINGKATAN 4 (BAB1)

KG - University

21 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

20 Qs

CodeHS: Unit 6 - JavaScript Basics

CodeHS: Unit 6 - JavaScript Basics

9th 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?