Programming Fundimentals - Relational/comparisonal and boolean operators.

?
  • Created by: Dragon16
  • Created on: 03-07-20 21:44
what is a relational / comparison operator?
They are used to compare the values of two verables.
1 of 11
What is a boolean operator?
Used to combine multiple factors in a program.
2 of 11
what is the less than operator?
<
3 of 11
what is the greater than operator?
>
4 of 11
what is the equel to operator?
= or ==
5 of 11
what is the not equel to operator?
!=
6 of 11
what is the less than or equel to operator?
<=
7 of 11
what is the greater than or equel to operator?
>=
8 of 11
what is the operator for all operands are True?
AND
9 of 11
what is the operator for both or one operands are true?
OR
10 of 11
what is the operator for all operands are false?
NOT
11 of 11

Other cards in this set

Card 2

Front

What is a boolean operator?

Back

Used to combine multiple factors in a program.

Card 3

Front

what is the less than operator?

Back

Preview of the front of card 3

Card 4

Front

what is the greater than operator?

Back

Preview of the front of card 4

Card 5

Front

what is the equel to operator?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »