Please see the attachments for the instruction for this assignment.
Thank you.
Please see the attachments for the instruction for this assignment.
Thank you.
After reading this week’s article, and any other relevant research you locate, please discuss the following in your main post:.
Please make your initial post and two response posts substantive. A substantive post will do at least TWO of the following:
At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.
Trade Association:
Using 300-350 words, write a brief discussion, in your own words of how the article relates to the selected chapter Key Term. A discussion is not rehashing what was already stated in the article, but the opportunity for you to add value by sharing your experiences, thoughts, and opinions. This is the most important part of the assignment.
APA format with references and citation
Trace the C++ program below showing all output in the order that it is displayed. If anything happens that makes it impossible to accomplish an operation or the results of so doingare unpredictable, describe what happens and abort the program at that point. Assume the Stack class is fully defined in an appropriate header and implementation file. The effect of the functions (methods) is as follows: constructor – creates an empty stack empty – returns true if the stack is empty, false otherwise push – adds the specified element to the top of the stack display – displays every stack element on the specified stream, top to bottom order pop – removes the top element of a stack; attempting to pop an element from an empty stack causes an error condition and immediately terminates the program. top – returns the top element of the stack but does not remove it boolalpha – a flag that causes the words true or false to be displayed for a bool variable
#include
using namespace std;
#include “Stack.h”
int main(void)
{int jimmy_carter, bill_clinton;
jimmy_carter=0;
Stack george_w_bush;
for (bill_clinton=17; bill_clinton>13; bill_clinton–)
{george_w_bush.push(bill_clinton%3*2-2);
jimmy_carter=jimmy_carter+george_w_bush.top();
george_w_bush.push(george_w_bush.top()+2);
jimmy_carter=jimmy_carter+george_w_bush.top();
cout<<"Contents of george_w_bush "< george_w_bush.display(cout); cout<<"jimmy carter is "< } while (!(george_w_bush.empty())) {cout<<"popping "< jimmy_carter=jimmy_carter-george_w_bush.top(); george_w_bush.pop(); cout<<"popping "< george_w_bush.pop(); cout<<"Contents of george_w_bush: "< george_w_bush.display(cout); cout<<"jimmy_carter is now "< } cout<<"at end jimmy_carter is "< cout< “< return 0; }
In 300 words
Pick one of the many information security standards organizations and describe what they do and what type of standards they are responsible for.
Include references.
No copy-paste, use your own words.
Create a 16-18 slide media-rich or voice-over presentation about how the EDMS will classify and protect data. Include the following:
The metadata (descriptive information) that must be provided for each type of document
The location where the documents are stored at each stage of a document’s life cycle
Recommendation and description of the cybersecurity framework for the new EDMS
Justification for how the recommended cybersecurity framework best supports the document life cycle
Tools that will be used to monitor protection at each of the data classification levels
Prepare an SLR (systematic literature review) paper on the topic Analyze & Visualize Data. Topic/Idea should be new (shouldn’t copy someone else) and should follow SLR format, attached is the sample SLR papers.
DeadLine 8/9/2020
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.
Why are statistical programming languages important to data scientists? What are some advantages and disadvantages the R programming language has over the other main statistical programming languages (i.e. Python, SAS, SQL)?
After reading, chapter two, write a 3-4 page review (not including the Title page or Reference page) of the chapter. The review is to give your point of view on one of the topics based on the web sites found on page 50 of the book
Writing Requirements
BOOK AND LECTURE NOTES FROM PROFESSOR ATTACHED ….PLEASE GO THROUGH IT ….
LOOK AT THE FILE , THE WORK STARTS AT PG 4