Você está na página 1de 4

CS605 midterm paper may 2011

My today paper of S.EII CS605

Differentiate between Software metrics and Software measure (5)

What do u mean by Interdependency? Briefly explain how it effects the


Project Schedule? (5)

What would you understand by the term Risk? (3)

What is a good Metric System? (3)

Differentiate between Democratic Decentralized and Controlled Decentralized?


(2)

Differentiate between compartmentalization and Interdependency? (2)

How can we develop Moving Ranges Control Charts? (2)


System Programming CS609
Awais khalil BC060400489

Midterm Fall-2010
Total 26 Questions

20 MCQ’s and 6 descriptive questions.

1. There are two main types of interrupts namely _________________.

2. To set the interrupt vector means is to change the double word sized interrupt vector within the
IVT. (True / False)

3. The service number is usually placed in the ________ register.


(AL, CL, AH, AX)

4. The keyboard makes use of interrupt number _______ for its input operations. (9,10,11,12)
5. The service _________ is called the keyboard hook service. (15H/2FH, 15H/4FH, 15H/FFH )

6. The BIOS interrupt ________ can be used to configure RTC. (1AH, 2AH, 3AH, 4AH)

7. The interval timer can operate in _______ modes. (Five, Seven, Four, Six)
8. ______ is Disk interrupt. (10H,11H,13H,14H)

9. PPI stands for Peripheral Programmable Interface (PPI)

10. Int ________ is used to control the printer via the BIOS. (17H, 18H, 20H, 21H)

11. Counter register can be used to divide clock signal. (True False)

12. DCE stands for __________ Data communication equipment)..

13. _________ is used to identify the cause of interrupt.

14. The bit # _______ of the coprocessor control word is the interrupt enable flag. (7,8,9, 6)

15. There are __________ kinds of serial communication. (2,3,4,5)

16. ________ store the base address for LPT1. (40:00H , 40:02H ,40:08H, 40:1AH)

17. The amount of memory above conventional memory (extended memory) can be determined
using the service _______. (15H/88H, 16H/88H, 17H/88H, 21H/88H)

18. The output on the monitor is controller by a controller called __________ within the PC. (Video
controller, Bus controller, Ram controller, None of the given)

19. The keyboard input character scan code is received at ___ port. (60H,61H,62H,63H,64H )

20. _______ is LED control byte. (0xFD,0xED, 0xFF, 0xEE )


21. Describe the flow control in RS232C and how the data is send and receive? [2 Marks]

22. what does this code [2 marks]


char hi, char lo;

hi = hi - 0x30;

lo = lo – 0x30;

hi = hi << 4;

hi = hi | lo;

23. In RS232C these abbreviations stands for [3 marks]


DTR

DSR

CTS

RTS

24. For what purpose these services are used? [3 marks]


INT 1AH/01

INT 1AH/02

INT 1AH/03

INT 1AH/04

INT 1AH/05

25. Explain Null Modem. [5 marks]

26. How communication between modem can performed (in terms of data transfer). [5marks]
!!_________ Best of Luck _________!!

Você também pode gostar