CIS 301:Homework Assignment #1: Circuits and Truth Tables

$30.00

Category: Tags: , , , , , You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (10 votes)

Problems
==
1. (4 points) Write the truth table for the proposition below:
¬p → q V r

2. (3 points) To see the impact of precedence, write the truth table for:
¬(p → q) V r

3. (4 points) Write the truth table for:
(p → q) ∧ (q → r)

4. (5 points) Write a truth table for the following circuit:
![Image](Picture1.png)

5. (11 points) Consider the two propositions below. Are they equivalent?
Justify your answer with appropriate truth tables and a short supporting
comment. Comments in Logika, like C, begin with //.
(p → q)→ r
p → (q → r)

6. (3 points) Using two variables p and q, write a logical proposition and
truth table for a Tuatology.

What to submit
==
Commit and push your project containing the solutions to your github
repository (see videos) before the deadline. A good practice is to commit/push
whenever meaningful progress is made (like you finish a question
or fix a bug).