Question
Speed of a car and a bus is 20 km/h and 10 km/h,
respectively. If the time taken by the car to cover a distance of β8xβ km is 1 hour less than time taken by the bus to cover a distance of β5xβ km, then find the value of β8xβSolution
According to the question, (5x/10) β (8x/20) = 1 Or, (5x Γ 2 β 8x Γ 1) Γ· 20 = 1 Or, (10x β 8x) Γ· 20 = 1 So, x = 10 Required value = 8 Γ 10 = 80
Which type of attack exploits software bugs to execute arbitrary code on a system?
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
Which normal form eliminates transitive dependency?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
A software defect that causes a program to produce incorrect output without crashing or displaying an error message is typically classified as a:Β
The command to test reachability of a host in Linux is:
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
Which of the following is not part of the process control block (PCB)?
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Query optimization heuristics often include: