Answer:
CTRL and C
Explanation:
"press down the CTRL key with one finger and hold it down, then press the letter C with another finger, and then let both go"
Answer:
Assembly language
Explanation:
Assembly language writes instructions in human letters. Every machine language instruction has a corresponding assembly language instruction that means exactly the same thing. Assembly language uses a symbolic form of a program which are capable of:
- readable by human beings (+/-)
- constants, addresses, and names of symbolic instructions
- arithmetic during assembly - calculations of addresses, constants
- synthetic instructions (not supported by our assembler)
- expansion of macroinstructions (not supported by our
assembler)
- assembly instructions (pseudo-instructions)
• memory allocation
• memory initialization
• conditional assembly (not supported by our assembler)
Answer:
subtotal function
Explanation:
The Microsoft Excel SUBTOTAL returns the subtotal of the numbers in the columns in a list or database, and it can be applied horizontally as well as vertically. And the SUBTOTAL function happens to be the built-in function in Excel which is categorized as the Math function or the Trigger function. And like a worksheet function, it can be inserted as a part of the formula inside a cell of a worksheet. Select the columns in a row, or rows in a column, and move to the Data tab in the ribbon. From there, select the SUBTOTAL, and the function you would like to use, and press ok. And this means here the correct option is the subtotal function.
Answer:
# hide_and_seek function is defined
def hide_and_seek():
# for loop from 1 to 10
# and print each number
for number in range(1, 11):
print(number)
# the last message is displayed on its own line
print("Ready or not, here I come!")
# the function is called
hide_and_seek()
Explanation:
The code is well commented. A sample image of the output when the code is executed is attached.
Answer:
Solutions: to have a non-related to the company account and a back-up system.
Explanation:
My proposal is to move all the information of the bussiness to the cloud for better use of the data.
This data contains confidential health and finantial information and, in order to avoid any information non-wanted exit, the account has to be completing separated from the bussiness name (more accounts), by this way, it will be harder for extserns to get in it and substract the confidential information.
Also, the account must have a series of security blocks to make it harder to enter.
Finally, in case a virus gets in it and deletes any information, the data must have a backup system that will provide all the needed information in case it goes missing.