CSC 133 Test 3 Review

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Predicate

A function that returns true or false based on the values of its variables.

2
New cards

Domain

The set of all possible inputs for the variables in a predicate.

3
New cards

Truth Set

The subset of the domain for which the predicate is true.

4
New cards

Universal Quantifier (∀)

Indicates that a predicate is true for all elements within its domain.

5
New cards

Existential Quantifier (∃)

Indicates that there is at least one element in the domain for which the predicate is true.

6
New cards

Rational Number

A number that can be expressed as the quotient of two integers, where the denominator is not zero.

7
New cards

Irrational Number

A number that cannot be represented as a simple fraction, with a non-repeating and non-terminating decimal representation.

8
New cards

Divisibility

An integer a is divisible by another integer b if there exists an integer k such that a = b*k.

9
New cards

Prime Number

A number greater than 1 that has no positive divisors other than 1 and itself.

10
New cards

Quotient-Remainder Theorem

For any integers a and b (b > 0), there exist unique integers q (the quotient) and r (the remainder) such that a = b*q + r, where 0 ≤ r < b.

11
New cards

Absolute Value

The distance of a number from zero on the number line, regardless of direction.

12
New cards

Floor Function

The greatest integer less than or equal to a given number.

13
New cards

Ceiling Function

The smallest integer greater than or equal to a given number.

14
New cards

Tarski’s World

A software program used for modeling and testing theories in first-order logic.

15
New cards

Negating Universal Statements

Converting universal statements into existential statements.

16
New cards

Negating Existential Statements

Converting existential statements into universal statements.

17
New cards

Factoring

The process of breaking down numbers into their prime components.

18
New cards

Unique Factorization Theorem

Every integer greater than 1 can be uniquely factored into prime numbers.

19
New cards

Div and Mod calculations

Operations used to calculate the quotient and remainder when dividing integers.