Question
How many days did Lalit take to complete his project?
I. Kishore correctly remembers that Lalit took more than 5 days but less than 11 days to complete his project. II. Mansi correctly remembers that Lalit took more than 9 days but less than 13 days to complete his project. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –ÂSolution
From I, The days are 6, 7, 8, 9, 10 From II, The days are 10, 11, 12 Lalit takes 10 days to complete the project. Hence both statement I and II is sufficient to answer.
The Statement object is created by using createStatement() method of Connection class.
If 2 K bits/second is bit rate, what is the minimum PCM bandwidth required for successful transmission?Â
What problem does the Floyd-Warshall algorithm solve?
Linux uses a time-sharing algorithm ___________
Which type of memory is fastest in terms of data access speed? Â
What was the term "Monitor" used to describe in the context of early operating systems?
Which of the following statements is true regarding the reliability requirements of the Spiral Model in software development?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which is not a access modifier in java?
When should you use inheritance over composition?