State the situations under which gateways are necessary in the network. Give one example.
SIKSHAPATH Latest Questions
Explain software quality metrics for process and products. How these metrics will be helpful for engineers?
Which of the following is not an application of binary search? Finding the lower/upper bound in an ordered sequence Union of intervals Debugging Searching in an unordered list
Which of the following is NOT true for Bootstrap program? A. Invoked at power-up or reboot B. Resides in ROM/EPROM C. Performs system initialization D. Performs user management
Create a program to add two numbers 55H and 50H. The 1st number is present in memory C000H. The second number is present in memory C001 H. The result is to be stored in the memory C003.
What are the three stages of building the hypotheses or model in machine learning?
Samples of sizes 10 and 14 were taken from two populations with S.D 3.5 and 5.2. The sample means were found to be 20.3 and 18.6 . Test whether the means of the two populations are the same at 5% ...Read more
What are the levels in Structuring of knowledge?
Which of the following is false about SLA contents a) A complete, specific definition of each serviceb) An auditing mechanism to monitor the servicesc) The responsibilities of the service provider and consumerd) None of these
Write a PL/SQL program to print reverse of a number. For example: 1234 print as 4321.