Posted inBasics Computer Software, Programming Languages and Program Development Posted by admin August 27, 2021 As is already seen, a computer cannot do anything on its own. It has to…
Posted inBasics NOR Gate Posted by admin August 27, 2021 A NOR gate is complemented OR gate. That is, the output of a NOR gate…
Posted inBasics NAND Gate Posted by admin August 27, 2021 A NAND gate is a complemented AND gate. That is the output of NAND gate…
Posted inBasics NOT Gate Posted by admin August 27, 2021 A NOT gate is the physical realization of complementation operation. It is an electronic circuit…
Posted inBasics OR Gate Posted by admin August 27, 2021 An OR gate is the physical realization of logical addition (OR) operation. It is an…
Posted inBasics AND Gate Posted by admin August 27, 2021 An AND gate is the physical realization of logical multiplication (AND) operation. It is an…
Posted inBasics Logic Gates Posted by admin August 27, 2021 ll operations within a computer are carried out by means of combinations of signals passing…
Posted inBasics Complementation Posted by admin August 27, 2021 Truth table for logical AND (.) operator.OR andAND are binary operations because they operate on…
Posted inBasics Logical Multiplication Posted by admin August 27, 2021 The symbol ‘.’ Is used for logical multiplication operator. It is also known as ‘AND’…
Posted inBasics Logical Addition Posted by admin August 27, 2021 The symbol ‘+’ is used for logical addition operator. It is also known as ‘OR’…