Answer:
OR
Explanation:
The logical function is used to combine one or more logical condition their are many types of logical condition that are given below
- Logical OR
- Logical And
- Logical Not
The Logical OR Function returns true when any of the condition is true and it returns false when both the condition are false
Following are the example in C programming language
In the programming language it is represented by ||
a=90;
b=98;
c=187;
int t=(c< b || b>a)
it returns true because one condition is true i.e b>a .
The truth table of OR logical function is given below
A B Result
True True True
True False False
False TRUE TRUE
FALSE FALSE FALSE
ColdFusion/JRun is a web application server that provides the ability to connect web servers to multiple data sources.ColdFusion/JRun is an application server developed by Adobe, that is based on Sun Microsystems' Java 2 Platform, Enterprise Edition (J2EE). The other options are eliminated because: Ms Access is <span>Database Management System , FoxPro is database development system and dBase is also data management system.</span>
The base-10 value of 52010 is equal to base-16 value of 20816.