Friday , 22 November 2024

Mid Term Data

CS609 Solved MCQs mega Collection for Mid Term Papers

Only ________ ports are important from programming point of view. 70 and 71H 71 and 72H 70 and 72H 72 and 73H ____whenever received indicates the start of communication and ______ whenever received indicates a temporary pause in the communication. XON & XOFF XOFF & XON XON & YOFF YON & XOFF There are two main types of interrupts, namely …

Read More »

IT430 Solved Mid Term Papers Mega Collection

Question No: 1    ( Marks: 1 )    – Please choose one Tcp/Ip  consists of ——————-. 4 layers 7 layers 9 layers None of the given Question No: 2    ( Marks: 1 )    – Please choose one What one of the following is not a HTTP four set step process per transaction? Client Server accepts request Server download the page Server …

Read More »

CS507 today mid term paper (11 December 2012)

Total Question 26 MCQs 20 Mostly MCQs was from Past Papers Question of 2 Marks Bureaucratic model? 2 one q from waterfalls and spiral model? knowledge system definition Question of 3 Marks feasibility study? examples of structured, unstructured and semi-structured? Explain TQM and its tool ? what are the documents required in development phase? Question of 5 Marks scope creep,in which …

Read More »

CS502 Solved Subjective for Mid Term Papers

How we build heap We build a max heap out of the given array of numbers A[1..n]. We repeatedly extract the maximum item from the heap. Once the max item is removed, we are left with a hole at the root.  Write Pseudo code for KNAPSACK algorithm? Solution: KNAPSACK (n, W) 1 for w=0,W 2 do V[0,w]ß0 3 for i=0,n …

Read More »

CS408 Solved Mid Term Paper for upcoming CS408 Paper

Question No: 1    ( Marks: 1 )    – Please choose one In an organization individuals may keep their own records, or there may be local gurus. This statement concerns with ____________.   ► Paper work and computer work ► Spatial and temporal organizations        ► Organizational memory ► None of these   Question No: 2    ( Marks: 1 )    – …

Read More »

FIN622 today mid term paper (09 December 2012)

Total Question     26 MCQs                      22 Question 3 Marks      3 Question 5 Marks       5 Mostly MCQs were from past Papers Question of Mark 3:- Question: Projects Beta Standard deviation Security X 0.8 0.4 Security Y 2 0.3 Which security is defensive and why? Whish …

Read More »

CS604 Solved Subjective Mega Collection for Mid term papers

Question Differentiate between independent processes and cooperative processes Answer:- a process which does not need any other external factor to trigger it is an independent process. a process which works on occurrence of any event and the outcome effects any part of the rest of the system is called a cooperating process.   Question  Differentiate between fifo and pipe Answer:- …

Read More »

CS604 Today Paper (10 December 2012)

Total Questions   26 Total MCQs  20 Mostly MCQs are from Past Papers Questions of 2 Marks:- Explain Entry Section and Remainder Section of the code. i forget 2nd Question of 2 number Question of 3 Marks:- Write the swapping code of two variable Explain the process and threads Question of 5 Marks:- explain Static race detection and dynamic race detection of race conditions? …

Read More »

MGT613 Assignment no 1 solution fall 2012

Semester “Fall 2012” “Production and operations management” (MGT613) Due Date: 27th November 2012                                                       Marks:  20   Assignment: Suppose Green Textile Mills (GTM) has just entered the Pakistani market and is competing with the major textile manufacturers of Pakistan. Company is facing a very tough time in Pakistani market due to high cost of raw materials used and drastic power …

Read More »

CS502 latest Solved MCQs Mega Collection for mid term papers

How much time merge sort takes for an array of numbers? Select correct option: T(n^2) T(n) T( log n) T(n log n)   For the heap sort we store the tree nodes in Select correct option: level-order traversal in-order traversal pre-order traversal post-order traversal   Sorting is one of the few problems where provable ________ bonds exits on how fast …

Read More »