Relational & Logical Operators

Relational & Logical Operators

University

20 Qs

quiz-placeholder

Similar activities

Algoritma + Pascal

Algoritma + Pascal

University

20 Qs

JS-KT2 (Sub)

JS-KT2 (Sub)

University

20 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

Interactivity with JavaScript

Interactivity with JavaScript

University

15 Qs

break_Tayo_02

break_Tayo_02

University

20 Qs

Java Objects - Real world Scenarios - Practice Quiz

Java Objects - Real world Scenarios - Practice Quiz

University

20 Qs

MID-SEMESTER TEST

MID-SEMESTER TEST

University

20 Qs

FDS quiz 2

FDS quiz 2

University

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