In the exclusive OR gate (XOR gate) has two inputs The ouput will be 1 when either input is 1 i.e X = 1 and Y = 1, but not when both the inputs are 1. If both the input is zero i.e X = 0 and Y = 0, then the output is 0.
In nuclear power plant the graphite is used as a moderator. The job of the moderator is to absorb some of the kinetic energy of the neutrons to slow them down. This is because slow neutrons are more easily absorbed by uranium-235. A neutron slowed In this way can start the fission process.
We use universal motors in mixer grinders. Universal motors can run both on a.c. and d.c. The universal motor works on the same principle that DC series motor works. DC series motor has the characteristics of operating at high-speed when there is no load and operating at low-speed when the load is applied. It has high starting torque characteristics. So it is used in mixers, where initially we put some load at starting.
The 2’s complement of the number (1010101)2 is found in two steps. First, convert the given number into its l’s complement. 1’s complement of a binary number is just an inversion of individual bits. 1’s complement of (1010101)2 is (0101010)2 To find 2’s complement of the number add one to the least significant bit (LSB). So