Question
A 280 m long train crosses a platform twice its length
in 2 min. Find the speed of the train. TYPE 2Solution
Speed of train = (Length of train + Length of Platform)/Required time Length of train = 280 m Crossing time of platform = 2 × 60 = 120 sec Length of platform = 280 × 2 = 560 m Let the speed of train be x. Speed of train = (280 + 560)/120 ⇒ x = 840/120 = 7 m/s
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?