Questions
Write a java application that will read a set of values from the user and stores...

Write a java application that will read a set of values from the user and stores them in array a[]. The application should ask the user for the number of values he will enter. You need to do the following methods: 1. Read: This method will read n values from the user and store them in an array a 2. Print: this method will print the array as given in the sample output 3. maxEven: This method will find the maximum value of the even numbers 4. DrawSquarec: this method will draw a square using the elements of the array (see sample) Sample Output How many elements you have:5 Enter the elements: 10 1 4 5 6 The array is: 10 1 4 5 6 The maximum even number is 10 10 10 10 10 10
11111
44444

55555

66666

In: Computer Science

Objective: Only attempt this assignment after thoroughly reading Chapter 4 of the Visual Basic text. The...

Objective: Only attempt this assignment after thoroughly reading Chapter 4 of the Visual Basic text. The objective of the assignment is to write a program in Visual Basic that applies decision logic within the program. Another objective is to work through any syntax errors encountered (debugging) to develop a correct solution that is free of errors.

Description: Create a working Visual Basic solution using the Visual Studio IDE that accepts two numbers from the user and displays one of the following messages: First is larger, Second is larger, Numbers are equal. Provided your logic from last week was correct, you can use the pseudocode and flowchart from last's week's assignment to help you code your solution. After you output one of the three messages, calculate the average of the 2 numbers and display it for the user.

Requirements: For full credit, make sure that you create your program using Visual Studio. Also make sure that the program compiles (builds) successfully and without any errors. To test the logic of your program, make sure to try many different combinations of numbers. Ensure that in addition to displaying one of the three messages to the user that you also calculate and display the average as described.

In: Computer Science

Scenario The instructors at the community college are happy with your grade averaging program and want...

Scenario

The instructors at the community college are happy with your grade averaging program and want to

expand it. You have been asked by the community college to modify the existing program to include

additional functionality that will calculate a student’s final grade for the faculty for multiple students.

The new program will accept data from the instructors, calculate the final grade and display information

on the screen. The program will output student information, the student category averages, the final

numeric grade and a statement that indicates if the student is passing.

Part I

1. Code the program using Java. The program should incorporate greetings to the instructor as well as

an ending message.

2. The program should include two classes: Grades.java and GradeCalculator.java.

3. The GradeCalculator.java class should include the main method and instantiate two objects

representative of two different sets of student grades. It should get input from the user and call

mutator and accessor methods to set and get object values.

4. The Grades.java class should include a constructor which will

a. initialize the Lab, Test and Project averages to a value of zero (0) and the final exm grade

to a value of zero (0) for each student grade object

b. keeps a running count of the number of students entered.

c. Records the system date the grades were entered for each student (Hint: use LocalDate class).

5. The program should greet the user by calling a method named displayGreeting();

6. The program should request the following information from the user:

Input Data (for each student):

  • Student First Name (on a separate line from last name)
  • Student Last Name(on a separate line from first name)
  • Student ID
  • Lab Average
  • Project Average
  • Test Average
  • Final exm grade

7. The program should output the following information to the instructor by calling a method named

displayGrades() for each student:

Instructor receives the following output for each set of grades (one set for each student):

  • Student’s first and last name concatenated on one line (i.e. John Smith)
  • Student ID on a separate line
  • List the average for each type of grade category (make sure the output is professional and is aligned appropriately and displays decimal points).

Example: (these are example values and should be output for both students)

Test Avg: 93.5

Lab Avg: 100

Project Avg: 93

Final Exm: 95

Course Grade: xx (weighted average calculated by the program)

  • The numeric course grade is calculated based on a weighted average:

Labs = 30%

Tests = 30%

Projects = 30%

Final Exm = 10%

Final Grade = 30% x lab average + 30% x test average + 30% x project

average + 10% x final exm

  • A message indicating whether the student is passing (true or false) – DO NOT use an IF

statement. Use the Boolean variable in a logical expression and print the result. Assume a 10

point scale when determining the passing rate.

  • Thank the instructor for accessing the program at the end of the program

8. Name the java class files Grades.java and GradeCalculator.java.

a. The GradeCalculator should include the main( ) method which instantiates objects, calls

methods to enter grades, get and set grades entered and displays information to the

instructor for each student.

b. The Grades class should include a constructor and methods to set and get values.

c. The calculations can be included in either the Grades or the GradeCalculator class. This can

be your decision.

In: Computer Science

Assuring data quality is a critical element in managing data. You are responsible for assuring that...

Assuring data quality is a critical element in managing data. You are responsible for assuring that newly cleaned data for Vila Health remains accurate and consistent. The organization uses several tools to support the collection of quality data. One is the pick list, which helps reduce errors by limiting user choices to appropriate data elements.

Write a post in which you discuss the procedures and application controls you can implement to ensure high-quality data for Vila Health. Also, discuss the role that health data standards play in maintaining data quality.

In: Computer Science

In the python code below, describe the scope of the variables x, y, z and u....

In the python code below, describe the scope of the variables x, y, z and u.

def my_func(x):

        y = x - 2

        return y

z = 6

if z > 4:

          u = my_func(6)
         print(u)

In: Computer Science

Data Mining Application You attended a meeting with the Vila Health executive staff. During the meeting,...

Data Mining Application

You attended a meeting with the Vila Health executive staff. During the meeting, the Human Resource Director presented a proposal to purchase and implement a sophisticated data-mining application to identify employees with high-level technical skills.

Write a post in which you discuss the pros and cons of using this type of tool. How could it be applied to the use of clinical data?

