Question
If the ratio of areas of two circle is 25:49, then the
ratio of their circumferences will be:Solution
Ratio of area of two circles = (Ratio of radius)2 = 25:49 Ratio of Circumference = Ratio of radius Hence, Ratio of Circumference = √(25/49) = 5:7
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?