(Electrical eng.) For the series circuit shown in Figure 3.16, the voltage drop,
Want to see the full answer?
Check out a sample textbook solutionChapter 3 Solutions
C++ for Engineers and Scientists
- Q1/ Simplify the Following Functions using Boolean algebra • F= (A + C)(AD + AD) + AC + C F= A(A + B) + (B + AA)(A + B) After minimizing, realize The Truth Table and Draw the Logic circuit. NOTE: USE LOGISIM TO DRAW THE LOGIC CIRCUITSarrow_forward6. Which one of the following is the function of the given circuit ? ABC Q = (a+b') + bc + ( b'+c')' Q= ( (a+b') + (b+c) + (b'.c') )' Q= ( (ab')' + bc + (b'+c')' )' ( (a+b)' . (b+c) . (b'.c') )'arrow_forwardP5. ( Boolean Algebra Circuit. (1) Transform the following Boolean equation in SOP form to POS form: Y = F(A, B, C, D) = ĀB + CD (2) Expand the following Boolean equation into a sum of minterms, where each minterm should have the three input variables in their original or complement forms. Y = F(A, B, C) = AC + AB (3) Simplify the following Boolean equations using Boolean theorems. For each step in the minimization process, show which theorem or axiom or method or definition is used to get there. Y = ABC + B + AC + B (4) Transform the following Boolean equation to an equation that only has 2-input NAND gate(s) and/or NOT gate(s). You are not required to draw a schematic. Y = A + B + Carrow_forward
- (Practice) Determine the value of the following expressions, assuming a=5,b=2,c=4,d=6,ande=3: a.abb.a!=bc.db==cbd.ac!=dbe.db==cef.!( ab)g.!( abc)h.!( cba)i.bcaarrow_forward(Practice) Determine the values of the following integer expressions: a.3+46f.202/( 6+3)b.34/6+6g.( 202)/6+3c.23/128/4h.( 202)/( 6+3)d.10( 1+73)i.5020e.202/6+3j.( 10+3)4arrow_forward(Mechanics) The deflection at any point along the centerline of a cantilevered beam, such as the one used for a balcony (see Figure 5.15), when a load is distributed evenly along the beam is given by this formula: d=wx224EI(x2+6l24lx) d is the deflection at location x (ft). xisthedistancefromthesecuredend( ft).wistheweightplacedattheendofthebeam( lbs/ft).listhebeamlength( ft). Eisthemodulesofelasticity( lbs/f t 2 ).Iisthesecondmomentofinertia( f t 4 ). For the beam shown in Figure 5.15, the second moment of inertia is determined as follows: l=bh312 b is the beam’s base. h is the beam’s height. Using these formulas, write, compile, and run a C++ program that determines and displays a table of the deflection for a cantilevered pine beam at half-foot increments along its length, using the following data: w=200lbs/ftl=3ftE=187.2106lb/ft2b=.2fth=.3ftarrow_forward
- Qarrow_forwardAs an OCTAVE pogram: A 1 kg mass is rests on a frictionless 1 meter long ramp and compresses a k = 4000 N/m spring a distance of 5 cm. The ramps angle of incline varies from 10 to 50 degrees, in increments of 10 degrees. For each angle of incline, determine if the block will slide off the top end of the ramp after it is released from the Spring. Output each angle of incline and whether of not the block reaches the top of the ramp.arrow_forwardUse Boolean principles to simplify the following function: A'BC+BC+B'.arrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr