PowerPoint_1F_Refuge

  

PowerPoint_1F_Refuge

     

Open   the file Student_PowerPoint_1F_Refuge.pptx downloaded with this project. 

 

Change the Slide Size to   Widescreen (16:9).

 

Display the presentation   Outline. In the Outline, on Slide 2, increase the list level of the third and   the fifth bullet points. Click at the end of the last bullet point after the   word roads, and then type or facilities

 

Return the presentation to   Normal view, and then display Slide 4. Display the Reuse Slides pane. Browse   to open from your downloaded files, p01F_Excursions.pptx. Make sure the   Keep source formatting check box is cleared. With Slide 4 in your   presentation displayed, insert the last two slides from the Reuse Slides   pane.
 

  Note—Mac users insert all slides and delete Slide 5—Wildlife and Excursions.

 

Display Slide 1, and then change   the layout to Title Slide.

 

On Slide 1, select the subtitle—Experience Alaska with Kodiak West Travel.   Change the Font to Arial, and the Font Size to 28. Change the Font Color to   black. Center the title and the subtitle.

 

Display Slide 5, and then select   the paragraph in the content placeholder. Apply Bold and Italic, and then   change the Font Size to 16.

 

In the same paragraph, center   the text, and then change the Line Spacing to 1.5. Center the slide title.

 

In Slide Sorter view, delete   Slide 3. Move Slide 5 to position it after Slide 2.

 

Move Slide 4 to the end of the   presentation.

 

In Normal view, display Slide 1.   Apply the Split transition and change the Effect Options to Horizontal Out.   Change the Duration to 1.75, and then apply the transition to all of the   slides in the presentation. 

 

Insert a Header & Footer on   the Notes and Handouts. Include the Date and time updated automatically, the   Page number, a Footer with the text 1F_Refuge and then apply to all notes and   handouts.

 

Display the Document Properties.   As the Tags type refuge, tours
  Note—Mac users use the Keywords box.

 

Save and close the file, and   then submit for grading.

App security reflection

Provide a reflection of at least 500 words of how the knowledge, skills, or theories of Application security have been applied, or could be applied, in a practical manner to your current work environment 

APA format with references needed.

PaPer

 1. Write an essay of at least 500 words discussing how database auditing and monitoring fit within a SOX compliance framework.

Write in essay format not in outline, bulleted, numbered, or other list formats.  

Use the five-paragraph format. Each paragraph must have at least five sentences. Include 3 quotes with quotation marks and cited in-line and in a list of references. Include an interesting meaningful title.

Spr-WK2.1

Assignment 1:

Assignment Requirements

Read the worksheet named “Privacy and Compliance” and address the following:

Using what you have learned about the importance of privacy and compliance with the privacy regulations, identify information that is protected by the Privacy Act.

Requirement: 

· ****Separate word document for each assignment****

· Minimum 300-350 words. Cover sheet, abstract, graphs, and references do not count.

· Add reference separately for each assignment question.

· Strictly follow APA style. Length – 2 to 3 paragraphs. 

· Sources: 2 References to Support your answer

· No plagiarized content please! Attach a plagiarized report.

· Check for spelling and grammar mistakes!

· $5 max. Please bid if you agree.

Project 1

Phase 1: Establish requirements and design a simple interactive pages.

Project description: 
<<<<>>>>>>>>
<<<<>>>>>>>
MyCat website:
Create a website that will consist of the following pages and store the information for later access.
Cat breeds as pictures: show at least 30 pictures of different cat breads. When you click on a picture it will display information about this type of cat such as breed name, country of origin, playfulness level (low, moderate, high), activity level (low, moderate , high), friendliness (towards children , towards other pets), grooming requirements (low, moderate , high), vocality (low, moderate, high), general (hairless cat, hypoallergenic cat, white cats, fluffy cats, large domestic cats, black cat breed, etc.).
 Cat breads as text/links: display links to the 30 different cats that you have pictures for and when you click on the bread it will display the picture of the breed as well the information listed in previous bullet.
Cat Problems: list of Symptom/problem, Health information, Breed disorders. Should be able to select it for a specific breed. Some information may be repeated or similar but still should be able to search it by breed.
Home instructions and How-to: list information related to how to take care of a specific breed of a cat. Should be able to search it for by breed.
Cat Nutrition: be able to search nutrition by breed.
Cat Behavior & Training: be able to search information by breed
 Cat Grooming: be able to search information by breed.
 The pages are Clear, Concise, Familiar, Responsive, Consistent, Attractive, Efficient, Forgiving.
 
