Question
A pond of water appears less deep due to
–Solution
The apparent depth will look less that its real depth due to the refraction of light. First of all, imagine an object at the bottom of the pond, emitting three beams of light: one straight to the centre of your eye, one above your eye, and one below. Now, as light travels faster in air than it does in water, it will accelerate as it breaks the surface, at which point it bends away from the 'normal' - the imaginary line perpendicular to the surface. So back to those three beams, the one coming straight at your eye, and as such perfectly vertical, will not bend one way or another as it leaves the water.
Which of the following is NOT a divide-and-conquer algorithm?
The time complexity of searching in a hash table with chaining is:
Which of the following properties must a problem exhibit to be solvable by a greedy algorithm?
Which of the following is substring of “IXAMBEE”?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which of the following is true for a min-heap?
In intelligent systems, which of the following is a key characteristic of an expert system?
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in: