What is the truth table for the Boolean operator AND?

The Boolean operator AND is a very common one encountered in Computer Science, along with NOT and OR (and its variant XOR). The operator takes in two inputs and gives one output. The truth table shows all these possible combinations. Let us call the two inputs "a" and "b" and the output "o". The table would look like:
a b o
0 0 0
0 1 0
1 0 0
1 1 1
We have 2 inputs, each input having 2 possible values (1 = true, 0 = false) therefore there are 4 possible combinations. For the AND operator to return true, both inputs have to be true. If the inputs are not both true, it will return false.

Answered by Alexandru N. Computing tutor

1570 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

What is the use of a web-server on the internet?


James would like to store a video clip that is 20 frames per second and has a duration of 76 seconds. The resolution of this video is 1280x720 with a colour depth of 24 bits. Calculate the storage requirement for the uncompressed video clip.


Convert the following binary number into hexadecimal : 10111000


What are the opcode and operand of instructions?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo
Cookie Preferences