Answer:
Review Tab is the correct answer to the given question .
Explanation:
Giving the permission to file in word 2016
- Click on the Review tab and select the restrict tab .
- Chose the option allow this type of editing .
- After that choose the option No changes .
- Pick the section of the document they want to authorize the adjustments.
- After that there are multiple option are seen select accordingly as user need and press ok button .
- Click on the start permission there is option is seen Start enforcement and press the button option start Enforcing Protection.
- After that feeding the password if the user need the password is in encrypt form then press encrypt option and click ok .
If the user need to read the file
- Click on the Review tab and select the restrict tab .
- After that choose the option "Stop Protection" .
- Giving the password you are feeding in the permission of file .
- Finally the user will edit the document
Indirect quotations can add information that strengthens your content in many of the same ways as direct quotations so. Essentially, indirect quotes carry the meaning of a speaker or writer's original words without using the exact words.
Monitor , printer , speaker , projector , keyboard etc
Answer:
a. quantum computing and telecommunications
Explanation:
Both quantum computing and telecommunications need materials with specific optical, electrical, and magnetic properties to advance, and nanotechnologies open the opportunity for nanomaterial with incredible properties. From antennas with special magnetic properties to faster optical fiber from more stable material to store qubits to super thermal insulators, nanotechnologies will change the way we build and design telecommunication systems, and it will allow us to build stable and reliable quantum computers.
Answer:
Hi there! Please find the answer below.
Explanation:
The program below demonstrates how each of the requirements can be coded in a simple Python script. To copy the array, we can use the copy() method of the array. To calculate the diff, we can use a few different techniques, so I have implemented it using a loop over the arrays and just storing and displaying the difference in the 2 arrays.
new_string.py
def add_test_score(score):
test_score.append(score);
contact_hash = {}
test_score = []
print("Enter 5 test scores: ");
for x in range(0, 5):
input_string = input("Enter test score " + str(x + 1) + ": ")
add_test_score(int(input_string));
print(test_score);
test_score_copy = test_score.copy();
for e in test_score_copy:
if e < 60:
test_score_copy[test_score_copy.index(e)] += 10;
diff = [];
for e in test_score:
print(test_score[test_score.index(e)]);
print(test_score_copy[test_score.index(e)]);
if not test_score[test_score.index(e)] == test_score_copy[test_score.index(e)]:
diff.append(e);
print(diff);