Data Types in Python

Data Types in Python

11th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

VB Variables

VB Variables

11th Grade

10 Qs

Data Handling in Python

Data Handling in Python

11th Grade

10 Qs

Programming basics

Programming basics

10th - 11th Grade

11 Qs

Python Programming Quiz

Python Programming Quiz

9th - 12th Grade

14 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Alghorithma

Alghorithma

12th Grade - University

10 Qs

Java Data Types

Java Data Types

11th Grade

10 Qs

J277 - 2.2 - Understanding Data Types in Programming

J277 - 2.2 - Understanding Data Types in Programming

10th Grade - University

10 Qs

Data Types in Python

Data Types in Python

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Pravin S R

Used 43+ times

FREE Resource

9 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

Which data type is used to store:
"D"
Character
String
Integer
Double

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This data type is used to store whole numbers
Integer
Double
Boolean
String

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This data type is used to store a mixture of letters and numbers and symbols.
String
Character
Boolean
Integer

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?

A storage location of memory which can change

A random area to store things in.

Something that changes

Something that can only store numbers

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a Constant?

A storage location of memory which does not change

A random area to store things in.

Something that changes

Something that can only store numbers

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable uses a integer data type?

password

passwordScore

passwordLength

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable uses a string data type?

password

passwordScore

passwordLength