Question
A cyclist travels at a speed of 20 km/h. After riding
for 2 hours, he stops for 30 minutes and then continues to ride at a speed of 15 km/h for another 1.5 hours. What is his total distance covered?Solution
Distance covered in the first part: Speed = 20 km/h Time = 2 hours Distance = Speed × Time = 20 × 2 = 40 km. After the stop, he rides for 1.5 hours at 15 km/h: Distance covered in the second part = Speed × Time = 15 × 1.5 = 22.5 km. Total Distance Covered: Total distance = Distance in the first part + Distance in the second part = 40 + 22.5 = 62.5 km. Correct Answer: c
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...