Question
A vehicle travels at 36 km/h and is scheduled to reach its
destination in 100 minutes. After traveling half the distance, it stops for 10 minutes. What should be the speed for the remaining journey to reach on time?Solution
Total distance = 36 × (100/60) = 60 km
Time for half journey = (30 ÷ 36) × 60 = 50 minutes
Time remaining = 100 – 50 – 10 = 40 minutes
Required speed = (30 ÷ 40) × 60 = 45 km/h
Which of the following is an example of a relational database management system (RDBMS)?
Which component in the MVC architecture communicates directly with the database?
Virtual memory allows for the efficient management of:
State true or false
Pipelining is a technique used in computer architecture to enhance instruction-level parallelism and improve the efficiency o...
Which data structure is used for implementing breadth-first search (BFS) algorithm?
In a binary search tree (BST), what is the time complexity of finding the maximum element in the tree?
Â
How can we set default rwx permission to all users on every file which is created on the current shell?
What is the purpose of encryption in cybersecurity?
What is a deadlock in a computer system?
Which command is used to perform arithmetic operations in a shell script?