what is dot net framework
No Answer is Posted For this Question
Be the First to Post Answer
Piggy backing is a technique for a) Flow control b) sequence c) Acknowledgement d) retransmition
17 Answers Fast Booking, HCL, Lucent, NIC,
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Define Form modules, Class modules and Standard modules
Diff between IF and where ?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
What is the Difference between in memory database and physical database
.net 2005 supports how many languages?
What parameters are used to run a JCL JOB on a perticular DAY and TIME and DATE
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
what is the maximam caption size of lebel
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END