Question
In which of the following districts is the famous
Manesar Cave located?Solution
Caves in uttarakhand: Dehradun: Meola Cave, Bispuria and Rovers Cave Tehri: Garbh/womb zone cave, Vashishtha Cave and Vishwanath Cave Pauri Garwal: Gorakhnath Cave and Jhilmil Cave. Chamoli: Garud Cave, Ganesh Cave, Vyas Cave, Timbersain Cave, Muchkund cave, Ram Cave, Hanuman Cave and Manesar Cave Uttarkashi: Prakateshwar Cave, Pandav Cave, Shringi Cave, Parasar Cave and Matanga Rishi Cave Rudra Prayag: Dhyan Cave and Koteshwar Cave
Which probability distribution is most widely used to model quantization noise in pulse code modulation ?
Consider a graph with vertices A, B, C, D and edges with weights: (A,B)=1, (A,C)=7, (A,D)=10, (B,C)=3, (C,D)=4, (D,E)=2. (Assume E is another vertex). I...
Consider generating all permutations of the string "ABC" using a backtracking approach. Which of the following sequences represents a valid path in the ...
fill the blank for space 14.
A system uses a 32-bit logical address space and a page size of 4KB. If each page table entry (PTE) is 4 bytes, how many entries can a single-level page...
Consider a simplified backtracking approach for generating permutations of [1, 2, 3]. If the current partial permutation is [1, 3], what is the next log...
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...Which of the following is a key characteristic of cloud computing?Â
Which of the following is a potential problem when multiple threads access and modify shared data concurrently without proper synchronization?
What is a "call stack" in the context of debugging?