Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar

level: Data types(Programming)

Questions and Answers List

level questions: Data types(Programming)

QuestionAnswer
What is Integer?Whole numbers only Positive and negative accepted Calculations Eg Number of students Floors in building
What is Real?Numbers with or without decimal Positive and negative accepted Calculations Eg Temperature Height
What is String?Letters, symbols, digits No calculations Eg Phone number(0s in front) Address
What is Date?Valid date Eg Date of birth
What is Time?Valid time Eg Time of death
What is Boolean?Yes/No True/False Eg Married Prefect
What is Char?Same as string Only one character Eg Initials