computer Flashcards

1
Q

Represents a text “ “

A

string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the process of coming p with the appropriate methodology

A

logic formation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

can be positive or negative

A

integer / int

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

number with decimal part

A

float

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

only the values true or false

A

Boolean / bool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

same data type

A

array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

nineName

A

camel case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NineName

A

Pascal Case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

grade_nine_joseph

A

snake case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

GRADE_NINE_JOSEPH

A

Screaming snake case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly