Operators and data types

Operators and data types

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Data Types

Data Types

7th - 9th Grade

15 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

9th Grade

15 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Java Programming

Java Programming

10th Grade

22 Qs

SAINS KOMPUTER TINGKATAN 4 (BAB1)

SAINS KOMPUTER TINGKATAN 4 (BAB1)

KG - University

21 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Operators and data types

Operators and data types

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Louise Lockwood

Used 13+ times

FREE Resource

17 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

What is the answer of this expression, 22 % 3 is?

7

1

0

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?