No student devices needed. Know more
15 questions
What data type is used for whole numbers?
Real/Float
Integer
String
Boolean
What data type is used for yes or no?
Real/Float
Integer
String
Boolean
What data type is used for a combination of letters, numbers and symbols?
Real/Float
Integer
String
Boolean
What data type is used for decimals including money?
Real/Float
Integer
String
Boolean
Arrays can hold any data types as long as all the items are the same data types.?
True
False
Which data type can hold items of different types?
String
Record
Array
Group
What is the equivalent of a record in Python?
String
Array
Function
List
Where can records/lists be stored in Python? Pick 2 places.
Table/Database
Cabinet
Text File
Case
What data type would the items in a text file be treated as in Python?
Real/Float
Integer
String
Boolean
What character is typically used to separate fields in a text file?
Full stop .
Hash tag #
Exclamation Mark !
Comma ,
What application would I NOT use to create a text file?
PowerPoint
Notepad
Excel
Word
What action would I NOT use on a text file?
Open
Close
Write
Examine
What would be the first action on a text file?
Read
Write
Open
Close
What action would I use on a text file to see the information but not change it?
Open
Write
Append
Read
What do you call it when you change one data type to another?
Directing
Changing
Casting
String
Explore all questions with a free account