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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:40
For this assignment you have to write a c program that will take an infix expression as input and display the postfix expression of the input. after converting to the postfix expression, the program should evaluate the expression from the postfix and display the result. what should you submit? write all the code in a single file and upload the .c file. compliance with rules: ucf golden rules apply towards this assignment and submission. assignment rules mentioned in syllabus, are also applied in this submission. the ta and instructor can call any students for explaining any part of the code in order to better assess your authorship and for further clarification if needed. problem: we as humans write math expression in infix notation, e.g. 5 + 2 (the operators are written in-between the operands). in computer's language, however, it is preferred to have the operators on the right side of the operands, ie. 5 2 +. for more complex expressions that include parenthesis and multiple operators, a compiler has to convert the expression into postfix first and then evaluate the resulting postfix write a program that takes an "infix" expression as input, uses stacks to convert it into postfix expression, and finally evaluates it. it must support the following operations: + - / * ^ % ( example infix expression: (7-3)/(2+2) postfix expression: 7 3 2 2 result: rubric: 1) if code does not compile in eustis server: 0. 2) checking the balance of the parenthesis: 2 points 3) incorrect postfix expression per test case: -2 points 4) correct postfix but incorrect evaluation per test case: -i points 5) handling single digit inputs: maximum 11 points 6) handling two-digit inputs: 100 percent (if pass all test cases)
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
The basic work area of the computer is it screen that you when you first fire up your computer
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Brian wants to conduct an online search with a certain phrase. he intends to use the words books that belong to the 1800s in his search. how should he use the word that in his search?
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
The computers in the sales department did not have enough data storage capacity to contain all the information the department needed to store, and it was taking a long time for team members to access the data they needed. to fix the problem, the technician installed new, larger hard drives on all the computers.
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
question
History, 18.01.2020 10:31
question
Mathematics, 18.01.2020 10:31
question
History, 18.01.2020 10:31
Questions on the website: 13722367