One of the ABEL entry methods uses logic equations explain it-00344
This subjective question is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term Solved Past Paper No. 4.
Question 1: One of the ABEL entry methods uses logic equations; explain it with at least a single example.
Answer:
In ABEL any letter or combination of letters and numbers can be used to identify variables. ABEL however is case sensitive, thus variable "Ais treated separately from variable "a?. All ABEL equations must end with ";? Boolean expression F = AB' + AC +(BD)' is written in ABEL as F = A & !B # A & C # !B & !D;