(a) A multiplexor has 60 input lines. How many control lines does it need?
(b) A decoder must be designed to select one of 32 circuits. How many input lines does it need?
(c) For the decoder in (b), how many output lines does it need?
a)ans:
In multiplexer
for n control lines a maximum of 2n inputs is possible.
or
for N inputs lines, log2 N control lines are required.
for 6 control lines, a maximum of 26 (64)inputs is possible.
so for 60 input lines, 6 control lines are needed.
b)ans:
In decoder
for n input lines, a maximum of 2n output lines are possible.
or
for N outputs lines, log2 N input lines are required.
for select one of the 32 circuits , log2(32) = 5 input lines are needed.
c)ans:
for above 5 input lines a maximum of 25 = 32 outputs lines are needed
(a) A multiplexor has 60 input lines. How many control lines does it need? (b) A...
a. Consider a 2048-row NOR decoder. To how many address bits does this correspond? How many output lines does the decoder have? How many input lines does the NOR array require? How many NMOS and PMOS transistors does such a design need? of the tree column address bits are involved? How many levels of pass gates are used? How many pass transistors are there in total?
1a. If a crossbar matrix has n input lines and m output lines, how many cross points are required? b. How many cross points would be required if there were no distinction between input and output lines (i.e., if any line could be interconnected to any other line serviced by the crossbar)? c. Show the minimum configuration. just need partC answer
a) A memory unit has 28-bit address lines and 64-bit input/output data lines. How many bytes of data can this memory hold? How many words does it contain, and how large is each word? b) A memory unit consists of 32M words of 16-bit each. How many bits wide address lines and input-output data lines are needed to access this memory? c) A memory unit consists of 512K bytes of data. How many bits wide address lines are needed to...
38. A subnet mask in class A has 14 1s. How many subnets does it define? Select one: a. 64 b. none of the above c. 8 d. 32 39. A subnet mask in class B has 19 1s. How many subnets does it define? Select one: a. 8 b. 32 c. none of the above d. 64 40. A subnet mask in class C has 25 1s. How many subnets does it define? Select one: a. 8 b. 16...
do a and b
CE228 Spring 2019 Qiz-2 Nane uestion-1: RAM [64 Pts.]: The followin mber of bits per word. rt (a): How many address lines and input-output data lines are needed in each case? g memories are specified by the number of words times the O. Number of Address LinesNumber of input/Output Lines 6 2 3 4 64M x 16 32G x 64 2M x 8 4256K x 16 8 ming the RA Ms in the table above use...
In c programming, I need to write a program that reverses each of the lines in a file. The program accepts two command line arguments: The first one is the name of the input file The second is the name of the output file If the user didn't give two filenames, display an error message and exit. The program reads in each line of the input file and writes each line in reverse to the output file. Note, the lines...
In a few sentences (1-3), answer the following: a) How does output relate to input for RC circuits when the input is a single frequency sinusoid? b) Given sinusoidal inputs what other component foes a capacitor behave like? How might this be helpful for solving resistor/capacitor type circuits that have sinusoidal inputs as well? c) When should you use impedance (/in what situations could you/) to solve RC circuits and in what situations do you calculate transient response?
1. Assuming that the ALU has a 6-bit control word, how many different operations can it perform? 2. Consider the ALU shown on slide 9 of Lecture 16. Calculate the result for each operation specified in Table 1. Assume that A 1101 and B 0111. Specify the operation performed, the resut, and the value of each status bit 3 Write the VHDL code to describe an ALU that performs four operations: AND, OR, NOT, and Addition. Use a with-select-when statement....
Equations may require: Po fCV.2 1. Describe the read operation and write operation for a 6T-SRAM. Also, describe the purpose of Sense-amplifier, Driver and Precharge circuits for the memory made of 6T-RAM. If we have to design 4-GByte SRAM, how many transistor will be required only for the memory? 2. What the advantages and disadvantages bet NOR-based, NAND and T-column decoder? 3. Describe the read and write operation in Flash memory made of floating gate transistor. Draw the figure of...
part c
Problem 3 [10 points a) (5 points) Construct a circuit that takes as input a 3-bit number X-XXXo and increments it by one. L.e. if the input is 101 the output should be 110. Use only half adders. b) Construct a circuit that takes as input a 3-bit number X-XXxo and decrements it by one 1. (5 points) Show the truth table of the circuit. Then use a decoder and additional gates to implement it. So Ys Y2...