Question
A right square pyramid having lateral surface area is
624 cm². If the length of the diagonal of the square is 24√2, then the volume of the pyramid is:Solution
The correct answer is C
Which of the following is true about the Round Robin (RR) CPU scheduling algorithm?
Which of the following is shared by the thread of the same process.
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?   Â
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true about the time complexity of Merge Sort?
In intelligent systems, which of the following is a key characteristic of an expert system?
Which of the following is a primary challenge associated with Cloud Security?
Which architecture allows multiple processors to share memory and work simultaneously?     Â
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which is not true about minimum spanning tree?