QB Module 2and 3-IA2
QB Module 2and 3-IA2
8 Implement the following Boolean functions with a decoder: F1(A,B,C) = ∑m(1, 3,4,7), 2
F2(A,B,C) = ∑m(0,2,3,6) and F3(A,B,C) = ∑m(2,3,6,7)
14 Write a Data Flow Verilog Code for Full Adder and Full Subtractor 2
18 Analyze the Working of Master Slave D Flip Flop with Function Table 2
19 Explain JK and T Flip Flop with diagram and Function Table 2
20 Implement Quadruple 2:1MUX 2
MODULE 3
SI Questions CO
No
1 With a neat diagram, describe the functional units of a computer. 3
2 Explain in detail Connection and flow of data between Processor and Memory 3
3 Explain Bus Structure with a neat diagram. Explain different peripherals connected to Bus 3
4 Explain the Performance of a computer System and explain each factor on which the performance 3
depends
5 Analyze the basic operational concepts of a computer. 3
6 Explain in detail Word Alignment of a system/machine. What is the consecutive addresses of aligned 3
words for 16,32 and 64 bit word length of the machine. Show with diagram the consecutive addresses
for the above
7 Explain Memory Operations with example 3
8 Briefly Explain Register Transfer Notation (RTN) and Assembly Language Program (ALP) with an 3
example.
9 Explain the Data Transfer Instructions with an example 3
14 Example Indirect Addressing mode. Write a ALP to add n numbers using Indirect addressing mode 3
15 Illustrate an Indexed Addressing mode with an Assembly Language Program (ALP) to find the sum 3
of Test1, Test2 and Test3 scores of N number of students.