Chapter 4 Flashcards

1
Q

What is a query that returns a boolean called?

A

A predicate

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

> = is a _________ operator

A

comparison

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

A Predicate must have what 2 requirements?

A
  • A return type in its declaration

- Must indicate what value to return in a return statement

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