Answer:
def encrypt_digit(digit):
if type(digit) is int or float:
digit = str(digit)
hold = list()
for x in digit:
d = str((int(x) + 3)%10)
hold.append(d)
first = hold.pop(0)
second = hold.pop(0)
third = hold.pop(0)
fourth = hold.pop()
print(int("".join([third,fourth, first, second])))
encrypt_digit(7836)
Explanation:
The python function accepts a four-digit parameter which represents the data transmitted over the company's telephone network. The function encrypts the data by adding 3 to each digit and getting the modulus of division 10, then the digits are swapped and printed out encrypted and ready for transmission.
The correct answer on Edgen is:
(B.) False
I just took the test and this is the right answer.
Answer:
Explanation:
Try as much as possible, to keep like files together in one folder. Even so there if you run into the hundreds or thousands, that is not going to be an easy thing do.
What ever you do, do clutter up your favorites bar, especially if your favorites spill over into where you have to push a button to get to them. Keep that bar open for what you really need on that bar. Mine has Brainly, Kitco, My Alberta Health, A graphing program, a second graphing program, Amazon, a scrabble word finder, and a couple of other things. It
If you can, try and keep your favorites to something that would be useless to anyone else. My favorites are worthless to anyone else. But I play a lot of scrabble related games.
Answer:
efficiency ( A )
Explanation:
Information systems ( IS ) implementation in business helps to create a competitive advantage for the business in the market where its products or services are sold .
A good/successful information system will be bring to light the real time status of a product by showcasing the products efficiency in real time to the potential/ returning customers who needs the product. showcasing the efficiency of a product over another similar products is a very good way to gain a very good advantage over other similar products.
The quality and productivity of the product cannot be affected via the information systems. while the visibility of the product is done by the marketing department. the information systems give a real time detail of a product mentioning its composition and efficiency in real time.
- Indirect main memory addressing is described as the method in which the variable's address is stored in a mind register and also a command is utilized to point towards the memory registers which hold the register.
- Instruction is used to direct towards a register that displays the results of the variables.
- The register, in turn, refers to that variable's address in simplistic words. As just a result, it is indeed considered a passive program, memory address.
The instructions operate as follows:
a)
JMP AX :
- The JMP instruction is being used to execute an unconditional jump.
- AX is indeed the label's name.
- JMP AX codes are being used to transfer control of the flow program to the AX label.
b)
JMP LIST:
- The JMP command can be used to execute an unconditional jump, JMP LIST[DX] is the label's name.
- The JMP LIST[DX] program is being used to transfer control of its flow programs to the specified section.
- It is the segment to which the flow control is transmitted.
c)
JMP NEAR PTR[DI+3]:
- Unconditional jumps could be done with the JMP command as you'll see, the label is JMP NEAR PTR[DI+3].
- It's being used to transmit flow control to a particular section, throughout this case [DI+3].
- The close keyword indicates that perhaps the code segment would be in the line of code being nearby.
Learn more:
brainly.com/question/20320915