AND-OR-NOT

preview_player
Показать описание
Theory of Computation

5.3: AND-OR-NOT
- Modeling Computing with Logic
- AND, OR, NOT
- Building MAJ (Majority) with AND, OR, NOT

Nathan Brunelle and David Evans
University of Virginia
Рекомендации по теме
Комментарии
Автор

is there any specific reason for choosing these AND OR NOT as basic building blocks ? Also does the choice of basic instructions depend upon the representation ?

CHAPTER 3 PAGE 20 (TCS book)
Second, the choice of AND, OR or NOT seems rather arbitrary.
Why not XOR and MAJ? Why not allow operations like addition
and multiplication? What about any other logical constructions
such if/then or while?

i was not able to find out the answer for why not addition or multiplication ? These basic instruction /function choice depend upon the choice of symobols being used for representation ?

MADHURESHKUMAR-ev