Question
A train takes to cross a man standing on a platform and
a 360m long bridge 12 sec and 30 sec respectively. How long will it take to cross a 220m long platform?Solution
Ixambee Method: Time taken to cover only bridge = 30 - 12 = 18 hence Speed of the train = 360/18 = 20m/s So time taken to cover 220 m platfrom only = 220/20 = 11 s So total time to cross 220 m platform = 11 + 12 = 23s
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?