Create a Java application that allows

  

Netbeans Program Only): Create a Java application that allows the user to repeatedly enter a number to find out if it is a perfect number. A perfect number is ***** that is equal to the sum of all of its positive divisors, excluding itself.
For example, 6 is a perfect number because 1 + 2 + 3 = 6.
28 is a perfect number because 14 + 7 + 4 + 2 + 1 = 28.
The program should: 1) prompt the user for a positive number. 2) print out if the number is ***** perfect number or not. 3) then ask if the user would like to enter another number or quit. ///Submit your .java file here when you have completed the assignment. Late assignments will not be accepted without an approved excuse.
*Hint: your program will contain a do-while loop for input while the user says yes, a for loop to loop through the divisors to determine if a number is ***** and a user validation while loop to make sure input is a positive number.

COMPUTER SCIENCE

 

As a consultant your client has been perhaps they should move their coffee shop into the “cloud.” The Client has heard a lot of myths concerning the cloud. They have contacted you for advice.

Your task is to develop a short informational document regarding some of the myths surrounding using the cloud in the business world. 

  • Use the article, “Cloud Computing: Myths and Concerns.” to help you.

 Need it by Friday 2pm eastern time, APA 7th edition format, 2pages.

IT Business Requirements and SWOT Analysis

See the attached documents. 

– Please cite your work in your responses

– Please use APA (7th edition) formatting 

– All questions and each part of the question should be answered in detail that demonstrates an extension of learning.

– Response to questions must demonstrate understanding and application of concepts covered in class, use in-text citations and scholarly resources to support all answers. 

– No grammatical errors; Complete sentences are used. Proper formatting is used. Citations are used according to APA

Lastly, this needs to be 2 pages maximum excluding original questions 

Network security wk7

  1. What things do you think make up the Web?
  2. When arriving at a crime scene, is it better to shut down the computer immediately or insure it stays on? What are the tradeoffs?

Locational Base Services

  

Write a research paper on Locational Base Services. Its should contains Introduction one page and Key Performance Indicators: 6-8 and select four companies for data sets for kpis.

No plagiarism and quality work 

4 pages

Conflict Resolution

 PDF lists several factors that may lead to conflict in the workplace. Check  this list and think about when you may have experienced or observed  these kinds of conflicts. Then choose one of the conflict areas to research for your initial post.

For the initial post:

  • In  a first paragraph, provide the type of conflict and details about how,  when, and/or why this can occur as explained by a suitable source. Cite  your source properly using APA in-text citation.
  • In  a second paragraph, provide an example of when either you, or someone  you know, experienced this kind of conflict, and what was done to  mitigate the problems. Write this paragraph from experience, not source  material.
  • Provide a full APA reference entry at the end of the post for the source you used in the first paragraph.

Problem 1: Create A List That Contains The Months Of The Year. Problem 2: Create A Loop To Print The Month Number And Name

 

Problem 1: Create A List That Contains The Months Of The Year. Problem 2: Create A Loop To Print The Month Number And Name 

Instructions:

Create a PowerPoint that contains a FLOWCHART and a PSEUDOCODE for each problem.

Use the information below to create a pseudocode (which can be a text-based description for solving the problems) and a flowchart (using flowchart symbols to illustrate how you would program) to solve each problem. Use Microsoft PowerPoint® for Pseudocode and the flowchart.

Problem 1: Create a list that contains the months of the year.

Problem 2: Create a loop to print the month number and name (do not hard code the month number)

Consider using the attached enumerate method to help!

The Final Project consists of building

  

The Final Project consists of building an executable monetary conversion program to be submitted by the final day of the course.
 

Focus of the Project
For the program, you will write a utility that converts dollars to coins. It is a simple program that must have the following:

· Multiple outputs to the screen

· At least one input

The use of integers and strings

· Looking or repetition with Do..While, If..Else

· Must have some output text to show correct value of coins that would be converted from the dollars.

· Code must include comments explaining your reason for the code section or what the code is doing

· Code must compile Whole dollars only. If value is less than 1 or 0, the program should break or exit.

 

Turn in your source code (.cpp file) to your instructor with your filename including your first and last name and your compiled executable.

 

Reverse Engineering

 

This question tests how well you understand the algorithm for converting E/R diagrams to relational schemas. An E/R diagram when converted to relations (using the mechanical construction that we know and love) gives rise to the following relations:

  • R(a, b, c)
  • S(a, d)
  • T(a, d, f, g)

You may assume that the same symbols refer to the same attribute and different symbols refer to different attributes (e.g., the attributes a in the relations R, S and T are the same) i.e. it ultimately comes from a single entity set or relationship in the E/R diagram.

Your task is to reverse-engineer the E/R diagram from these relations; in other words, what E/R diagram could have produced these relations. For full credit, give two different E/R diagrams that could have produced these (and only these) relations (i.e. 10 points for each correct E/R diagram).

Local Operating System Exploitation

 

After completing Part A of the Lab, complete this graded written assignment for the lab:

Submit a word document containing an analysis and a summary of the completed lab (part A). The word document should contain the following elements:

  • Summary of the lab
  • Analysis of the activities performed in the lab and their importance to the course topics
  • How the lab relates to the course and current module topics
  • Related concepts from the module readings and lectures
  • At least one external reference
  • 1-3 pages in length
  • Proper APA formatting and citations
  • Minimum of 1-3 references are required