In: Computer Science

please any materials on how windows manages its hardware and software resources?

please any materials on how windows manages its hardware and software resources?

In: Computer Science

What is the difference between the TCP/IP model and the OSI model?

What is the difference between the TCP/IP model and the OSI model?

In: Computer Science

Database Design A database is an electronic filing system: a collection of data organized for use...

Database Design

A database is an electronic filing system: a collection of data organized for use and retrieval. Database design is the process of creating a model of the database. The model can include several attributes and entities, such as users, logic, physical storage locations, relationships, and other parameters.

Write a post in which you explain at least three ways that database design and data architecture can work together to improve patient satisfaction, lower care costs, or improve patient outcomes. Then identify at least two areas of uncertainty or unanswered questions that you have about database design and data architecture.

In: Computer Science

Complexity of Integration Data integration appears simple in theory but in fact it can be a...

Complexity of Integration

Data integration appears simple in theory but in fact it can be a very complex process, particularly in organizations where sensitive or personal information is used, such as health care. Based on this information, why is data integration important in a data management process? How critical is it to have a comprehensive integration plan, particularly in today’s world of health care? Provide examples to support your thoughts.

In: Computer Science

Big Data Front-end processes refer to patient registration and data collection procedures that take place at...

Big Data

Front-end processes refer to patient registration and data collection procedures that take place at the beginning of a patient care visit, generating master patient data. Correcting identity errors later in the data collection process has high technology, labor, and financial costs. What front-end policies should an organization implement to ensure the accuracy of master patient data? How should it implement and monitor the policies? What role should data governance play in front-end processes?

In: Computer Science

(A) Discuss why in any tree we have |V|=|E|+1? (B) Provide a definition for complete binary...

(A) Discuss why in any tree we have |V|=|E|+1? (B) Provide a definition for complete binary trees. (C) What is the maximum number of vertices in depth d a complete ternary tree? Explain your response (Hint 1: a ternary tree is a tree in which each node can have at most 3 children. Hint 2: Depth of a tree starts from 0. That means root is in depth 0).

In: Computer Science

python code: Create a phase plot of a damped driven pendulum using odeint. Show a graph...

python code: Create a phase plot of a damped driven pendulum using odeint. Show a graph of angle as a function of time and angular velocity as a function of angle. Show each step in the code.

In: Computer Science

Building a console application in C++ and add features for specific types of accounts that exist...

Building a console application in C++ and add features for specific types of accounts that exist in a real Bank. Savings accounts, for instance, earn interest on the money they hold. Checking accounts, on the other hand, charge a fee per transaction (i.e., credit or debit).

a. Create an Inheritance hierarchy using base class Account and derived classes Savings-Account and CheckingAccount.

b. Derived class SavingsAccount should inherit the functionality of an Account, but also include a data member indicating the interest rate (percentage) assigned to the Account. SavingsAccount’s constructor should receive the initial balance, as well as an initial value for the SavingsAccount’s interest rate. SavingsAccount should provide a public member function CalculateInterest that returns a double indicating the amount of interest earned by an account. Member function CalculateInterest should determine this amount by multiplying the interest rate by the account balance. [Note: SavingsAccount should inherit member functions credit and debit as is without redefining them.]

c. Derived class Checking Account should inherit from base class Account and include an additional data member that represents the fee charged per transaction. Checking Account’s    constructor should receive the initial balance, as well as a parameter indicating a fee amount. Class Checking Account should redefine member function debit so that it will subtract the fee from the account balance whenever the transaction is performed successfully. Checking Account’s debit and check balance functions should invoke the base-class Account version to perform the updates to an account balance. Checking Account’s debit function should charge a fee only if money is actually withdrawn (i.e., the debit amount does not exceed the account balance).

[Hint: Define Account’s debit function so that it returns a bool indicating whether money was withdrawn. Then use the return value to determine whether a fee should be charged.]

d. After defining the classes in this hierarchy, write a program that creates objects of each class and tests their member functions. Add interest to the Savings Account object by first invoking its calculate Interest function, then passing the returned interest amount to the object’s credit function.

Can someone help with this please? Include comments lines

In: Computer Science

earning Objectives and Outcomes Outline the proper steps to be performed in examining a laptop computer...

earning Objectives and Outcomes

  • Outline the proper steps to be performed in examining a laptop computer for evidence of a crime.

Assignment Requirements

You are an experienced digital forensics specialist for DigiFirm Investigation Company. The local police are investigating a man who they suspect is distributing child pornography. They have seized his laptop computer, which runs the Windows 10 operating system. The police are shorthanded and have contracted with DigiFirm to assist with the forensic investigation of the laptop. Chris, your team leader, has asked you to assist with the case.

There are several examinations you can complete on a computer running Windows 10. Before beginning any digital forensics investigation, it’s a good idea to plan your approach.

For this assignment:

Write a report that outlines the steps to be performed in examining the laptop for evidence of the crime, in order of importance. Be sure to explain why certain steps must be performed before others.

Required Resources

  • Course textbook
  • Internet

Submission Requirements

  • Format: Microsoft Word
  • Font: Arial, size 12, double-space
  • Citation Style: Follow your school’s preferred style guide
  • Length: 1–2 pages

Self-Assessment Checklist

  • I researched the process of examining a computer running Windows 10 for evidence.
  • I outlined the steps, in order of importance, to be performed to locate evidence on the computer.
  • I explained why certain steps must be performed before others.
  • I created a professional, well-developed report with proper documentation, grammar, spelling, and punctuation.

In: Computer Science