answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How to design a gal16v8 of an octal to binary circuit with active low and active high outputs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many outputs are there in an octal-to-binary encoder?

the functons of encoder is reverse of the dec


Design a Combinational circuit that has three input and one output the output is 1 when the binary value of the input is less than three the output is logic 0 otherwise?

If you are talking combinations, without binary number representations, then you are talking about a circuit that has a 1 output when any input is a 0. That is a 3 input NAND gate. If you are talking binary number representation, then you are talking about a circuit that has a 1 output when the inputs are 010, 001, or 000. Use a 3 to 8 decoder, with an OR gate on the low three outputs.


C program which accepts in order and preorder traversal outputs of a binary tree as input and prints the corresponding binary tree?

any body can help on this ?


Why do you use binary system in digital electronics?

because binary system is the easy way to understand the inputs and outputs. and it has inly two values 1 or 0;


What is an analog to digital chip?

It's a device that samples an analog signal and outputs an equivalent binary value


Define half adder and full adder?

From wikipedia: A half adder is a logical circuit that performs an addition operation on two binary digits. The half adder produces a sum and a carry value which are both binary digits. A full adder is a logical circuit that performs an addition operation on three binary digits. The full adder produces a sum and carry value, which are both binary digits. It can be combined with other full adders or work on its own.


How do we design binary phase shift keying modulator with detail circuit?

circuit of modulation PSK


What is encoder in computer architecture?

An encoder is a combinational circuit that converts a signal on exactly one input into its corresponding binary number.The maximum number of inputs is directly related to the number of outputs. Anencoder with n outputs supports 2^n inputs. When n = 2, there are 2^2 = 4 inputsthat can be encoded. When n = 3, there are 2^3 = 8 inputs that can be encoded.


What number is the binary representation for a circuit that contains current?

1


What is bpsk circuit?

Binary (Bipolar) Phase Shift Keying.


What is a bit in digital circuit?

Bit means 'Binary Digit' In a Digital Circuit, the amount of 'bits' is usually the measure of binary digits which can logically be processed. 8 bits per byte.


How to Design and draw a combinational circuit using AND-OR-NOT gates that accepts an input number of three bits. The output of the circuit is a 6 bit number that is the square of the input number?

first create truth table, inputs should be combination of 3 bits i.e 8 possible combination. the outputs are the square of each input. you need 6 bits for the outputs since the square of 7 is 49 which is binary notation 49 is (110001) hence 6 bits. same goes for the other inputs. when the table is complete. find the Boolean function that drives each bit, preferably by K-maps to minimize the logic. Then from the equations, simply draw the circuit by using the necessary logic gates. There will be 3 inputs and 6 outputs for the overall circuit. Very easy but tedious. have fun