Write a reflection paper on security architecture and design in APA format
Information system Assignment
Chapter 3 – study questions 1-8, Exercise 2, 4, & 5 (Information Systems for Business and Beyond) Submit the above homework in one document
Chapter 3 – Complete the two essay assignments noted below: (Information Technology and Organizational Learning)
Review the strategic integration section. Note what strategic integration is and how it ties to the implementation of technology within an organization.
Review the information technology roles and responsibilities section. Note how IT is divided based on operations and why this is important to understand within an organization.
The above submission should be two -pages in length (one page for each question) and adhere to APA formatting standards.
**Remember the page length does not include the APA cover page or any references**
Parametric and Non Parametric Analyses
Part 1
A principal wants to determine if a new ACT preparation program is effective. The data are contained in the schools.sav data file. Open the schools.sav file in SPSS. Use SPSS to determine whether a significant improvement existed between student performance on ACT tests in 1993 (act93) and ACT tests in 1994 (act94). Assume that the same students were involved in 1993 and 1994 testing. (This requires a t-test. Review Chapter 10 of the Green & Salkind text for information on paired t-tests and reporting APA results interpretation and writing.)
Create a report that answers the principal’s question. Write these conclusions in formal APA results format. Include your SPSS output to support your conclusion.
Part 2
A pharmaceutical company wants to determine whether there is a need for a new medication based on the data in the electric.sav file. Specifically, they want to determine whether a person is alive or dead 10 years after a coronary incident and whether that is reflected in a significant difference in the patients’ cholesterol levels (chol58) taken when the event occurred. Use chol58 as a dependent variable and VITAL10 as your independent variable. Complete the following:
- Analyze these conditions to determine whether there is a significant difference between the cholesterol levels (vital10) of those who are alive 10 years later compared to those who died within 10 years.
- Include the SPSS output, which validates your conclusion.
- Write a brief paragraph describing your conclusions.
Refer to Unit 6 in the Green & Salkind text for specific information about SPSS tests and APA results interpretation and writing. Pay attention to the Levene’s test throughout for determining whether the assumption of equal variance was met when you make your final decisions about the analysis.
What conclusion did you reach? Write these conclusions in formal APA results format. Include your SPSS output to support that conclusion.
Part 3
Occasionally, you have 1 independent variable that has 3 or more levels or groups. For a parametric data set, an analysis of variance (ANOVA) is the proper calculation. Use an ANOVA to address the following scenario:
A financial planner is interested in understanding the relationship between the dependent variable of the income level of respondents (rincdol) and the independent variable of their education level (ndegree) from the gss.sav data file. Use SPSS to complete the following:
- Run an ANOVA to determine the overall conclusion.
- Use the Bonferroni correction as a post-hoc analysis to determine the relationship of specific levels of degree level to income.
- Explain the overall conclusions based on the analysis, and describe the relationship(s) between the levels of the degree earned and income.
- Write your conclusion of the findings based upon the output using proper APA formatting.
Submit both the SPSS output file and your Word summary. (Refer to the Green & Salkind section about a one-way ANOVA for information on APA results interpretation and writing.)
Understanding RSA
In this project assignment, you will create a program with any high-level programming
languages as you prefer (e.g. Java/C++/Python/Go …) to implement a simplified
version of RSA cryptosystems. To complete this project, you may follow the steps
listed below (demonstrated in Java code) to guide yourself through the difficulties .
Step I Key-gen: distinguish a prime number (20 pts)
The generation of RSA’s public/private keys depends on finding two large prime
numbers, thus our program should be able to tell if a given number is a prime number
or not. For simplicity, we define both prime numbers p and q within range 0 < p, q <
10,000,000 so that a 64 bits primitive type (e.g. long in Java) should be sufficient
to handle most arithmetics calculations involved.
Therefore, your first step is to implement a method that takes such a number in range
as input and output a boolean type value to indicate whether it’s a prime number:
Big data
Assignment # 3 is a research assignment.
We studied Apache Pig in lecture # 4. You are supposed to do online research and find out one case study where Apache Pig was used to solve a particular problem. I am expecting 4-page write-up. Please provide as much technical details as possible about solution through Apache Pig. Please draw technical diagrams to explain the solution.
I am expecting maximum one page for business problem and 3 pages of technical solution. I want everyone to do research and provide their own write-up.
Please draw your own diagrams and don’t go more than 4 pages in total.
DATABASE
1.5 Marks
Learning Outcome(s):
Create entity-relationship model, relational model, and write SQL queries
Question One
Consider the below schema for a library database and write relational algebra expressions for the following queries
1. Author ( authorname, citizenship, birthyear)
2. Book (isbn, title, authorname)
3. Topic (isbn, subject)
4. Branch (libname, city)
5. Instock (isbn, libname, quantity)
1. Give all authors’ names born after 1940. [0.25 Point]
2. Give the names of libraries in Sydney. [0.25 Point]
3. Give the city/cities and “isbn” where each book is held. [0.25 Point]
4. Give the title of each book on the topic of either alcohol or drugs. [0.25 Point]
5. Give the title and author of each book of which at least two copies are held in a branch located in Melbourne. [0.50 Point]
1 Mark
Learning Outcome(s):
Explain database concepts, systems, and architectures
Question Two
What is the different between the database schema and the database instance? Give an example for each.
1 Mark
Learning Outcome(s):
Design a database starting from the conceptual design to the implementation of database schemas
Question Three
Name at least three tables that might be used to store information in the following systems:
a. An e-commerce system such as Amazon. [0.25 Point]
b. A social media system such as Twitter. [0.25 Point]
c. A health care system. [0.25 Point]
d. A university system. [0.25 Point]
1.5 Marks
Learning Outcome(s):
Create entity-relationship model, relational model, and write SQL queries
Question Four
Given the relation below named Contact_Info, answer the following questions:
SSN
Name
Phone
Age
234-356
Sara Fahad
340-675-9876
22
673-980
Mohammad Ahmed
234-896-2567
28
129-678
Waad Saud
280-986-8736
31
a. What is the relational schema of the relation Contact_Info? [0.25 Point]
b. What is the degree of the giving relation? [0.25 Point]
c. Is the column Name an atomic attribute/value? If no, justify your answer? [0.25 Point]
d. What are the outputs of the given operations?
1. (Contact_Info) [0.50 Point]
2. (Contact_Info) [0.25 Point]
Computer science
- Discuss the pros and cons of the memory management schemes presented in this chapter. If given an option, which scheme would you implement and why?
- Discuss the difference between associative memory and cache memory and the steps involved in using these types of memory.
Additional Resources
- Virtual Memory: http://computer.howstuffworks.com/virtual-memory.htm
- RAM, Virtual Memory, Pagefile and all that stuff: https://support.microsoft.com/en-us/kb/2160852
- Page replacement policy: http://www.slideshare.net/sashi799/page-replacement-5025792
- The LRU page replacement policy: http://www.mathcs.emory.edu/~cheung/Courses/355/Syllabus/9-virtual-mem/LRU-replace.html
Project on slides 4 -5 with refetences
Need As Soon As possible.
CLOUD COM WEEK 3 DQ
Assume that you must select a cloud-based data storage solution for your company. List the factors you would consider when selecting a vendor.
You must do the following:
1) Create a new thread.
2) Select AT LEAST 3 other students’ threads and post substantive comments on those threads. Your comments should extend the conversation started with the thread.
ALL original posts and comments must be substantive. (I’m looking for about a paragraph – not just “I agree.”)
Disaster recovery plan assignment
Students will create a Disaster Recovery Plan for either the organization they work for or one they wish to work for in the future. The plan will follow the template/example provided.
Student should request prior authorization of company to be addressed to ensure that all students are working on unique companies.
**Even though this is a technical document, for academic purposes, all sources should be cited and referenced.
How to get assignment
homeworkmarket.