Complete Business Impact Analysis Questionnaire. See attachment below.
CLoud Computing Questions
1. 250 words
Discuss the pros and cons of using a blog to present content on behalf of a company. Discuss the type of content for which a blog may be most appropriate. Use at least one source to support your discussion. Reference your source in APA.
2. 250 words
CASE 6-3 Dropbox Cloud-Based File Sharing and Synchronization (15 pts)
Most users today manage their content on a variety of devices. Dropbox is a cloud-based storage facility for photos, documents, and other digital content. Dropbox provides a convenient folder, as shown in Figure 6-7 of you Jamsa (2013) textbook. In one page, discuss the benefits of having web-based access to a cloud storage area.
The paper must adhere to APA guidelines including Title and Reference pages. There should be at least one source listed on the reference page. Each reference cited in the text must appear in the reference list, and each entry in the reference list must be cited in text. APA requirements for this class include:
- A title page
- 12-point Time New Roman font
- Your paper should be typed and double-spaced with 1″ margins on all sides
- The first sentence of each paragraph should be indented one tab space
- All papers should contain the page number, flush right, in the header of every page. Use the automatic page-numbering function of your word-processing program to insert page numbers in the top right corner; do not type page numbers manually.
- APA 7th edition in-text citations
- Reference page
The Title and Reference pages do not count towards the page count requirement. This paper should be written in third-person. The third-person point of view belongs to the person (or people) being talked about. The third-person pronouns include he, him, his, himself, she, her, hers, herself, it, its, itself, they, them, their, theirs, and themselves (Not I, we, us, our).
linux virtualization
For this assignment you will research the performance specifications of commonly used disks as well as the impact of configurations such as RAID etc on those performance characteristics. You will also research the common storage performance needs of server operating systems and applications and see how this compares to the performance characteristics you found for common systems. Be sure to detail how you the information you gathered would impact your decisions on implementing a disk. Highlight in your response how you think these items can be resolved and what needs to be kept in consideration when designing a virtualized system. Your submission needs to be in one of the following formats .doc, .docx, .pdf or .odf
Need to write this in view point of a software developer, what are your plans and how you are going accomplished it. Following the given guidelines
For this assignment, you are asked to reflect on how the technical, team and development process impacts your career interests and goals. The paper should be double-spaced and between 4-5 pages (assuming a 12-point font), with the following sections:
Note: Please follow the points and explain according to that( in the view point of programmer the essay should be related to technologies, programming language)
1. Introduction
Where you introduce yourself and what your career goal and interests are. Try to be specific but naming compainies is not needed.
—Computer science major who has interest more in developing software and familiar languages like c++programming, python, learing new framework,.
—Goal is to develop apps like which make people life easier and time saving.
2. Technical Concepts
1. This is where you can talk about what technologies you interest you in further working with, that you need to learn more about, etc. as you look ahead to your career. It does not have to be specific languages (though it can be), but it can also be frameworks, tools, platforms, etc.
—-Technologies : learing azure , what improvement and learning is necessary framework django
3. Teamwork
1. This is where you talk about how working in teams in terms of communication, project management, etc.
— how is communication and leadership skills
4. Software Development Concepts
This is where you talk about the activities and concepts you related to software development such as the overall process model (e.g. Iterative, Agile) or specific activities like Design or Testing.
— design process model example- waterfall model, iterative model– process to develop to app
5. Conclusion
1. Use this section to tie your reflection in the above areas together.
n Conclude overall and how excited and developing skills are helpful for future
Discussion
Why do we need to understand data visualisations? There is more and more data around us, and data are increasingly used in decision-making, journalism, and to make sense of the world. One of the main ways that people get access to data is through visualisations, but lots of people feel like they don’t have the skills and knowledge to make sense of visualisations. This can mean that some people feel left out of conversations about data.” – http://seeingdata.org/developing-visualisation-literacy/
Please conduct the following activity located at the following address:
http://seeingdata.org/developing-visualisation-literacy/rate-these-visualisations/
Tell us what you think of the visualisations that we used in our focus group research. Instructions below!
What to do
- Look at the visualisations by clicking on the images below. You can choose to open the visualisation in a NEW tab or window (we recommend this) or view it in a pop-up window if you prefer to stay on this page. Some are interactive (i) and some are static (s).
- Place the images on the grid. When you’ve looked at one, go to the grid and position the image according to whether you liked or didn’t like and learned or didn’t learn something from the visualisation (‘learning something’ could also mean confirming something you already knew). Only place the visualisations that you have looked at onto the grid. Click SUBMIT.
- Compare your views with others. You can compare your responses to the visualisations with those of others, by clicking COMPARE.
Choose three of your favorite visualisations. Post a 3 – 5 sentence summary of why you chose the visualisations. What caught your attention? Were they effective in presenting the provided data? If possible, explain how you would you do to improve the visualization?
CC-12
Discuss 500 words or more discuss why Security as a Service is a good investment.
Final Project: US Naturalization Practice Test
Please note: It is just a given in our industry that your code has to run! If your code does not run, you will not receive any points.
You will be creating a PHP-driven web site that is a practice quiz for people taking the civics portion of the United States Naturalization Test. There are 100 possible questions for this portion of the test; however, in practice applicants are given only 10 questions, chosen randomly. An applicant must answer 6 out of 10 questions correctly to pass the civics portion of the naturalization test.
Your task is to use the 100 sample questions provided in the official Civics (History and Government) Questions for the Naturalization Test document. (Dr. Alfaro will provide a PHP code snippet with two arrays, one of questions and one of answers, which you may use.) Your application should display ten questions at random along with a text input box for each answer. The user should be able to input a short answer, and the script will compare the user’s answers against the correct answers. Be sure to convert any special characters to HTML!
When checking for correct answers, CASE SHOULD NOT MATTER. Also, your code should check to see if the answer string is included anywhere within the answer. So, if a correct answer is “Constitution”, any of the following answers should score as correct:
- the constitution
- our Constitution
- The Constitution is the supreme law of the land
- CONSTITUTION
It is up to you how you want to store and retrieve the questions. However, your project must meet these minimum requirements:
- Displays 10 questions chosen at random (by the PHP; not by you!) and ten corresponding text boxes for short answers.
- When the user submits the test, the user will see their grade and whether they passed or failed the practice exam (60% is passing). It will also indicate which questions the user got wrong so they can go back and study!
- Upon submission, the page should also display a date-time stamp stating when the exam was submitted.
- Your code must include an array, and this array must actually be used to create the quiz. (No creating an array that is never accessed!)
- Your code must contain a PHP include to show that you know how to do this.
- Your code must contain at least one function that is actually utilized in the application.
- Your code must utilize at least one loop (for, while, do-while, or foreach).
- On the page which displays the user’s score, there should be a link or button that allows the user to go back and take the quiz again with a new set of 10 random questions.
- Use semantic HTML code and best practices (an h1, at least one h2, alt text for images, etc.).
- Add CSS as appropriate to make this a professional-looking portfolio piece. (We may be showing this to clients in the capstone next term!)
NO SQL!! DO NOT USE SQL.
ONLY PHP, HTML, and CSS
Submit your completed file final-yourlastname.tar.gz below.
dmdis1
- Using search engines and find two different recent articles involving data mining. Describe the role of “data mining” in the story using your own words.
Write in 500 words for several forms of Metadata?
Define several forms of metadata that can be useful to an investigation. How are valuable to an investigator?
2 assignments with answers
Hi
I have two assignments with common answers with students
and all answers are correct
So, just I need to change the method of answers
and add some sentences in the answers
to become zero (plagiarism)