Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
-scar luj-n

-scar l.

Divider

Questions asked

BEST MATCH

an emergency declaration relating to foreign threats allows the president to

View Answer
divider
BEST MATCH

Calculate the altitude above the surface of Earth, in meters, at which the acceleration due to gravity is $g = 1.1 m/s^2$. h= sin() cos() tan() $\pi$ ( ) 7 8 9 HOME cotan() asin() acos() E $\uparrow \wedge$ $A \downarrow$ 4 5 6 - atan() acotan() ln() / * 1 2 3 - log10() exp() fact() + - 0 . END Degrees Radians $\sqrt{0}$ BACKSPACE DEL CLEAR Submit Hint Feedback I give up! 10 Submission(s) Remaining Hints: 1% deduction per hint. Hints remaining: 1 Feedback: 1% deduction per feedback.

View Answer
divider
BEST MATCH

EHEC is a major cause of diarrhea in developing countries and may result in the death of small children.

View Answer
divider
BEST MATCH

Use nand2tetris:(assembly)Chips to implement:1-Bit Register (Bit)Register8-Register Memory (RAM8)RAM64RAM512RAM4KRAM16KCounter (PC)1. /*** 1-bit register:* If load[t] == 1 then out[t+1] = in[t]* else out does not change (out[t+1] = out[t])*/CHIP Bit { IN in, load; OUT out; PARTS: // Put your code here:} 2. /*** 16-bit register:* If load[t] == 1 then out[t+1] = in[t]* else out does not change*/CHIP Register { IN in[16], load; OUT out[16]; PARTS: // Put your code here:} 3./*** Memory of 8 registers, each 16 bit-wide. Out holds the value* stored at the memory location specified by address. If load==1, then * the in value is loaded into the memory location specified by address * (the loaded value will be emitted to out from the next time step onward).*/CHIP RAM8 { IN in[16], load, address[3]; OUT out[16]; PARTS: // Put your code here:} 4./*** Memory of 64 registers, each 16 bit-wide. Out holds the value* stored at the memory location specified by address. If load==1, then * the in value is loaded into the memory location specified by address * (the loaded value will be emitted to out from the next time step onward).*/CHIP RAM64 { IN in[16], load, address[6]; OUT out[16]; PARTS: // Put your code here:} 5./*** Memory of 512 registers, each 16 bit-wide. Out holds the value* stored at the memory location specified by address. If load==1, then * the in value is loaded into the memory location specified by address * (the loaded value will be emitted to out from the next time step onward).*/CHIP RAM512 { IN in[16], load, address[9]; OUT out[16]; PARTS: // Put your code here:} 6./*** Memory of 4K registers, each 16 bit-wide. Out holds the value* stored at the memory location specified by address. If load==1, then * the in value is loaded into the memory location specified by address * (the loaded value will be emitted to out from the next time step onward).*/CHIP RAM4K { IN in[16], load, address[12]; OUT out[16]; PARTS: // Put your code here:} 7./*** Memory of 16K registers, each 16 bit-wide. Out holds the value* stored at the memory location specified by address. If load==1, then * the in value is loaded into the memory location specified by address * (the loaded value will be emitted to out from the next time step onward).*/CHIP RAM16K { IN in[16], load, address[14]; OUT out[16]; PARTS: // Put your code here:} 8./*** A 16-bit counter with load and reset control bits.* if (reset[t] == 1) out[t+1] = 0* else if (load[t] == 1) out[t+1] = in[t]* else if (inc[t] == 1) out[t+1] = out[t] + 1 (integer addition)* else out[t+1] = out[t]*/CHIP PC { IN in[16],load,inc,reset; OUT out[16]; PARTS: // Put your code here:} 3.5 Project Objective Build all the chips described in the chapter. The only building blocks that you can use are primitive DFF gates, chips that you will build on top of them, and chips described in previous chapters Resources The only tool that you need for this project is the hardware simulator supplied with the book All the chips should be implemented in the HDL language specified in appendix A.As usual, for each chip we supply a skeletal hdl program with a missing implementation part, a .tst script file that tells the hardware simulator how to test it, and a .cmp compare file. Your job is to complete the missing implementation parts of the supplied.hdl programs. Contract When loaded into the hardware simulator, your chip design (modified .hdl program), tested on the supplied .tst file, should produce the outputs listed in the supplied .cmp file. If that is not the case, the simulator will let you know. Tip The Data Flip-Flop (DFF gate is considered primitive and thus there is no need to build it: When the simulator encounters a DFF gate in an HDL program it automatically invokes the built-in tools/builtIn/DFF.hdl implementation. The Directory Structure of This Project When constructing RAM chips from smaller ones, we recommend using built-in versions of the latter.Otherwise, the simulator may run very slowly or even out of (real) memory space, since large RAM chips contain tens of thousands of lower-level chips, and all these chips are kept in memory (as software objects) by the simulator. For this reason, we have placed the RAM512.hdl,RAM4K.hdl, and RAM16K.hdl programs in a separate directory.This way, the recursive descent construction of the RAM4K and RAM16K chips stops with the RAM512 chip, whereas the lower-level chips from which the latter chip is made are bound to be built-in (since the simulator does not find them in this directory). Steps We recommend proceeding in the following order 0. The hardware simulator needed for this project is available in the tools directory of the book's software suite. 1. Read appendix A, focusing on sections A.6 and A.7. 2. Go through the hardware simulator tutorial, focusing on parts IV and V. 3. Build and simulate all the chips specified in the projects/03 directory.

View Answer
divider
BEST MATCH

1.10 points Let A, B be 3x3 matrices with inverses as follows: A: 2 3 5 -6 4 3 7 -1 5 B: 3 1 Compute the following: (a) (AB)^-1 (b) [A^-1B^-1 -1A^-1B]^-1

View Answer
divider
BEST MATCH

16. Consider a uniformly illuminated rectangular aperture mounted on a ground plane with a = 2.5\lambda and b = 1.5\lambda. a) In the E-plane, where are the nulls? b) What is the HPBW in the E-plane? c) What is the position of the first side lobe in the E-plane? d) What is the directivity? e) If this same aperture were operated in the TE$_{10}$ mode, what would be the directivity? 17. Consider a very thin slot in a conducting plane with length \lambda/2. Use Babinet's principle to determine the impedance of the slot.