Requirements <<<<>>>>>
You can use any programming language, software, application etc. that you are conformable using. Expect minimal help from instructor and teaching assistants. 
Remember that this is a one-person project. You will not be working in groups to finish this project, but you will involve others in testing and evaluating your project.
You have the freedom to design your system the way you want as long as it is appropriate and respectful and sensitive to wide range of audience. Be creative and know your strengths and choose programming languages, software, etc. that will help you complete the project within the assigned time and submit a working project.
 
 
Now, put into practice what you have studied in this course.
Note: You need to include (if any) your used forms, etc. and also include your actual collected data (no names). 
 Formatting the document: include a Title page with student name, course number, etc. ALL BOLD and CENTERED, any appropriate font size accepted. Document Written in single column format. Document Written in Times New Roman font. Regular (paragraphs) are written in font size 12 regular (non bold). Subsection titles (have at least 11 subtitles) are written in font size 12 BOLD and numbered 1. 2. 3. Etc. Paragraphs are left and right justified.
Your report should include in addition to the title page the following sections:
1- Compile a list of usability and user experience goals using design goals (ch1)
2- Transfer them to questions using design goals (ch1)
3- Identify users’ needs and identify user requirements and then list main tasks (ch10).
4- Come up with scenarios and use cases (ch10).
5- Come up with requirements and write them using Volere shell (ch10).
6- Come up with a conceptual model (ch2).
7- Elect a mental model from people (ch3).
8- Analyze findings and come up with an enhanced conceptual model (ch3).
9- consider interface design issues (ch6).
10- Sketch some initial designs (including the interface) (ch9).
11- Evaluate the two designs and then select one to implement in next phase(ch9).

discussion question

 

Hi,

please am looking for someone to help me with my discussion question. please read the question and instruction carefully. thanks

zyBooks Intro to Java Program #2 Help

 

6.19 Program #2: Poker dice game

Program Specifications Write a program to calculate the score from a throw of five dice. Scores are assigned to different categories for singles, three of a kind, four of a kind, five of a kind, full house, and straight. Follow each step to gradually complete all methods.

Note: This program is designed for incremental development. Complete each step and submit for grading before starting the next step. Only a portion of tests pass after each step but confirm progress.

Step 0. Review the provided main() method. Five integer values are input and inserted into an array. The array is sorted and passed to findHighScore() to determine the highest scoring category. Make no changes to main(). Stubs are provided for all remaining methods.

Step 1 (3 pts). Complete the checkSingles() method. Return the sum of all values that match parameter goal. Update the findHighScore() method to use a loop to call checkSingles() six times with parameters of 1 – 6. Return the highest score from all method calls. Submit for grading to confirm two tests pass.

Ex: If input is:

2 4 1 5 4

the output is:

High score: 8

Step 2 (3 pts). Complete the checkThreeOfKind(), checkFourOfKind(), and checkFiveOfKind() methods. Hint: Since the values are in ascending order, same values are stored in consecutive index locations. Return 30 from checkThreeOfKind() if the dice contain at least three of the same values. Ex: (2, 3, 3, 3, 6). Return 40 from checkFourOfKind() if the dice contain at least four of the same values. Ex: (4, 4, 4, 4, 5). Return 50 from checkFiveOfKind() if the dice contain five identical values. Ex: (5, 5, 5, 5, 5). Update the findHighScore() method to call the three methods and return the highest score from all method calls. Submit for grading to confirm five tests pass.

Ex: If input is:

2 4 4 5 4

the output is:

High score: 30

Step 3 (2 pts). Complete the checkFullHouse() method to return 35 if the dice contain a full house (a pair and three of a kind). Ex: (1, 1, 3, 3, 3). Note: Five of a kind also satisfies the definition of a full house since (4, 4, 4, 4, 4) includes a pair of 4s and three 4s. Update the findHighScore() method to call checkFullHouse() and return the highest score from all method calls. Submit for grading to confirm seven tests pass.

Step 4 (2 pts). Complete the checkStraight() method to return 45 if the dice contain a straight of (1, 2, 3, 4, 5) or (2, 3, 4, 5, 6). Update the findHighScore() method to call checkStraight() and return the highest score from all method calls. Submit for grading to confirm all tests pass.

I need help making this code, I could only do checkSingles(). Please help.