Question
How much time does A take alone to complete the
work? I. B alone takes 45 days, while A and B together take 15 days to complete the work. II. A and B can do a piece of work in 8 days, and B and C can do the same work in 12 days.Solution
From I, 1/A = 1/15 - 1/45 = 2/45 Therefore, A takes 45/2 = 221/2 days to complete the work. From II, we cannot get the answer. Therefore, data statement I alone is sufficient to answer the question.
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?
Consider a weighted complete graph G on the vertex set {v1,v2 ,v} such that the weight of the edge (v,v) is 2|i-j|. The weight of a minimum spanning tr...
The communication structure that we need in socket programming is called as _________.
What is the primary purpose of a database transaction?
Which type of variable has the widest scope and can be accessed from any part of the program?
What is the data transmission direction in a Token Ring network?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
Which scheduling policy may result in high waiting times for long-running jobs?
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...