subject

Q.1 A logic gate circuit with four inputs A, B, C and D and output F is shown below in Figure 1. (a) Determine the output (in terms of Boolean expressions) of all four logic gates in the circuit. ( 2 marks)
(b) Complete a truth table for the function F. (2 marks)
(c) From the truth table, write out a ‘sum of products’ expression for the function F. (3 marks)
(d) Plot the sum of products function F onto a Karnaugh Map. (3 marks)


Q.1 A logic gate circuit with four inputs A, B, C and D and output F is shown below in Figure 1.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:30
Write a program that reads the file, then displays the average number of steps taken for each month. (the data is from a year that was not a leap year, so february has 28 days.) your program needs to use at least 3 functions not counting main and display the information in a neat well formatted fashion.
Answers: 3
question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 22.06.2019 21:40
Develop a function to create a document in the mongodb database “city” in the collection “inspections.” be sure it can handle error conditions gracefully. a. input -> argument to function will be set of key/value pairs in the data type acceptable to the mongodb driver insert api call b. return -> true if successful insert else false (require a screenshot)
Answers: 2
question
Computers and Technology, 23.06.2019 07:00
You need a quick answer from a coworker. the most effective way to reach your coworker is through a. cloud server b. instant message c. teleconference d. telepresence
Answers: 1
You know the right answer?
Q.1 A logic gate circuit with four inputs A, B, C and D and output F is shown below in Figure 1. (...
Questions
question
Mathematics, 16.07.2019 15:00
question
Mathematics, 16.07.2019 15:00
Questions on the website: 13722367