Question
A train takes 3 hours to travel a certain distance at a
speed of 60 km/h. If the speed is increased by 20 km/h, how long will it take to cover the same distance?Solution
ATQ, Time = Distance / Speed Initial time = 3 hours Initial speed = 60 km/h Final speed = 80 km/h Since the distance is constant, the time and speed are inversely proportional. Initial time × Initial speed = Final time × Final speed 3 hours × 60 km/h = Final time × 80 km/h Final time = (3 hours × 60 km/h) / 80 km/h = 2.25 hours
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?