Discuss the advantages and disadvantages of both PHP and C++
300 + words with citations and references.
Discuss the advantages and disadvantages of both PHP and C++
300 + words with citations and references.
you will generate a NON THREADED, SEQUENTIAL program. This sequential program will take some input (you can grab this input from the user, or from a command line argument) that it will store in an integer. (Therefore, there needs to be checks in place to make sure that the number being given can be stored adequately in an integer. You do not need to use BigInteger or long for this, regular integersis fine. This is more about design than about function).
Now that you have this number, you want to compute all the prime numbers that exist between 2 and that number (inclusive).
If a number is not prime, you will store that number and a List of its factors in a Map
If a number is prime you will store it in a List. So, at the conclusion, we have a Map of non primes that contain factors of numbers and a list of primes.
You will time the runtime of your application so that we know how long it will take to build these two structures. To time your application, simply generate a starting time as soon as you retrieve the number you want to use as the base of your iteration and then stop the timer when you are finished generating your structures. Report back what the difference is. You can use System.currentTimeMillis(); to do this.
For this week, you will take the security controls that you picked last week from the Plan of Actions and Milestones (POAM) and review the controls along with any notes you made last week.
This week, your project consists of two parts. For Part I, you will address the skills and methodologies that your audit team needs to be successful. In preparation for filling out the Security Assessment Plan (SAP), put yourself in the position of a team lead. Assume you are going to form a 3-person team for auditing these controls. Once you consider the needed skills and team members, address the following in a brief report:
Submit your completed assignment by following the directions linked below. Please check the Course Calendar for specific due dates.
Module 02 Content
For this week, you will take the security controls that you picked last week from the Plan of Actions and Milestones (POAM) and review the controls along with any notes you made last week.
This week, your project consists of two parts. For Part II, you will begin developing your Security Assessment Plan (SAP).
1) discuss the use of rule-based classifiers – 100 words
2) 5 full pages APA compliant paper ( 5 pages not including title page or reference pages) discussing the pros and cons of Bayesien Networks as a data analysis tool.
Exp19_Excel_Ch03_CapAssessment_Movies
You are an assistant manager at Premiere Movie Source, an online company that enables customers to download movies for a fee. You need to track movie download sales by genre. You gathered the data for April 2021 and organized it in an Excel workbook. You are ready to create charts to help represent the data so that you can make a presentation to your manager later this week.
Step
Instructions
Points Possible
1
Start Excel. Download and open the file named Exp19_Excel_Ch03_CapAssessment_Movies.xlsx. Grader has automatically added your last name to the beginning of the filename.
0
2
You want to create a pie chart to show the percentage each category contributes to the monthly movie downloads.
Select the ranges A5:A10 and F5:F10. Create a pie chart and move it to a chart sheet named April Pie Chart.
6
3
The chart needs a descriptive title that is easy to read.
Type April 2021 Downloads by Genre as the chart title, apply bold, 18 pt font size, and Black, Text 1 font color.
5
4
Percentage and category data labels will provide identification information for the pie chart.
Add category and percentage data labels in the Inside End position. Remove value data labels and the legend. Apply 14 pt font size and Black, Text 1 font color.
5
5
You want to focus on the comedy movies by exploding it and changing its fill color.
Explode the Comedy slice by 7% and apply Dark Red fill color.
4
6
A best practice is to include Alt Text for accessibility compliance.
Add Alt Text: The pie chart shows percentage of downloads by genre for April 2021. (including the period)
2
7
Next you want to create a combo chart to depict the monthly totals and percentages by category.
Display the Data sheet, select the ranges A4:A10 and F4:G10, and then create a Clustered Column – Line on Secondary Axis combo chart.
4
8
You want to position the chart below the data source.
Cut the chart and paste it in cell A13. Change the height to 3.5″ and the width to 6″.
5
9
Change the combo chart title to April 2021 Downloads. Apply Black, Text 1 font color to the chart title.
3
10
Axis titles will help distinguish the number and percentage of downloads.
Add a primary value axis title and type Number of Downloads. Add a secondary value axis title and type Percentage of Monthly Downloads. Apply Black, Text 1 font color to both value axis titles.
6
11
Now that you added an axis title for each vertical axis, you can remove the legend and format the secondary value axis to display whole percentages.
Remove the legend for the combo chart. Display 0 decimal places for the secondary value axis.
1
12
You want to add some color to the plot area for the combo chart.
Apply Light Gradient – Accent 1 gradient fill color for the plot area.
5
13
A best practice is to include Alt Text for accessibility compliance.
Add Alt Text: The combo chart shows the number and percentage of downloads by genre for April 2021. (including the period).
2
14
To provide a visual summary of the weekly totals for each genre, you will insert sparklines.
Select the range B5:E11. Insert Line Sparklines in the range H5:H11. Apply Black, Sparkline Style Dark #4
10
15
Displaying the markers helps identify the specific points on the sparklines. You will also change the high point to a different color to stand out.
Show the high point and markers for the sparklines. Change the high point marker color to Red.
5
16
Your last major task is to create a bar chart for weekly downloads.
Select the range A4:E10. Create a stacked bar chart. Move the chart to new chart sheet. Type Weekly Downloads for the sheet name. Apply Style 8 chart style.
14
17
Add a chart title above the bar chart and type April 2021 Weekly Downloads by Genre.
4
18
Increasing the font size will make the chart elements easier to read.
Apply 11 pt font size to the category axis, value axis, and the legend for the bar chart.
6
19
Because the largest value is less than 9,000, you can reduce the maximum bound in the chart. In addition, you want to display the category labels in the same order that they are in the worksheet.
Change the maximum bounds for the value axis to 9000 and set the Major Units to 500 for the bar chart. Use the Axis Options to format the category axis so that the category labels are in reverse order in the bar chart.
5
20
Although the bar chart displays major gridlines, minor gridlines could improve the appearance.
Add primary minor vertical gridlines to the bar chart.
0
21
A best practice is to include Alt Text for accessibility compliance for the bar chart.
Add Alt Text: The stacked bar chart shows downloads by each week for each genre. (including the period).
4
22
Insert a footer with Exploring Series on the left, the sheet name code in the center, and the file name code on the right on all the sheets. Change to Normal view.
4
23
Save and close Exp19_Excel_Ch03_CapAssessment_Movies.xlsx. Exit Excel. Submit the file as directed.
0
Streaming Log Analytics ( only Open Source Tools to be used )
Reference ( https://d1.awsstatic.com/Projects/P4113850/aws-projects_build-log-analytics-solution-on-aws.pdf )
Create a Tic-Tac-Toe game using FIFO (named) pipes as follows. Note: Two processes (p1 and p2) must communicate via FIFO (named) pipe. If not, no credits will be given.
The game board at each terminal should be displayed as follows. Use the combination of + – | to draw the game board.
At the initial screen: Instead of zero(0), a dot(.) is displayed to avoid confusion with O (letter Oh). However, the user enters 0 (zero) to select the location.
+-+-+-+
|.|1|2|
+-+-+-+
|3|4|5|
+-+-+-+
|6|7|8|
+-+-+-+
As O/X’s have been played in some locations, digits or . are replaced by O’s and X’s. The below board shows O has placed at cell locations 0, 1, and 8 while X has played at cell locations 4 and 6.
+-+-+-+
|O|O|2|
+-+-+-+
|3|X|5|
+-+-+-+
|X|7|O|
+-+-+-+
Working off the same Request for Proposal.docx, continue to use your imagination and the fictional website hosting service provider you previously created to complete the following sections of the RFP Response Template.docx that you were developing in the previous week.
Request for Proposal.docx
RFP Response Template.docx
With this fictional business in mind, complete the following sections of RFP Response Template:
you will find a document titled MDA.pdf. In it, the authors discuss the ideas of Mechanics, Dynamics, and Aesthetics as is discussed in this week’s video. In short, and as was discussed (you should read the document to fill in the blanks), Mechanics refers to the nature of gameplay (the means by which you move your character, fire / swing / implement your weapon, manipulate inventory, interact with the environment, physics engine responses, etc.), Dynamics is the manipulation of those mechanics in a way that impacts gameplay in unexpected or novel ways (how someone plays the game, often very individualistic) and Aesthetics represent the visual impact of the game as well as the emotional response that it can elicit in a player, regardless of genre.
write a report on one topic among the given topics. It is attached below. have to write an abstract of 300 words first like within 10 hrs. Then can finish the report in 20 days.