| Question | Answer |
| What data can be stored in a Integer | Numbers without a decimal |
| How large is an integer | 4 bytes |
| What is the keyword for integer in python | int |
| What data can be stored in a character | Any letter/numer/symbol on the keyboard |
| How large is a character | 1 Byte |
| What data can be stored in a real number | Decimals |
| What is the keyword for real number in C++ | double |
| What type of data can a string store | Can store any type of data |
| How large is a string | 32 bytes by default. Can be 0 to more than 32 |
| What is the keyboard for string in C++ | string |
Want to create your own Flashcards for free with GoConqr? Learn more.