what is major differnet between hub and switch and also defferent between router and switch
ACS,
1906In 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 13378Suppose 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?
3633Give 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 8458What 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 15774Post New Engineering AllOther Questions
Anyone have thesis paper about "Electrical Load Forecasting" . Or the web addresses where people usually upload their thesis paper except IEEE.
what is the Relationship between quantity of Gas and capacity of AC machine in tonnage.
please answer the following question: A table contains the monthly sales data for the 12 months of a year and for the 4 sales zones where each zone has 8 districts.The table is defined in WORKING-STORAGE SECTION.What is the size of the defined table in number of bytes? write statements to calculate the total sales for each month.
THERE iS ANY DEFAULT CONNECTION STRING FOR WINDOWS APPLICATION IN VB.NET2005 FROM WHICH AFTER CHANGING PROJECT DIRECTORY TO OTHER PLACE AND WE DID NOT CHANGE DATABASE PATH INB SQL CONNECTION ?????
Are bridges more stable on concrete or on soil - why?
How will I MOve Comp-1 variable into next variable without using Move statement?
What is IPSec?
what is the difference between embedded system and PLC. Whether the micro controller accept future expansion of program?
how many gallon in one quseka
Please send me Sample papers OF National Informatics Centre (NIC) Vacency
write a c programme to count the characters words and lines in a text book
WHAT IS THE PROPER LOCATION OF SAMPLE POINT OF LPG SPHERE TANK?
how 2 write a program of this pattern usin for loop?? 1 2 3 4 5 6 7 8 9 10
What are the frequently asked technical engineer ques?
Write a function to print all the combinations of a string both uppercase and lowercase without altering the position of each letter.