
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Fall 2000 exam questions for cmsc203, covering topics in logic and set theory. It includes statements to determine truth or falsehood, logical arguments, set operations, and boolean polynomials. Students are required to use the laws of logic, the euclidean algorithm, and the properties of sets to answer the questions.
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Fall 2000 CMSC203 Exam 1
1. Circle T if the statement is true or F if the statement is false.
T F The negation of the statement, No prime numbers are even is the statement, All prime numbers are even.
T F According to Universal Modus Ponens, the argument: All that glitters is gold AND my watch glitters THEREFORE my watch is gold is valid.
T F If a,b and c are integers with a = b + c , then GCD( a,b ) = GCD( b,c ). T F For any Boolean Polynomial, its Disjunctive Normal Form and Conjunctive Normal Form are negations of each other.
3. Given the informal language statement: Every integer that is prime is odd a. Rewrite the statement in formal language as a Universal Conditional. b. In Formal Language, find the Inverse Form of the statement. c. In Formal Language, find the negation of the statement. 4. Calculate: a. 217 div 6 b. 217 mod 6 c. GCD(217,6) using the Euclidean Algorithm 5. Find the Disjunctive Normal Form of the Boolean Polynomial F( x,y,z ) = x + x’z.
7. Prove 2 of the 4 theorems below, using the indicated method:
Theorem 1: For all integers, n , if n^3 is odd, then n is odd. (By the Method of Contraposition)
Theorem 2: If a , b and c are positive integers such that a = b + c and GCD( a,b ) = GCD( b,c ), then GCD( a,c ) = GCD( a,b ) = GCD( b,c ).
Theorem 4: The difference of the squares of successive integers is an odd integer.