FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which term is used to describe expressions that result in the value of either true or false?
A
Selection
B
Boolean
C
Concatenation
D
Conditional
Explanation: 

Detailed explanation-1: -A Boolean expression is a logical statement that is either TRUE or FALSE . Boolean expressions can compare data of any type as long as both parts of the expression have the same basic data type.

Detailed explanation-2: -In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra.

Detailed explanation-3: -The Boolean object represents a truth value: true or false .

Detailed explanation-4: -A boolean expression(named for mathematician George Boole) is an expression that evaluates to either true or false.

Detailed explanation-5: -In computer science, a Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated. A Boolean value is either true or false.

There is 1 question to complete.