Skip to main content

(:D)

 Hello

Comments

Popular posts from this blog

Lab On java

  Lab On java : IA 1 - Question 1 The correct answer is a. break. The break statement is used to terminate the current loop (for, while, do-while) or switch statement in Java. Question 2 The correct answer is d. None of the mentioned. Question 3 The correct answer is a. An array of instances of class represented by single name. Question 4 The correct answer is c. All the objects should be of same class. For an array of objects in Java, all the elements (objects) must be of the same class or a subclass of that class. Question 5 The correct answer is b. Five. The value of x is 5. The switch statement will execute the case 5 block, which prints "Five". The break statement will then terminate the switch block. Question 6 The correct answer is a. continue. The continue keyword is used to skip the rest of the code in the current iteration of a loop and move to the next iteration. Question 7 The correct answer is b. 0 1 2. The loop starts with i = 0. Question 8 The correct answer i...

Operating systems

 Operating systems IA 1 - 1 -a 2 -b 3 -b 4 -d 5 -c 6 -b 7 -b 8 -a 9 -b 10-b 11-a 12-a 13-b 14-d 15-a 16-c 17-b 18-c 19-a 20-a IA 2 - 1 -b 2 -c 3 -a 4 -c 5 -a 6 -b 7 -d 8 -b 9 -a 10-a 11-a 12-a 13-c 14-a 15-a 16-a 17-c 18-b 19-b 20-a IA 3 - 1 -d 2 -b 3 -b 4 -c 5 -a 6 -d 7 -a 8 -c 9 -d 10-c 11-a 12-d 13-c 14-d 15-d 16-d 17-a 18-b 19-b 20-b