Operations & Expressions Flashcards

1
Q

syntactically correct
combinations of operands and operators. This may consist of one or more operands.

A

Expression

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

What is this examples, ==, !=, <, >, <= ,>= called

A

Relational Operator

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

This two are often called equality operators.

A

== and !=

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

When applied to expressions, also
yield a 0 or 1 (false or true) result. This also connect two or more relational expressions into one or reverse the logic of an expression.

A

Logical Operators

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

What this three for, &&, ||, and !

A

For conjunction, disjunction and negation.

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

This are used in special situations.

A

Special Operator

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

This also known as type casting

A

Type conversion

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

way of converting one datatype
to another.

A

Implicit Type conversion

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

Specifies on which datatype
to be converted.

A

Explicit type conversion

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

Are used to test specific
conditions.

A

Relational operators

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

An assumption on which tests the validity or effect
of something else.

A

Condition

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

== and !=, are often referred to as?

A

Equality operators

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

When applied to expressions, also
yield a 0 or 1 (false or true) result. This also connect two or more relational expressions into one or reverse the logic of an expression.

A

Logical operators

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

Truth Table: And (&&): if may _, _ na lahat

A

False

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

Truth Table: Or (||): if may _, _ na lahat

A

True

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

Negation is for??

A

Not or !