what is major differnet between hub and switch and also defferent between router and switch
ACS,
1948In an entity relationship, y is dominant entity and x is a subordinate entity. Then which of the following is/are correct 1. operationally, if y is deleted, so is x 2. x is existence dependent on y 3. operationally, x is deleted on y 4. operationally, x is deleted, y remains the same
HCL,
4 13554Suppose that, even unrealistically, we are to search a list of 700 million items using Binary Search, Recursion (the algorithm given in class). What is the maximum number of comparisons that this algorithm must perform before finding a given item or concluding that it is not in the list?
3689Give an algorithm for the following problem and determine its time complexity. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is maximized. You may assume that n is a multiple of 2 (i.e. n is even).
1 8548What is the time complexity T(n) of the nested loops below? For simplicity, you may assume that n is a power of 2. That is, n = 2k for some positive integer k. : i = n; while (i >= 1){ j = i; while (j <= n) {
// Needs (1). j = 2 * j; } i = i/2; } : 2 15884Post New Engineering AllOther Questions
what is polymorphism.
I need to know the process to add 100 tapes in ATL. Ho to inicialize them to the system? How is all the process i need to follow> Thanks
3. Tell me about a time when you had too many things to do and you were required to prioritize your tasks.
Are bridges more stable on concrete or on soil - why?
How we calculate the recovery of steam as per coal in a boiler if we know the calorific value of coal?
Can u send me a sample Final year CSE student 'RESUME' for campus placement to following mail id: aspnetworks@gmail.com
where is the first engeenering college of Asia
Q1 Design a webpage for a hotel which displays all the information of the hotel such as rooms available, facilities, and packages along with rate list. Apply the different tags available to give it a good style.
i have got a gre score of 800 in my first attemt and a score of 1080 in the second and i have repoted both the scores.will it effect my chances of getting good university
what is difference between value datatype and object datattype
Difference in NS and TIA type HRC fuses
what the bridge id of any switches
how to join two table those stored on different database.
when did actually oil exploration start
multithreading??