click below
click below
Normal Size Small Size show me how
DataTypes Program
Questions based on DataTypes program done in class
| Question | Answer |
|---|---|
| what is a data type | classification that determines how data is stored |
| what is a primitive data types | most basic data types provided by a language |
| define assignment | the process of storing a value at a variable's memory location using assignment operator |
| define syntax | grammar, structure, or order of the elements in a language statement |
| what is a string | class provided by java that provides the ability to program with words |
| what is data | information formatted in a distinct way |
| what is program block | the code enclosed between {} |
| what is the basic syntax for declaration | <data types>variableName; |
| what is hard coding | to use explicit rather than am symbolic name for something that is likely to change at a later time |
| common names for temporary variables integers | i,k,j,m, and n |
| ibrahim.kamara | the best |
| what is main method | 1 |
| what is declaration | 2 |
| the int data type allows what | 3 |