Answer:
1. row a horizontal set of data in a spreadsheet
2. spreadsheet software used by many business professionals to work with numbers
3. data information that is stored
4. template a file that serves as a starting point for a new document
5. function a built-in formula in a spreadsheet
6. invoice a statement you submit to get paid for a product or service
Explanation:
The correct matches have been mentioned in the answer section. Certainly, a row is the horizontal set of data is a spreadsheet. And other options are self-understood. And hence, it is self-explanatory.
Answer:
Client server system, packets in the network and the discussion regarding two approaches have been done. See the attached pictures.
Explanation:
See attached pictures for explanation.
Answer:
In Python:
N = int(input("Positive integer: "))
if N > 0:
flag = False
for i in range(1,N+1):
if i * i == N:
flag = True
break
print(str(flag))
else:
print("Positive integer only")
Explanation:
N = int(input("Positive integer: "))
If the number is positive
if N > 0:
This initializes a boolean variable to false
flag = False
This iterates from 1 to the input integer
for i in range(1,N+1):
This checks if th number is a square of some integer
if i * i == N:
If yes, flag is set to true
flag = True
The loop is exited
break
This prints either true or false, depending on the result of the loop
print(str(flag))
If otherwise, that the number is not positive
<em>else:</em>
<em> print("Positive integer only")</em>
Answer:
okay i know only 1st question and answer
answer:rapid application development
B.temperatute and pH can affect how enzymes work