Diploma CSE 4th Sem Computer System Archietecture Paper
Diploma CSE 4th Sem Computer System Archietecture Paper
PART 1
Note : Attempt all Questions. All Question Carry 1 Marks. [CO1 – CO5]
3. Which unit is responsible for converting the data received from the user into a computer understandable
format?
a) Memory Unit b) Arithmetic & Logic Unit
c) Input Unit d) Output Unit
4. Saving data and instructions to make them readily available is the job of __________
a) Storage Unit b) Cache Unit
c) Input Unit d) Output Unit
9. Both the CISC and RISC architectures have been developed to reduce the ______
a) Time delay b) Semantic gap
c) Cost d) All of the mentioned
12. Which of the register/s of the processor is/are connected to Memory Bus?
a) PC b) MAR
c) IR d) Both PC and MAR
14. __________ converts the programs written in assembly language into machine instructions.
a) Machine compiler b) Interpreter
c) Assembler d) Converter
16. The alternate way of writing the instruction, ADD #5,R1 is ______
a) ADD [5],[R1]; b) ADD I 5,R1;
c) ADDIME 5,[R1]; d) There is no other way
17. Instructions which won’t appear in the object program are called as _____
a) Redundant instructions b) Exceptions
c) Comments d) Assembler Directives
31. Which flag indicates the number of 1 bit that results from an operation?
a) Zero b) Parity
c) Auxiliary d) Carry
32. The time delay between two successive initiations of memory operation _______
a) Memory access time b) Memory search time
c) Memory cycle time d) Instruction delay
34. Which of the following circuit is used to store one bit of data?
a) Flip Flop b) Decoder
c) Encoder d) Register
PART- 2
NOTE: Attempt Five Question at least One Question from Each Section. All Question Carry Equal
Marks.
SECTION-A (CO1)
Q 1. What is Von- Neumann Architecture? Explain it with neat and clean diagram.
Q 2. Explain Register Transfer. And also define what is Register Transfer Micro operation.
SECTION-B (CO2)
Q 3. Describe Shift Micro Operation with suitable example.
Q 4. What are Logic Micro operation? How are the AND, OR, Exclusive-OR and Complement
micro-operation performed?
SECTION-C (CO3)
Q 5. Write name and functions of main registers used in the Computer System?
Q 6. What are the Difference between Zero address, One Address, and Two address instructions
with suitable example.
SECTION-D (CO4)
Q 7. Define Machine Language , High level and Low level Language.
Q 8. What is Assembly Language ? Explain with an Assemble Language Program.
SECTION-E (CO5)
Q 9. Explain Memory Hierarchy with diagram. And also Explain Various Primary Memory And
Secondary Memory.
Q 10. Write a short note on Flynn's classification..
MEWAR UNIVERSITY, CHITTORGARH SET-2
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
END TERM EXAMINATION: APR-2025
COURSE : Diploma CSE 4th Sem
YEAR : 2nd SEM : 4th
PART 1
Note : Attempt all Questions. All Question Carry 1 Marks. [CO1 – CO5]
7. Both the CISC and RISC architectures have been developed to reduce the ______
a) Time delay b) Semantic gap
c) Cost d) All of the mentioned
11. The memory devices which are similar to EEPROM but differ in the cost effectiveness is ______
a) CMOS b) Memory sticks
c) Blue-ray devices d) Flash memory
13. Which of the register/s of the processor is/are connected to Memory Bus?
a) PC b) MAR
c) IR d) Both PC and MAR
15. Instructions which won’t appear in the object program are called as _____
a) Redundant instructions b) Exceptions
c) Comments d) Assembler Directives
19. The ALU makes use of _______ to store the intermediate results.
a) Accumulators b) Registers
c) Heap d) Stack
20. The ‘heart’ of the processor which performs many different operations _____________
a) Arithmetic and logic unit b) Motherboard
c) Control Unit d) Memory
21. ______ are numbers and encoded characters, generally used as operands.
a) Input b) Data
c) Information d) Stored Values
23. ______ is generally used to increase the apparent size of physical memory.
a) Secondary memory b) Virtual memory
c) Hard-disk d) Disks
24. ______ bus structure is usually used to connect I/O devices.
a) Single bus b) Multiple bus
c) Star bus d) Rambus
27. Which unit is responsible for converting the data received from the user into a computer understandable
format?
a) Memory Unit b) Arithmetic & Logic Unit
c) Input Unit d) Output Unit
28. Which of the following memory unit communicates directly with the CPU?
a) Auxiliary memory b) Main memory
c) Secondary memory d) None of the above
30. Where is the document temporarily stored during working on a document on PC?
a)ROM b) CPU
c) RAM d) Flash memory
32. CPU has built-in ability to execute a particular set of machine instructions, called as __________
a) Instruction Set b) Registers
c) Sequence Set d) User instructions
33. The maximum number of bits sufficient to represent a hexadecimal number in binary:
a) 4 b) 3
c) 7 d) 8
PART- 2
NOTE: Attempt Five Question at least One Question from Each Section. All Question Carry Equal
Marks.
SECTION-A (CO1)
Q 1. What are Logic Micro operation ? How are the AND , OR , Exclusive-OR and Complement
micro-operation performed ?
Q 2. What is Von- Neumann Architecture? Explain it with neat and clean diagram.
SECTION-B (CO2)
Q 3. Discuss Error Detection Code and their Types in detail.
Q 4. Explain pipelining in brief . And also Explain arithmetic pipeline with example.
SECTION-C (CO3)
Q 5. Difference between Call and Jump Instruction give suitable example.
Q 6. Define Machine Language , High level and Low level Language.
SECTION-D (CO4)
Q 7. Write down Branch and Logic Instructions.
Q 8. Write name and functions of main registers used in the Computer System?
SECTION-E (CO5)
Q 9. Explain Memory Hierarchy with diagram. And also Explain Various Primary Memory And
Secondary Memory.
Q 10. What is Assembly Language ? Explain with an Assemble Language Program.
MEWAR UNIVERSITY, CHITTORGARH SET-3
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
END TERM EXAMINATION: APR-2025
COURSE : Diploma CSE 4th Sem
YEAR : 2nd SEM : 4th
PART 1
Note : Attempt all Questions. All Question Carry 1 Marks. [CO1 – CO5]
8. Saving data and instructions to make them readily available is the job of __________
a) Storage Unit b) Cache Unit
c) Input Unit d) Output Unit
15. Which unit is responsible for converting the data received from the user into a computer understandable
format?
a) Memory Unit b) Arithmetic & Logic Unit
c) Input Unit d) Output Unit
16. To increase the speed of memory access in pipelining, we make use of _______
a) Special memory locations b) Special purpose registers
c) Cache d) Buffers
17. The periods of time when the unit is idle is called as _____
a) Stalls b) Bubbles
c) Hazards d) Both Stalls and Bubbles
19. The number successful accesses to memory stated as a fraction is called as _____
a) Access rate b) Success rate
c) Hit rate d) Miss rate
20. While using the direct mapping technique, in a 16 bit system the higher order 5 bits are used for
________
a) Id b) Word
c) Tag d) Block
21. __________ converts the programs written in assembly language into machine instructions.
a) Machine compiler b) Interpreter
c) Assembler d) Converter
27. The ALU makes use of _______ to store the intermediate results.
a) Accumulators b) Registers
c) Heap d) Stack
30. The ‘heart’ of the processor which performs many different operations _____________
a) Arithmetic and logic unit b) Motherboard
c) Control Unit d) Memory
31. Which flag indicates the number of 1 bit that results from an operation?
a) Zero b) Parity
c) Auxiliary d) Carry
32. The time delay between two successive initiations of memory operation _______
a) Memory access time b) Memory search time
c) Memory cycle time d) Instruction delay
33. The maximum number of bits sufficient to represent a hexadecimal number in binary:
a) 4 b) 3
c) 7 d) 8
PART- 2
NOTE: Attempt Five Question at least One Question from Each Section. All Question Carry Equal
Marks.
SECTION-A (CO1)
Q 1. Describe Shift Micro Operation with suitable example.
Q 2. Explain Register Transfer. And also define what is Register Transfer Micro operation.
SECTION-B (CO2)
Q 3. What are Logic Micro operation ? How are the AND , OR , Exclusive-OR and Complement
micro-operation performed ?
Q 4. Discuss Error Detection Code and their Types in detail.
SECTION-C (CO3)
Q 5. Difference between Call and Jump Instruction give suitable examlpe.
Q 6. What are the Difference between Zero address, One Address, and Two address instructions
with suitable example.
SECTION-D (CO4)
Q 7. Explain Memory Hierarchy with diagram. And also Explain Various Primary Memory And
Secondary Memory.
Q 8. Write name and functions of main registers used in the Computer System?
SECTION-E (CO5)
Q 9. Write a short note on Flynn's classification..
Q 10. Write down Branch and Logic Instructions.