Question
A train travelling with a speed of 54 km/h can cross a
pole in 6 seconds. Find the time taken by the train to cross a 180 metres long platform if the speed of train is increased by 20%.Solution
Speed of train = 54 × 5/18 = 15 m/s Length of train = 15 × 6 = 90 metres Desired time = (90 + 180)/(1.20 × 15) = 15 seconds
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?