computer Flashcards
1
Q
Represents a text “ “
A
string
2
Q
the process of coming p with the appropriate methodology
A
logic formation
3
Q
can be positive or negative
A
integer / int
4
Q
number with decimal part
A
float
5
Q
only the values true or false
A
Boolean / bool
6
Q
same data type
A
array
7
Q
nineName
A
camel case
8
Q
NineName
A
Pascal Case
9
Q
grade_nine_joseph
A
snake case
10
Q
GRADE_NINE_JOSEPH
A
Screaming snake case
11
Q
int x = 2 + 3
x becomes 5 //assignment
x == 11
x becomes false //compare
(remember this, hindi katulad ng ginawa niya sayo kinalimutan)
A