Skip to main content

Lab on Oracle

 Lab On Oracle :




IA 1 -



1 -b

2 -d

3 -c

4 -b

5 -c

6 -d

7 -c

8 -c

9 -d

10-a

11-a

12-d

13-c

14-d

15-c

16-a

17-d

18-b

19-a

20-b


IA 2 -



1 -a

2 -c

3 -b

4 -a

5 -c

6 -b

7 -a

8 -a

9 -b

10-c

11-b

12-a

13-a

14-a

15-a

16-b

17-b

18-d

19-b

20-a


IA 3 -


1 -a

2 -a

3 -b

4 -b

5 -a

6 -b

7 -c

8 -a

9 -d

10-c

11-d

12-b

13-c

14-a

15-b

16-c

17-a

18-a

19-b

20-c


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...

Statistics

Statistics :   IA 1 - Here are the answers to your questions: Question 1: a. statistics in personnel management Question 2: c. Sample Question 3: c. descriptive statistics Question 4: b. Quantitative variable Question 5: d. Aggregate of facts Question 6: c. Published data Question 7: a. Statistics Question 8: d. Numerical Data Question 9: a. Methods Question 10: a. Continious data Question 11: a. Mean Question 12: b. 38 (Calculation: (30 + 46 + 35 + 21 + 53 + 43) / 6 = 228 / 6 = 38) Question 13: c. Mode Question 14: a. 5 Question 15: b. 43.6 (Calculation: Original sum = 50 * 44 = 2200. Corrected sum = 2200 - 56 + 36 = 2180. Corrected mean = 2180 / 50 = 43.6) Question 16: c. 18 (Ordered data: 7, 10, 12, 15, 18, 20, 25, 38, 45. The median is the middle value, which is 18.) Question 17: c. 8 (Ordered data: 5, 5, 5, 8, 8, 9, 11. The median is the middle value, which is 8.) Question 18: b. range Question 19: c. 6 (Calculation: Sum of first 10 items = 10 * 4 = 40. Sum of next 5 items = 5...