Hi,
Please give me chemical engineering paper for IOCL exam for
entire written exam, GD and personel interview model
questions to my email id. (chemistnathan@rediffmail.com)
Rgds,
Ragu
My question is abt backlog.I had dropped one subject in my
second year, and completed this subject in the 3rd attempt,
so how many backlogs i have got?1 or 3?plz sujjest the
answer as soon as possible
In domestic supply, when neutral touches earth the earth
leakage trips. Does this mean that if the star (neutral)
point of an alternator is earthed that power will flow to
earth i.e. a direct short to earth?
How will a tester be sure that He’s covered the entire
functionality in his Test case and not missed out anything?
11
A company wants to transmit data over the telephone, but it
is concerned that its phones may be tapped. All of its data
is transmitted as four-digit integers. It has asked you to
write a program that will encrypt its data so that the data
may be transmitted more securely. Your script should read a
four digit integer entered by the user in a prompt dialog
and encrypt it as follows: Replace each digit by (the sum
of that digit plus 7) modulus 10. Then swap the first digit
with the third, and swap the second digit with the fourth.
Then output XHTML text that displays the encrypted
integer.