Good Luck
Good Luck
(A)
Mid exam (2023/2024)
Subject: Statistics and probability class: 1st
-Good Luck-
URUK University Date: 25 / 5 / 2024
College of Technical Engineering Time allowed: 1:30 Hour
Dept. Of Cybersecurity and Cloud
Computing Technical Eng.
(A)
Mid exam (2023/2024)
Subject: Statistics and probability class: 1st
13. It deals with the collection and presentation of data 24. Z<- TRUE
and summarizing values that describe the group's Class (z)
characteristics The output is:
A. Nominal A. Numeric
B. Descriptive B. Character
C. Number C. TRUE
D. Object D. Logical
14. If data set if (5, 6, 8, 9, 10, 11, 14) the variance for 25. Mark<-50
population is: If (mark>=50)
A. 10 Print{(“pass”)}
B. 9.3 The output is:
C. 11 A. 50
D. 12 B. Pass
15. Impossible Event – an event that has no chance of C. Mark=50
occurring (probability = 0). D. Mark<=50
A. True B. False 26. ncol: is the number of columns to be created.
16. A bimodal distribution has two peaks A. True
A. True B. False B. False
17. Q3 in Box plot is not new Max 27. list1+list2 The output is:
A. True B. False A. error
18. In Continuous Variable Range of specified numbers is B. list3
incomplete, i.e. infinite C. True
A. True B. False D. False
19. Gender is binary 28. Dimnames: is the name assigned to the rows and
A. True B. False columns.
20. Pupation grater the sample A. True.
A. True B. False B. False
21. R language is: 29. Lst < -list ( c ( “red” , ”blue”), 70 , 1:5)
A. Simple and effective programming. length (lst)
B. Complex programming. A. lst
C. Graphics cannot be used. B. 3
D. Both A And C C. red blue , 70 , 1 2 3 4 5
22. X<- 3 equal to: D. red blue
A. X/3 30. For (i in 2:9) { print (i^2) }
B. X=3 The output is:
C. X-3 A. 2 3 4 5 6 7 8 9
D. X<3 B. 2, 9
E. C. 4 9 16 25 36 49 64 81
23. Y < - ”Ali” D. 2:9
Class (y)
The output is:
A. Ali
B. Character
C. Numeric
D. Class
-Good Luck-