Conditional Logic

Conditional Logic

9th Grade - University

30 Qs

quiz-placeholder

Similar activities

Chapter 4.5

Chapter 4.5

12th Grade

28 Qs

Knowledge Bowl Practice #1

Knowledge Bowl Practice #1

9th - 12th Grade

25 Qs

Education Quiz for B.Ed 2nd Sem_1

Education Quiz for B.Ed 2nd Sem_1

University

25 Qs

GA

GA

University

25 Qs

1/1, 1/2, and 1/3 Early Finisher

1/1, 1/2, and 1/3 Early Finisher

9th - 12th Grade

26 Qs

LE400 Chapter 1 & USAF Rank Review

LE400 Chapter 1 & USAF Rank Review

9th - 12th Grade

25 Qs

Summative Test in Music 10

Summative Test in Music 10

10th Grade

35 Qs

Reproductive Diseases & Conditions

Reproductive Diseases & Conditions

10th Grade

25 Qs

Conditional Logic

Conditional Logic

Assessment

Quiz

Other

9th Grade - University

Easy

Created by

Kenneth Young

Used 9+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

(day == "Tuesday") || (age < 12)

T

F

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

(age > 10) && (age < 20)

T

F

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

!(age > 10)

T

F

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

(age == 16) && (day == "Monday")

T

F

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

!((age == 15) && (day == "Friday"))

T

F

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

((age == 16) && (day == "Monday")) || (day == "Tuesday")

T

F

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

int age = 16;

String day = "Monday";

((age > 10) && ((age + 5) > 20))

T

F

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?