No student devices needed. Know more
8 questions
______________________used for words and letters;
must have speech marks / double quotes around the data
String
Integer
Float
Boolean
_________________ used for whole numbers
Integer
Boolean
String
Float
_________________ used for decimal number
Integer
Boolean
String
Float
_________________ used to represent one of two values (True or False)
Integer
Boolean
String
Float
______________ are a volatile type of storage; this means they should only be used to store information during program execution.
Variable
Constant
______________ are a non-volatile type of storage, this means they can be hard coded to store information even when a program is not being executed.
Variable
Constant
Name = "Aisha"
Identify the data type
Integer
Boolean
String
Float
Name = input(“What is your name”)
Example for which type of data storage
Variable
Constant
Explore all questions with a free account