View Answer
divider
BEST MATCH

Rank in order of economic importance for the economy of Saskatchewan, the following commodities: copper, uranium, potash, oil, natural gas, gold and zinc. Please give the monetary value (as revenue per annum) to the Province and Saskatchewan's Rank within Canada for the production of each resource. Data older than 2012 is NOT acceptable. (10 marks)

View Answer
divider
BEST MATCH

What more conditions do you need? There are no other conditions. The current through drain to source is modulated by the gate, which is also dependent on the drain voltage V. Typically, the source is grounded V=0. The I-V characteristics of an a-Si TFT can be described by the following equation 1 = cimnva-v-v, where n is the electron mobility cm/Vs, C is the capacitance per unit area of the insulator layer (F/cm). W is the channel width, L is the channel length (distance between the source and drain), and V is the threshold voltage. p is saturated above the drain saturation voltage Vpsar. Calculate VosAr and the drain current at V=10 V and Vp=nF/cm^2. A eutectic mixture is comprised of the following two compounds. (1) K39N413H4300amt CH NCS F2 (2) K69013000c/mol C.H a) Calculate its nematic range inc b) If we want to prepare 10 g of this mixture, how many grams of each compound should be used? At T=20C, an LC mixture has refractive indices as follows: neno=1.5733, n=1.4859 at X=450 nm and n=1.5565, n=1.4751 at X=633 nm. What are the extrapolated nen at X=550 nm? Use the simplified Cauchy equations.

View Answer
divider
BEST MATCH

Problem #1 (6 points) Answer the following questions for the permanent magnet stepper motor at right. a) Assuming that the coils with the same letters are paired together, how many phases are in this motor? b) What is the nominal step size in radians? c) Sketch a driving circuit for this motor using MOSFETs and a supply voltage of VM. d) Similar to the lecture videos, sketch the motor rotation at each step for a full rotation. For each step, what transistors are ON and what transistors are OFF for the drive circuit in part (c)?

View Answer
divider
BEST MATCH

In which of the following shared (residual) market mechanisms are the losses incurred by high-risk drivers in a given state shared among insurance companies based on their share of the voluntary market in that state? (Check all that apply.) joint underwriting associations the Maryland automobile insurance fund automobile insurance plans reinsurance facilities

View Answer
divider