Question
A train 550 metres long is running at a speed of 72
km/hr. If it crosses a tunnel in 1 minute, then the length of the tunnel (in meters) is: TYPE 8Solution
Let the length of the tunnel be ‘x’ meter. Speed = 72 × (5/18) m/sec = 20 m/sec Time = 1 minute = 60 seconds. Let the length of the tunnel be x metres. Then, (550 + x)/60 = 20 =>(550 + x) = 1200 => x = 650 m
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?