Relational & Logical Operators

Relational & Logical Operators

University

20 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

QUIZ PF ON TOPIC 1 & 2

QUIZ PF ON TOPIC 1 & 2

University

17 Qs

More on JavaScript

More on JavaScript

University

19 Qs

Digital Electronics (Weekend Assignment - 3)

Digital Electronics (Weekend Assignment - 3)

University - Professional Development

20 Qs

Java Programming

Java Programming

University

20 Qs

Pemograman 1 (Week 2)

Pemograman 1 (Week 2)

University

20 Qs

Boolean Theorems

Boolean Theorems

University

15 Qs

Lógica de Programação

Lógica de Programação

University

16 Qs

Relational & Logical Operators

Relational & Logical Operators

Assessment

Quiz

Computers

University

Medium

Created by

Chad Dela Cruz

Used 139+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?


x = a<b&&c>b&&a<c

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?


x = a<b||c>b&&a<c

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?


x = a<b&&c>b||a<c

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=3, b=9, c=-4, what is the boolean value of x?


x = a<b||c>b||a<c

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?


x = a<=b&&c>b&&a<c

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?


x = a<b||c>b&&a<=c

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Evaluate. If a=0, b=-1, c=12, what is the boolean value of x?


x = a<b||c>=b||a<c

TRUE

FALSE

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?