subject

Bits as operation codesLater in the course, you will study in some depth how certain bits in computer instructions are used as codes to let the computer know which operation to perform. For example, one code might indicate that an addition should be performed, whereas another code might indicate that a compare for equality should be performed. In this exercise, you design, construct, and test a circuit that performs this kind of function. Your circuit has three inputs and a single output. The first two inputs are used as codes to indicate what should be done to the third input to produce the output. There are four possibilities for the two-bit codes: 00, 01, 10, and 11. We'll use the codes as follows:(1) If the first two input values are 0 (code 00), the output should be 0, no matter what the third input is. Here, the function of the circuit becomes a set-to-zero function on the third input.(2) If the first input is 0 and the second is 1 (code 01), the output should be the same as the third input. The function of the circuit is the identity function on the third input.(3) If the first input is 1 and the second is 0 (code 10), the output should be the negation of the third input.(4) If the first two inputs are 1 (code 11), the output should be 1 no matter what the third input is. The function is a set-to-one operation. Download the document lab_08_04.docx. Using the document complete the following. Make a truth table that gives the appropriate output values according to this discussion, write the corresponding Boolean expression, construct the circuit with the simulator, and test the circuit by checking the output values for each setting of the switches. Include a screenshot or drawing of the circuit in the document. Once you have completed the table, save your file with your last name in the file name (Example: lab_08_04_Jones. doc). To upload and submit your assignment, click the Choose File button below to find and select your saved document.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 20:50, solo4360
What does operator overloading allow you to do?
Answers: 2
image
Computers and Technology, 22.06.2019 14:30, qxchung7310
The “rule of 72” is used to approximate the time required for prices to double due to inflation. if the inflation rate is r%, then the rule of 72 estimates that prices will double in 72/r years. for instance, at an inflation rate of 6%, prices double in about 72/6 or 12 years. write a program to test the accuracy of this rule. for each interest rate from 1% to 20%, the program should display the rounded value of 72/r and the actual number of years required for prices to double at an r% inflation rate. (assume prices increase at the end of each year.)
Answers: 1
image
Computers and Technology, 22.06.2019 14:50, williamsgregg5214
Drag each label to the correct location on the image list the do’s and don’ts of safeguarding your password. a. keep yourself logged in when you leave your computer. b. don’t write your password down and leave it where others can find it. c. share your password with your friends. d.each time you visit a website, retain the cookies on your computer. e. use a long password with mixed characters.1. do's 2. don'ts
Answers: 2
image
Computers and Technology, 23.06.2019 15:30, PlzNoToxicBan
The song about casey jones a railroad engineer who gives his life on the job would most likely gall under the folk song category of? a-work song b-nonsense song c-religious song d-ballad
Answers: 1
You know the right answer?
Bits as operation codesLater in the course, you will study in some depth how certain bits in compute...

Questions in other subjects: