expand icon
book The Essentials Of Computer Organization And Architecture 4th Edition by Linda Null,Julia Lobur cover

The Essentials Of Computer Organization And Architecture 4th Edition by Linda Null,Julia Lobur

Edition 4ISBN: 978-1284074482
book The Essentials Of Computer Organization And Architecture 4th Edition by Linda Null,Julia Lobur cover

The Essentials Of Computer Organization And Architecture 4th Edition by Linda Null,Julia Lobur

Edition 4ISBN: 978-1284074482
Exercise 54
Little Susie is trying to train her new puppy. She is trying to figure out when the puppy should get a dog biscuit as a reward. She has concluded the following:
1. Give the puppy a biscuit if it sits and wiggles but does not bark.
2. Give the puppy a biscuit if it barks and wiggles but does not sit.
3. Give the puppy a biscuit if it sits but does not wiggle or bark.
4. Give the puppy a biscuit if it sits, wiggles, and barks.
5. Don't give the puppy a treat otherwise.
Use the following:
S: Sit (0 for not sitting; 1 for sitting)
W: Wiggles (0 for not wiggling; 1 for wiggling)
B: Barking (0 for not barking; 1 for barking)
F: Biscuit function (0, don't give the puppy a biscuit; 1, give the puppy a biscuit)
Construct a truth table and find the minimized Boolean function to implement the logic telling Susie when to give her dog a biscuit.
Explanation
Verified
like image
like image

The motions performed by the puppies are...

close menu
The Essentials Of Computer Organization And Architecture 4th Edition by Linda Null,Julia Lobur
cross icon