An Excel worksheet is a single spreadsheet that contains cells organized by rows and columns. A worksheet begins with row number one and column A. Each cell can contain a number, text or formula. A cell can also reference another cell in the same worksheet, the same workbook or a different workbook.
Option D is correct. If we want multiple users to access data, we will organise that data in Database we can then be accessed whenever needed.
Answer:
D) crypto key generate rsa
Explanation:
In cryptography, the RSA refers to Rivest–Shamir–Adleman. This is an algorithm used for encrypting and decrypting messages in computers thereby ensuring secured transmission of data. In order to generate an RSA key pair, you will use the command crypto key generate rsa while in the global configuration mode. This command has the following syntax:
crypto key generate rsa [general-keys| usage-keys| signature| encryption] [<em>labelkey-label</em>] [exportable] [modulus <em>modulus-size</em>] [storage <em>name of device</em>:][redundancy][on <em>name of device</em>:],
with each parameter having its description
Answer:
l = []
while True:
no = int(input())
if no>0:
l.append(no)
else:
break
print(1)
If this helped consider marking this answer as brainliest. Have a good day.
Answer:
Option A, initiative
Explanation:
Initiation is an art of performing an act or task by self motivation rather on command or instruction from anyone.
Insubordination is incorrect as here there is no mentioning of disobeying seniors or authority
Also, courage and power means having strength to perform any task. Here action is performed without any instruction and it in no sense signifies a brave deed.
Hence, option A is correct