Question
The average of the first eight multiples of 6
is:Solution
Since, the first 8 multiple of 6 are 6, 12, 18, 24, 30, 36, 42, 48 = The average of all 8 numbers = (6 + 12 + 18 + 24 +30+36 + 42 + 48)/8 Â The required average = 216/8 = 27
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?