which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 2618For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
2942What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
9 11375Post New Programming Languages AllOther Questions
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What is the difference between WebIntelligence and Designer in creating universes?
what are all the validation we need to perform in data stage?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
What are the tasks performed by a Team Lead
how will you code the subfile which is in editing mode (multiple case subfile)?
what are the missinschema properties and should we pass primary key in select command
Tell me the jobs for the MCA Fresher in delhi, Noida..
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Any real time example of O2C process from taking order till creating invoice.
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach