UBL is one of the oldest banks in the banking sector of Pakistan to provide different facilities such as ATMs, internet banking and many more to its customers. Assume that you are an IT engineer and the Headquarter of UBL has assigned you a task to design such an algorithm that if any customer wants to use her internet banking facility, he must have to enter two different 16-bit pin codes one by one. Computer gets these two 16 bits numbers, converts them into binary and performs multiplication on both numbers for security purposes. If the result matches with the code that is stored for this account, internet banking facility will be provided otherwise, the system will not allow the use of internet banking. write a program in assembly language
UBL is one of the oldest banks in the banking sector of Pakistan to provide different facilities such as ATMs,
internet banking and many more to its customers. Assume that you are an IT engineer and the Headquarter of
UBL has assigned you a task to design such an
banking facility, he must have to enter two different 16-bit pin codes one by one. Computer gets these two 16
bits numbers, converts them into binary and performs multiplication on both numbers for security purposes.
If the result matches with the code that is stored for this account, internet banking facility will be provided
otherwise, the system will not allow the use of internet banking.
write a program in assembly language
Trending now
This is a popular solution!
Step by step
Solved in 2 steps