movieID = 132 Int
movieCost = 4.95 Float
movie ='Star Wars' string
movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild') tuple
movieStars = ['Carrie Fisher', 'Harrison Ford'] list
movieRatings = {5:'language', 3:'violence'} dictionary
If you want these explained , can do in replies :)
Answer:
Go to Insert and click on Text and underneth that click header and footor.
Explanation:
You can do a Header and Fotter in Excel. ALl you have to do if go in the document you are working in and you click on Instert tab and then click on Header and Fotter. It gives you an option to make a header for your excel wookbook.
Answer:
SharePoint Server
Explanation:
One drive you are not being provided with the opportunities like the versioning, check-outs and content approval. However, through SharePoint Server, you are being leveraged with all these features. Through versioning, you can update the document anytime, and also keep track of previous versions as well as the changes that you are making. Through content approval, you can ensure various members have approved permission privilege with them regarding the publication of the content.
Through checkout and check-ins the users can have control ob the new versions of the document as well as while the check-in the document, they can comment on the changes they have made.
Answer:
The output is 28
Explanation:
Required
Determine the output of the code segment
The first line initializes "answer" to 0
The next two lines iterate through lists [2,4] and [3,5
Each of these lists have two elements; So, the number of iterations is 2 * 2 i.e. 4.
In the first iteration
numA = 2, numB = 3, answer = 0
So:

In the second iteration
numA = 2, numB = 5, answer = 5
So:

In the third iteration
numA = 4, numB = 3, answer = 12
So:

In the fourth iteration
numA = 4, numB = 5, answer = 19
So:

Lastly, the value of "answer" is printed
<em>Hence, the output is 28</em>
Answer:
Use font colors that work well with your background.
Select font sizes that are appropriate for your delivery method.
Fonts should be appropriate for your audience.
Limit the number of fonts you use to three or four.
Hope this helps!