Sale!

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

Original price was: $35.00.Current price is: $30.00.

Download Details:

  • Name: hw1-7bomlg.zip
  • Type: zip
  • Size: 17.89 KB

Category:

Description

5/5 - (6 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).