examples of logical manipulation instructions
Answers
Answered by
0
Answer:
An example of logical manipulation instructions is
Bit manipulation
(Bit manipulation is the act of algorithmically manipulating bits or other pieces of data shorter than a word. Computer programming tasks that require bit manipulation include low-level device control, error detection and correction algorithms, data compression, encryption algorithms, and optimization
Explanation:
There are three logical operators in JavaScript: || (OR), && (AND), ! (NOT). Although they are called “logical”, they can be applied to values of any type, not only Boolean
Instructions to perform logical operation
XOR − Used to perform Exclusive-OR operation over each bit in a byte/word with the corresponding bit in another byte/word
Logical notation involves capital letters, A–Z to symbolize simple statements, and logical operators to symbolize the compounding elements. There are five logical operator symbols: tilde, dot, wedge, horseshoe, and triple bar. Tilde is the symbol for negation)
Please mark me as brainliest
Similar questions