MSTIP - Data Mining - Midterm Exam

MSTIP - Data Mining - Midterm Exam

University

51 Qs

quiz-placeholder

Similar activities

Java Programming Quiz 2-6

Java Programming Quiz 2-6

University

50 Qs

Python Programming - I B.Sc CS quiz

Python Programming - I B.Sc CS quiz

University

50 Qs

Boolean Logic Quiz

Boolean Logic Quiz

University

50 Qs

Understanding Loops in Programming

Understanding Loops in Programming

9th Grade - University

54 Qs

Pre-Test Praktikum

Pre-Test Praktikum

University

50 Qs

Technical Quiz 2022-23

Technical Quiz 2022-23

University

50 Qs

UTS Web Development I

UTS Web Development I

University

50 Qs

Test 1

Test 1

University

49 Qs

MSTIP - Data Mining - Midterm Exam

MSTIP - Data Mining - Midterm Exam

Assessment

Quiz

Computers

University

Medium

Created by

ALVIN CERTEZA

Used 11+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If x<-4; then typeof(x) is

Character

Double

Logical

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If x<-4 and y<-5 then x+y is

7

9

1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If y<-"b"; then typeof(y) is

Character

Double

Logical

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If y<-T; then typeof(y) is

Character

Double

Logical

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

x <- c("what","is","truth")

if("Truth" %in% x) {

print("Truth is found")

} else {

print("Truth is not found")

}

Truth is not found

Truth is found

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

x <- c("what","is","truth")

 

if("Truth" %in% x) {

   print("Truth is found the first time")

} else if ("truth" %in% x) {

   print("truth is found the second time")

} else {

   print("No truth found")

}

Truth is found the first time

truth is found the second time

No truth found

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If m1 <- matrix(c(T, T, F, F, T, F), nrow = 2)

then the order of m1 is

2 x 3

2 x 1

3 x 2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?