MSTIP - Data Mining - Midterm Exam

MSTIP - Data Mining - Midterm Exam

University

51 Qs

quiz-placeholder

Similar activities

codinggss

codinggss

University

50 Qs

c programming

c programming

University

50 Qs

BCA-CBT Quiz

BCA-CBT Quiz

University

50 Qs

CS8391 - DS - Model #1

CS8391 - DS - Model #1

University

50 Qs

VB.NET BASIC QUIZ

VB.NET BASIC QUIZ

University

50 Qs

ALGORITHM AND FLOWCHART

ALGORITHM AND FLOWCHART

12th Grade - University

51 Qs

2ND DIAGNOSTIC TEST

2ND DIAGNOSTIC TEST

9th Grade - University

51 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?