[solved] – Question 77735

write a program that asks for the % averages for labs, midterm, final, the project, etc, and calculates the final grade.

Activity Weight
Labs 20 %
Reading Quizzes 10 %
Video Grading 10 %
Midterm 20 %
Project 15 %
Final 20 %
Instructor Discretion 5 %

Enter Labs average in percent: 90
Enter Reading average in percent: 75
Enter Video average in percent: 100
Enter Midterm average in percent: 83
Enter Project average in percent: 95
Enter Final average in percent: 80
Enter Instructor Discretion average in percent: 100
Your average is 87.35%

Expert Answer


[solved] – Question 77743

(a) A class “Student” has three data members: student_name, enrolment_no, marks of 5 subjects
and member function to assign streams on the basis of the criteria given below: 6
Average Marks Stream
>90% Computer Science
> 80 – 90% Science
>75 – 80% Commerce
>70 – 75% Arts
Below 70% Vocational
Write a C++ program to calculate average marks of each student and display student name,
enrolment no, and their stream.

Expert Answer


[solved] – Question 77819

1. Sales Tax
Design a program that will ask the user to enter the amount of a purchase. The program should
then compute the state and county sales tax. Assume the state sales tax is 4 percent and the
county sales tax is 2 percent. The program should display the amount of the purchase, the state
sales tax, the county sales tax, the total sales tax, and the total of the sale (which is the sum of
the amount of purchase plus the total sales tax)

Expert Answer


[solved] – Question 77821

Specify the correct order of steps for deploying Windows Server containers.

Install the required Windows PowerShell ContainerImage module using the Install-PackageProvider cmdlet.

Install the named image with the Install-ContainerImage cmdlet.

List the available images by name version number and description using the Find-ContainerImage cmdlet.

Expert Answer


[solved] – Question 77823

In Windows Server 2016 containers which of the following provides a layer that consists of all changes made to the container?

Sandbox
Docker
ContainerImage
Virtual machine

Expert Answer


[solved] – Question 77824

Which of the following is a text document that contains all the commands a user could call to assemble an image including using an existing image as a base?

DockerMsftProvider
Docker Build
DockerHub
Dockerfile

Expert Answer


[solved] – Question 77825

Which of the following is a Docker command that is used to manage the containers on a server?

manage-container
docker
dockerhub
container

Expert Answer


[solved] – Question 77826

Which Windows PowerShell command is used to start the WebServer container?

Go-Container “WebServer”
Start-Container –Container “WebServer”
Register-Container –Container “WebServer”
Start-Container –Name “WebServer”

Expert Answer


[solved] – Question 77827

Which of the following is a cloud-based public registry service that is used for building and shipping applications and containers?

DockerMsftProvider
Docker Build
DockerHub
DockerFile

Expert Answer


[solved] – Question 77828

Which of the following is a collection of open source tools solutions and cloud-based services that are used for creating and managing containers?

OneGet
NuGet
Docker
Microsoft Azure

Expert Answer