Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is application of logic gates?

0
10 Posted

What is application of logic gates?

0
10

This question is a little vague? But here goes anyhow: If you combine Logic Gates you can perform a variety of functions such as addition, multiplication etc. in fact absolutely everything your computer does is performed by Logic Gates. They are the building blocks of all computers and are a way of manipulating binary numbers (0 and 1) which all cimputers use to function. Basically a Byte is anything from 8 to 128 (and more) bits grouped together, which can represent a number in base 2 (or binary). So if you have 1 Mega byte, you have over 64 million bits or units set to OFF or ON / 0 or 1 so if you need to add say 3 and 4 in decimal it would be: 3 + 4 = 7 in binary (with 4 bits) 0011 + 0100 = 0111 (the first 0 or 1 is 2 to the power of 3 = 8 (2 x 2 x2), the second is 2 to the power of 2 = 4 (2×2) etc Logic Gates are: AND, OR, NOT, XOR, NAND and NOR. NOT is easy, it turns a 0 to a 1 and a 1 to a zero. AND takes two inputs and produces one output. If both inputs are 1 the output is 1, o

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.