Which of the following categories of behavior is used when a…

Questions

Which оf the fоllоwing cаtegories of behаvior is used when а defect exists?  Choose all that apply.

Cоnsider the fоllоwing dаtа:   Mаle Female Total Accountant 30 35 65 Not an accountant 45 15 60 Total 75 50   a. Compute P(Female|Accountant). Express the answer as a fraction. b. Are the events "Female" and "Accountant" independent? Mathematically show why or why not.  Credit is only given if you show mathematical rationale.

On Fаmily, Device & Bоаrd Settings (оr Assignments | Device) Select “Bоаrd” Change the Family to “MAX 10” Change Development Kit to “MAX 10 DE10 – Lite” De-select the checkbox labeled “Create top-level design file”.  Possibly useful information: -- VHDL Syntax Examplelibrary ieee; use ieee.std_logic_1164.all;entity NAND2a is port(    A,B: in bit;    C: out bit);end NAND2a;architecture behavior of NAND2a issignal COut: bit;begin    ...end behavior; Top Level Instructions: Design, construct, and demonstrate the circuits that meet the following specifications. Use the DE10-Lite, breadboard, DAD, switches, LEDs, and resistors as specified to create the necessary inputs and outputs for your demonstration. Use only your DE10-Lite's PLD, i.e., NO 74'xxx chips.  Inputs from DAD: CLK Inputs from switch circuits on your breadboard: Go(L), Move(H), Start(L) Outputs to DAD: YJ(H), for all necessary J values 0, 1, 2, … Outputs to LED circuit on your breadboard: Sp(L) Do NOT use DE10-Lite switches or LEDs. Detailed Description: Design a state machine that sequences through the following values, represented by the infinite sequence of hexadecimal (hex) numbers (YJ(H), displayed using your DAD) A, B, A, B, A, B, … , advancing on the rising edge of a signal called CLK but ONLY when both Go(L) and Move(H) are true. Otherwise, the output YJ should not change. Progress through the above ONLY when both Go(L) and Move(H) are true, otherwise, if either Go or Move is false, the sequence, YJ, should pause. The Sp output should be true ONLY when the sequence output is B and both Go and Move are true. Start(L), must asynchronously (i.e., immediately) restart the sequence at the B. Required parts: Draw a functional block diagram for this problem on your scratch paper. Design a next state truth table for the described state machine on your scratch paper. Use the usual counting order for the table. For the outputs YJ, Y0 should be the least significant bit. Use whatever standard flip-flop(s) that you prefer; I suggest T-FF(s). Add the necessary columns to your  next-state truth table. Derive any necessary equations on your scratch paper. Design the entire circuit on your scratch paper. Draw all of the non-DAD switch and LED circuit diagrams on your scratch paper.  Do NOT build physical switch circuits for CLK. Use your DAD Waveform's StaticIO for both the CLK input and the YJ outputs.  Do NOT build physical circuits for CLK or YJ. Replacing your DAD with physical switch or LED circuits is okay, but will result in a significant point reductions. Draw the switch circuit diagrams (for Go, Move, and Start) and the LED circuit diagram (for Sp) on your scratch paper. Design the entire circuit in Quartus. Simulate the design in Quartus. Cycle through at least three clock cycles for all possible values of Go and Move. Prove that Start works as specified. Group the outputs YJ, such that Y0 is the least significant bit. Display the Y outputs with the radix in hex (i.e., base 16). Thoroughly prove that your design works properly for all possible input values. Design the necessary switch and LED circuits on your breadboard. On your scratch paper, make a legend indicating the true positions of the switch(es), as you did in lab. On your scratch paper, make a legend for the LEDs to indicate which LEDs correspond to which signals, as you did in lab. Connect the necessary switch and LED circuits to the PLD. Restore the PLD's USB cable to your computer to power your circuits and also connect your DAD. Program the PLD (using the sof, not pof). Verify to yourself that your circuit is functioning properly and that you are done working (i.e., there is nothing more to design, program, or put on your scratch paper) and are ready to submit your work. Once you are ready, proceed to the last two items.. Archive this Quartus project and submit it as part of this practical assignment, as described below. Use CamScanner (or equivalent), as described below  (and in the assignment referenced here), to make a pdf file to submit as part of this practical to Practical 2 PHONE - Spring 2025. Demonstration You will show your Quartus simulation, as described above. You will demonstrate the proper functioning of your physical circuit, following the PI's instructions with inputs. You will have only ONE chance to demo your work. If you think you are ready, read the question again to be sure that you completed ALL parts of this practical and all design, programming, and work on your scratch paper. Be prepared to show (and re-run) your simulation and to run your design, as instructed, by a PI or Dr. Schwartz. If ready prior to the end of the practical, after submitting the required work, use Zoom's chat to tell your PI that you are ready by sending READY. Do not ask us for any feedback on your design. Submissions You MUST complete the two file uploads (one to this assignment and another with your cell phone) before the end of your practical. If you have not already done so, when there are five minutes remaining in your practical, you should stop working and start this process. You must archive your Quartus design and upload it (in the next problem on this assignment). With your phone, you must upload a single pdf file (use CamScanner or equivalent) to the Canvas assignment Practical 2 PHONE - Spring 2025. This file must contain each of the following: A clear image of your breadboard with circuit including connections to Vcc and GND and to the DE10-Lite. A clear image of your breadboard connections to the DAD. A clear image of your scratch paper showing each of the following. The next-state truth table. All equation derivations. The hand-drawn circuit diagram. Switch and LED circuit diagrams. The switch and LED legends. BEFORE SUBMITTING, check that you scan if clear and contains everything that you should submit. Failure to upload these files before the end of the practical will result in a grade of zero.