SWINBURNE’S TEST AIM: To conduct Swinburne’s test on DC machine to determine efficiency when working as generator and motor without actually loading the machine. Also plot efficiency curves. APPARATOUS REQUIRED: S.No. Apparatus Range Type...
HOPKINSON’S TEST AIM: To conduct Hopkinton’s test on a pair of identical DC machines to pre-determine the efficiency of the machine as generator and as motor and to plot the efficiency curve. APPARATOUS REQUIRED:...
OPEN CIRCUIT CHARACTERISTICS OF DC SHUNT GENERATOR AIM: To plot the OCC of a given DC Generator at rated speed & to find the critical speed & critical resistance. To plot the OCC at...
Square Root of a Given Number THEORY: A square root of a number a is a number y such that y2 = a, or, in other words, a number y whose square (the result...
Programs for Sorting THEORY: The sorting technique used here is relatively simple. First consider the first two numbers of the array. INPUT: 8600 05H, 08H, 07H, 06H, 04H OUTPUT: 8600 04H, 05H, 06H, 07H,...
Smallest Element in an Array THEORY: Let Internal memory location (say 40H) has the biggest number i.e. zero. Now the biggest number in internal memory location is stored in memory as the Result. Now...
Largest Element in an Array THEORY: Let Internal memory location (say 40H) has the biggest number i.e. zero. Now the biggest number in internal memory location is stored in memory as the Result. Now...
Multi Byte Addition THEORY: The multi-byte addition program adds only in sets of 8-bits. The LSD of the two numbers is added first. Now, the next set of 8-bits is added, Taking into consideration...
Recent Comments