VU Midterm Past Papers
29 solved midterm past paper MCQs for CS609 (System Programming) at Virtual University, each with the correct answer marked. Use them to learn the VU question style and test your recall. An independent study tool — not affiliated with VU.
Prefer a summary first? Read the CS609 midterm handout.
Q1. stores the base address for LPT1
Q2. In interrupt 17H, if DX register contains zero, then I/O will be performed on .
Q3. The speed of Microprocessor depends upon
Q4. Interrupt _____ is empty: we can use its vector as a flag.
Q5. The Interrupt no. 65H is used
Q6. Timer interrupt is invoked by means of .
Q7. In Real Time Clock, the Status is used to specify the date time formats.
Q8. The UART device uses for error detection.
Q9. BIOS data area starts from .
Q10. The registers Flags, are pushed on stack after execution of INT instruction and execution branches to the interrupt procedure.
Q11. What is output of the following program; #include<DOS.H> union REGS regs; void main(void) { regs.h.al = 0x99; }
Q12. Parameters in interrupts are passed through
Q13. The printer interface uses the .
Q14. While performing programmed I/O on the printer using BIOS service, we must check _____ of Status Byte to see if printer is busy or not.
Q15. If printer is then printer sends back the ACK signal to the printer interface
Q16. REGS is a
Q17. Every ISR (Interrupt Service Routine) should check service number in _____ register and then perform the function accordingly
Q18. The register which is not available in the UART device is
Q19. DCE is
Q20. In the Counter Register of Interval Timer, bit number 3 changes its value between 0 and 1 within ____clock cycles
Q21. Operating system information is in a special block on disk which is called
Q22. The PPI acts as an interface between the CPU and a parallel .
Q23. All Interval Timer channels are _____ bits wide.
Q24. In interrupt interception with software interrupts, the original interrupt can be invoked ____
Q25. _____ is used to set date.
Q26. Frequency of clock signal measures the speed of the
Q27. To store each character in keyboard buffer ____ bytes are required.
Q28. In the context of COM ports. AH register is treated as a .
Q29. How many Interrupts can be addressed via Interrupt Vector Table?