Education 9.8 Using Multiple Combinational Circuits adminJan 29, 2020 As an example of using several circuits together, we are going to make a device that will have 16 inputs, representing...
Education 9.7 Multiplexers adminJan 29, 2020 A multiplexer, abbreviated mux, is a device that has multiple inputs and one output. The schematic symbol for...
Education 9.6 Demultiplexers adminJan 29, 2020 A demultiplexer, sometimes abbreviated dmux, is a circuit that has one input and more than one output. It is used when...
Education 9.5 Encoder adminJan 29, 2020 What is an Encoder? An encoder is a circuit that changes a set of signals into a code. Let’s begin making a 2-to-1...
Education 9.4 Decoder adminJan 29, 2020 A decoder is a circuit that changes a code into a set of signals. It is called a decoder because it does the reverse of...
Education 9.3 Full-Adder adminJan 29, 2020 The half-adder is extremely useful until you want to add more that one binary digit quantities. The slow way to develop...
Education 9.2 Half-Adder adminJan 29, 2020 As a first example of useful combinational logic, let’s build a device that can add two binary digits together. We...
Education 9.1 Introduction to Combinational Logic Functions adminJan 29, 2020 The term “combinational” comes to us from mathematics. In mathematics a combination is an unordered set, which is a...