Unit II Discussion Board Question IICOLLAPSE
Do you do a full backup of your PC with the system image tool? How do you do it?
Have you ever had to do a full restore from your backup? How do you do it?
Write a C++ program that implements the Naïve Gaussian Elimination and Gaussian Elimination with Partial
Pivoting (See class notes.) for linear systems.
1. Name your source file YourLastName5.cpp.
2. All floating point arithmetic will be double precision.
3. Input to the main program
• data file name
• sequence of augmented matrices each of which represents a linear system
4. Program output:
For each linear system
• Original augmented matrix
• Upper triangular matrix obtained by the Naïve Gaussian Elimination
• Solution from the Naïve Gaussian Elimination
• Upper triangular matrix obtained by the Gaussian Elimination with Partial Pivoting
• Solution from the Gaussian Elimination with Partial Pivoting
Here i have included the file and also a sample report for reference and just to have the better idea of lab requirements.
Create method PopulateListBox that will accept as an argument a one-dimensional doublearray that will then load the data from the array passed as an argumentinto the listbox with the format “$xxx,xxx.xx” such as “$247,850.00”ii.Create method CalcAverageSalesthat will accept as an argument a one-dimensional douoblearray that will then calculate the average sales fromthe data from the array passed as an argumentand put the result in lblAverage displayed as currency with two decimal places, example: $206,280.79iii.Create method FindHighestSalesthat will accept as an argumenta one-dimensional doublearray that will then find the highest sales from the data from the array passed as an argumentand put the result in lblHighest displayed ascurrency with zero decimal places, example: $264,448iv.Create method FindLowestSalesthat will accept as an argument a one-dimensional doublearray that will then find the lowest sales from the data from the array passed as an argumentand put the result in lblLowest displayed as currency with zero decimal places, example: $109,872.
Your assignment:
First read (again) the article: Taxonomy of Cross-Platform Mobile Applications Development – notice how the author breaks the research problem into 6 measurable questions (Code is Resuable, Plugins, Easy for Web Developers, etc.). Use any 3 of these as your research questions. Since your Method is exploratory – using a mini literature review, your research question(s) must be answered appropriately in the literature that you cite. You must cite at least 4 scholarly (peer-reviewed) sources to address each of your research questions. A literature review in practice would be exhausive. Because of the scope of this paper, however, it will be a Limited Literature Review, Be certain to make this and circumstances clear both in your Introduction, Method and Conclusion sections. Your Method section – your limited literature review, might look simular to the Previous Works section in the article: Mobile_Apps_Development_A_Framework_for_Technology_Decision_Making_PROCEEDINGS , however, connected to YOUR study – your research question(s)
In this homework, you’ll write a program that draws a simplified bar chart, that is, a diagram that visually includes bars of greater length for greater input numbers. It will first ask the user how many data points there will be, and then will read the data; and for each data point will print a row that contains that many @ signs, according to a specific format (see below).Includes header comment and prints something relevant
Prompts user for number of bars, and stores it in a variable
Loops the correct number of times
Reads a number each time through the loop and prints @s
Follows the format specified below for all input/output. The initial prompt for the user should be “How many lines?”, and then the program should print the instruction to “Type that many numbers.” and then for each number it prints a line with a vertical bar (shift-backslash) followed by the correct number of @s. For instance, the following is what it should look like if the user wants a 3-bar chart, with the bars representing the numbers 5, 2, and 11 respectively (except the parts that come from user input are shown here in bold, italic, and green, to make it clearer what’s going on—the bold/italic/green won’t show up in your codeboard screen):How many lines? 3Type that many numbers.5| @@@@@2| @@11| @@@@@@@@@@@In addition to receiving points for getting the format exactly right, if you follow the format exactly, codeboard will be able to test your code for correctness long before I have a chance to grade it. Note: in case it’s not clear, this assignment only requires Python stuff we’ve done in class. The “bar charts” here are purely text—no extra graphics needed.
Topic: information Security risk management
Write a literature review of the given topic
You are requested to write review, survey or state-of-art article. The article has to give an overview of existing literature in a field, often identifying specific problems or issues and analyzing information from available published work.
This is a literature review paper
Ten of references must to be from journal articles published in well publishers’ databases; IEEE, Springer, Elsevier, Wiley and Taylor & Francis.
Answer the following question:
There are four types of VPN. Name them and give an example of when I should use that type. Do you think there will be the need for more types of VPN? Why?
Note: The first post should be made by Wednesday 11:59ET and you should post at least two more times throughout the week to your classmates. Please engage early and often. Your initial post should be 500 words.
I need to write a term paper on the topic Siemens Simatic- PCS7/WINCC (SCADA)
In a few short paragraphs, explain which cloud services you use (Google, Amazon, iCloud, Verizon, Microsoft One, Dropbox, etc) and what type of information you store (docs, photos, music, other files?). How much space do you have and what does this cost per month?