0% found this document useful (0 votes)
25 views

C.O Importatnt Questions

The document discusses various topics related to computer organization including: 1. Implementing logic gates and simplifying Boolean functions using truth tables and sum-of-products form. 2. Explaining half adders, full adders, multiplexers, and flip-flops using logic diagrams and truth tables. 3. Discussing fixed and floating point number representation, registers, memory instructions, and arithmetic operations like addition and subtraction.

Uploaded by

naag raaaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

C.O Importatnt Questions

The document discusses various topics related to computer organization including: 1. Implementing logic gates and simplifying Boolean functions using truth tables and sum-of-products form. 2. Explaining half adders, full adders, multiplexers, and flip-flops using logic diagrams and truth tables. 3. Discussing fixed and floating point number representation, registers, memory instructions, and arithmetic operations like addition and subtraction.

Uploaded by

naag raaaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Computer Organization Important Question

1. Implement AND,OR ,XOR ,XNOR, NOR, NAND GATES verify using the truth
table
2. Simplify the Boolean function in SUM OF PRODUCTS form
f(a,b,c,d)=∑{1,4,6,9,10,11,14,15}
3. Reduce using mapping the expression f=∑(0,1,3,5,7,8,9,10,12,13} in sum of
products and product of sums
4. Derive a truth table for half adder and full adder and draw circuit diagram
5. Explain the operation of 4×1 multiplexer with logic diagram and truth table
6. Simplify F together with its don’t care condition

A) a)sum of products form

b)product of sum form

B) c)f(a,b,c,d)={0,1,2,8,9,12,13}

d)d(a,b,c,d)= ∑(10,11,14,15)

7. Illustrate the operation of JK,RS,D,T Flip-flops with truth tables


8. Write the steps involved in the design of combination circuits
9. Explain about fixed point and floating point representation
10. Perform the following arithmetic operations
a)-638+785 b)-685-185
11. What is register explain register transfer using block diagram
12. Explain the memory reference instructions
13. State the usage of compliments in digital computers with example
14. Illustrate various shift operations with examples
15. Demonstrate various phases of instruction cycle with neat sketch
16. Draw the block diagram of ALU and explain the operation perform by bit
17. What is an interrupt ? explain the interrupt cycle with diagram
18. Explain about instruction formats
19. Explain about different types of addressing modes
20. Describe the organization of micro programmed control with block diagram
21. Discuss about stack organization in detail
22. Explain about control memory in detail
23. List and explain data transfer and manipulation instructions
24. Distinguish between hardwired control unit and micro programmed control unit
25. What is BCD adder .explain with block diagram
26. Explain about BOOTH multiplication algorithm
27. Explain about floating point arithmetic operations
28. State and explain various steps in floating point addition
29. Perform the following subtraction operations using two’s compliment method
a)5+3 b)-5-3
30. Analyse various asynchronous data transfer techniques
31. Explain cache memory
32. Explain association memory
33. Explain memory hierarchy in computer system
34. What are various methods for establishing priority at simultaneous interrupt
distinguish daisy chain priority with example
35. What is input output interface what is difference between isolated memory mapped
I/O

36. Explain BCD and Gray code with Examples.

37. What is a decoder? With a neat diagram explain about NAND gate decoder along
with its truth table.
38. Write a short note on 4-bit binary counter.

39. Define the following with suitable examples.

1) Gray code 2) Excess-3 code 3) EBCDIC

40. Define the mapping? Explain the address sequencing capabilities required in a
control memory.

41. Define the following

1) Micro operation 2) Micro instruction 3) Micro programming 4)Micro code

42. What is an Interrupt? Explain different types of interrupts.

43. Define the multiplication algorithm with a flowchart.

44. What is Decimal Arithmetic operation? Define the algorithms for all arithmetic
operations.

45. Define Auxiliary memory

46. With a neat sketch explain about I/O Bus and interface modules.

47. Convert the following numbers to the bases indicated

1)(175)10 to binary 2)(2017)10 to Octal 3)(1947)10 to Hexadecimal

You might also like