answersLogoWhite

0

u gotta purify a doom weapon then upgrade it

u purify and upgrade your destiny weapons at necropolis

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can you represent XOR function symbol in word?

xor


How do you represent assignment by bitwise XOR operator?

The bitwise XOR operator is ^, or shift 6. The bitwise XOR assignment operator is ^=.


What is XOR in a c program?

a XOR b is a^b in C language


Is xor gate is derived gate?

yes... xor is derived gate from primary gates


Prove that XOR and AND gates form universal set?

If you're allowed to prove this the easy way (by showing you can use XOR and AND to create the set of AND, OR, and NOT), this is pretty straightforward. x AND y = x AND y (of course) x OR y = (x XOR y) XOR (x AND y) NOT x = x XOR 1 Also, (x AND y) XOR 1 is equivalent to x NAND y, which is a universal gate.


How do you construct 3 input XOR gate with 2 input XOR gate?

To construct a 3-input XOR gate using 2-input XOR gates, you can connect the inputs in the following way: First, take two of the three inputs (let's call them A and B) and connect them to a 2-input XOR gate, producing an output (let's call it X). Then, connect the output X and the third input (C) to another 2-input XOR gate. The output of this second XOR gate will be the result of the 3-input XOR operation, effectively computing ( A \oplus B \oplus C ).


Why XOR gate and XNOR gate are not universial gate?

xor and xnor gates are derived from not gate


How many xor gates required for 4 bit parity checker?

3*xor- two input


How do you swap two variables using bitwise operators?

a := a XOR b b := a XOR b a := a XOR b it works, but never use it in real programs do you know why its not used in real program??


How do you convert binary to gray code using labview?

We know the formula G3=B3 G2=B2 XOR B3 G1=B1 XOR B2 G0=B0 XOR B1


How xor gate is linear?

its not


How to implement XOR gate in behavioral model of VHDL?

basic gates like XOR already exist in VHDL.