Tag Archive for: Assignment Help Online Services Collections

Computer Science 2023 Computer Science

2023 Modify DepartmentSalesS project posted on Blackboard as Observer Pattern Example Chart Using Swing Add an Observer | Assignment Collections

 Modify DepartmentSalesS project posted on Blackboard as “Observer Pattern Example – Chart Using Swing” Add an Observer to display monthly sales in a pie chart. You modify YDTChart.java so it will display a pie chart. Modify SupervisorView.java to add a PieChart observer and change Layout so it has three columns. Follow the link to see how to draw pie chart as multiple pies. http://cs111.wellesley.edu/~cs111/archive/cs111_fall06/public_html/labs/lab12/arc.html You may use a Color array like Color[] colors= {Color.blue,Color.yellow, Color.gray, Color.green, Color.cyan, Color.red,Color.magenta, Color.orange, Color.pink, Color.darkGray, Color.black, Color.lightGray}; Before you draw the pie piece for a month i, you set color like g.setColor(colors[i]); 2. Modify ChartS posted on Blackboard as “Observer Pattern Example – Chart Using Swing” Add a PieChart to display monthly sales You may follow the following website: http://tutorials.jenkov.com/javafx/piechart.html Create array of PieChart.Data using a loop. Add one a time to PieChart using a loop. To display the tip of %, you may follow the following website https://riptutorial.com/javafx/example/8733/pie-chart 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Discussion

2023 A picture is worth a thousand words may be a lovely clich but it s exactly the wrong | Assignment Collections

 

A picture is worth a thousand words” may be a lovely cliché, but it’s exactly the wrong way to view visualization. 

Reply post

For this week’s discussion, please view the Periodic Table of Visualization at the following link (http://www.visual-literacy.org/periodic_table/periodic_table.html). Choose one Data Visualization and one Compound Visualization by placing your mouse cursor over each option. Provide the class with a brief description of your choices and explain why you made your choices. Also, describe what advantage do your choices have over the others. Remember to also reply to at least two of your classmate’s posts on this questions and include all in one single thread.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Research Paper

2023 This assignment has two goals 1 have students increase their understanding of ethical issues related to the | Assignment Collections

This assignment has two goals:  1) have students increase their understanding of ethical issues related to the use of information technology through research, and 2) learn to correctly use the tools and techniques within Word to format a research paper, including use of available References and citation tools.  These skills will be valuable throughout a student’s academic career.  The paper will require a title page, NO abstract, three to five full pages of content with incorporation of a minimum of 3 external resources from credible sources and a Works Cited/References page.  Wikipedia and similar general information sites, blogs or discussion groups are not considered creditable sources for a research project.  No more than 10% of the paper may be in the form of a direct citation from an external source. 

 A list of topics from which students can choose is provided below.   

 Topics for Research Paper The focus of the paper should be on the following: 

 

1. how information technology supports or makes possible biometrics and its various implementations, and potential ethical and privacy issues related to the use of biometrics. 2. how information technology supports or makes possible the development of artificial intelligence (AI) and intelligent agents (such as Siri, Cortana, etc.) and potential ethical and privacy issues related to AI. 3. how information technology supports or makes possible the development of robots as intelligent as humans, smart machines and the IoT, What potential benefits and risks can/will robots introduce? 4. how information technology supports or makes possible genome-based treatments for curing diseases, and potential ethical and privacy issues that might result from use of such treatments. 5. how information technology impacts family, eldercare, and parenting issues, and potential ethical and privacy issues introduced by the use of information technology  and information systems in this area 6. how information technology has enhanced the use of computer-assisted education in the elementary school classroom, and the possible positive and negative impacts this enhancement provides.  7. issues facing the IT Manager or Security professional (e.g., privacy, ownership, control, accuracy, and security) in an environment where information technology is constantly expanding and changing. 8. how information technology plays a role in the era of Edward Snowden, Chelsea Manning, WikiLeaks, et and the impact on defense information systems 9. how information technology plays a role in the rise (and fall) of cryptocurrency and the positive and negatives of switching to the bitcoin environment. 

 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 DISCUSSION 2

2023 Topic Business Information Searching relevant scholarly journal articles research and discuss the following prompts Include a minimum of | Assignment Collections

 

Topic: Business Information

Searching relevant scholarly journal articles, research and discuss the following prompts. Include a minimum of two (2) scholarly journal articles relevant to each prompt for a total of eight (8) or more references.  The initial response to each prompt requires over 400 words, which means the entire initial post will be over 1,600 words.  See the grading rubrics for more details.

  1. A distributed database is a collection of several different databases distributed among multiple computers. Discuss why a company would want a distributed database.
  2. Productivity increases as rapid response times are achieved. Discuss what is considered an acceptable system response time for interactive applications.
  3. A fully centralized data processing facility is centralized in many senses of the word. Discuss the key characteristics of centralized data processing facilities.
  4. Equipment and communication redundancies are common in today’s data centers. Discuss the major types of equipment and communication redundancies found in today’s data centers.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 ITS a C programming

2023 Write a program that would allow a user to enter student names | Assignment Collections

Write a program that would allow a user to enter student names and Final grades (e.g. A,B,C,D,F) from their courses. You do not know how many students need to be entered. You also do not know how many courses each of the students completed. Design your program to calculate the Grade Point Average (GPA) for each student based on each of their final grades.  The program should output the Student name along with the GPA.

There are 7 components of your submission including:

  • Program Description- A detailed, clear description of the program you are building.
  • Analysis- Demonstrates your thought process and steps used to analyze the problem. Be sure to include the required input and output and how you will obtain the required output from the given input? Also, include your variable names and definitions. Be sure to describe the necessary formulas and sample calculations that might be needed. Talk about how your design will allow any number of students and final grades to be possible inputs.
  • Test plan – Prepare at least 1 set of input data (Test data) along with their expected output for testing your program.  This test case should include at least 10 students. Your test data can be presented in the form of a table as follows (note: feel free to adapt to your design)
  • Flowchart – Provide a flowchart for your design. You can use Word, Powerpoint, Visio or any software you have available that will allow to draw shapes and connectors.
  • Pseudocode- Provide pseudocode of your overall design that fulfills the requirements of the project
  • Source Code (Cut and pasted into this section)
  • Demonstrated Execution Results (Screen shots)

 

All of these components should be placed in Course Documentation template as a single word document for submission.

Additional details about the program you need to write:

  1. GPA is calculated by summing the point equivalents for final grades and taking the average. A =4, B=3, C=2, D=1, and F = 0. So, if someone earned 2 A’s and 1 B, their GPA would be (4 + 4 + 3)/3 = 3.67
  2. Think about using a simple process to stop entering students and course grades. For example, if StudentName < 0.

 Example application test data:

Test Case #

Input

Expected Output

1

Sally: A,D,B,C
John: A,A,A,B,B
Jason: A,A,A,A,B
Bob: B,B
Bill: A

GPA for Sally is : 2.5
GPA for John is: 3.6
GPA for Jason is: 3.8
GPA for Bob is: 3.0
GPA for Bill is: 4.0

 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Solve A Fluid Mechanics Problem Using Your C++ Programming Skills.

2023 Program Description L Pipe friction factor f the fluid velocity in the pipe V and the head difference | Assignment Collections

 

Program Description:

 

 

 

L

 

 

Pipe friction factor, f, the fluid velocity in the pipe, V, and the “head” difference, h, which is indicative of pressure difference or drop between upstream and downstream sections in the pipe can be calculated. (See the figure below.) Using C++ write a program to solve these fluid mechanic problems.

 

 

 

 

 

           
   
 
     
 
 

 

 

 

 

 

 

 

 

 

 

 

 

 


Formulas:

 

 

 

A. Pipe friction factor, valid for Re>2000                  

 

 

 

 

 

 

 

 

B. Velocity       (For this project, we assume the fluid is H20.)

 

 

 

 

 

 

                                   

 

C. Head difference (drop)                  

 

 

 

 

Where:

 

 

 

            f           pipe friction factor

 

E          pipe surface roughness

 

D          diameter of the pipe

 

Re        Reynolds number

 

V          velocity of the fluid

 

h          head (pressure) drop

 

L          length of the pipe

 

g          gravitation constant= 9.81

 

 

 

Notes:

 

  • The data file is on Angel called fluid.txt. It is an EOF data type.

  • Each formula will be its own function.

  • All variables will be meaningful and related to the data variable names.

  • Do not worry about unit measurements; this has been taken care of for you.

  • All of your results will be sent to an output file called fluidout.txt. See the example below on how to format the output.

  • Both input and output files need to be located in P:\Private directory. If not, the program will be marked as not running.

  • When calculating the pipe friction factor (f), start f at .02. Continue to calculate until the |fnew-fstart| <= .001.

  • I recommend you start this project early and not the day before it is due.

  • “Your lack of planning does not constitute an emergency for me.” ~ Anonymous    

     

    Data file:

                EOF Data file with the data in the following order:

     

                            Re        D          L          E

     

    Output Example:

     

                = = = = = = = = = = = = = = = = = = = == = = = = = = = = = = = = = = = = = = =

    For record 1:

    Input:

    Pipe surface roughness:                      .12 x 10e-3

    Diameter of the pipe:                         0.01

    Reynolds number:                               2000

    Length of pipe:                                    .1

    Results:

    Pipe friction factor:                             0.054947

    Velocity of the fluid:                           0.26

    Head drop:                                          0.018932

    = = = = = = = = = = = = = = = = = = = == = = = = = = = = = = = = = = = = = = =

     

     

  • Once again, do not worry about units.

  • Do format decimal values to a reasonable amount.

  • Do output which record you are on.

  • The above data is only a sample, it may not be accurate.

     

     

    What are you turning in?

 

  1. A printout of your original source code

 

 

 

  1. A printout of your output file. Remember: I will be testing your program with different data. Make sure it works for all situations!

 

 

 

  1. Log into Angel and locate the Project drop box.  Upload your project’s .cpp file that you created. Make sure this file is named correctly.  Points will be deducted if your Penn State ID is not part of the name.

 

 

 

  1. If you neglect to either upload your file or turn in your hard copy, your project will not be graded and you will get a zero for the assignment. I assume you are all adults and I do not have to track you down for both parts of this assignment.

     

    Graded on:

    ~~This project is worth 15% of the 25% allotted for projects this semester.

     

 

  • Good programming
  • Neat & readable code
  • Comments
  • Data file manipulation
  • Functions
  • Function Header comments
  • Calculations
  • Meaningful variables & constants
  • Input – prompting & use
  • Output – both results & format
  • -10 points if you fail to name the cpp file correctly
  • 0 on the project if you fail to upload the file or turn in the hard copy

 

DATA File

10e4 .020 7.5 .24e-4
9e5 .016 6 .37e-3
12e4 .015 5.5 .68e-3
8.2e5 .017 3 .51e-3
2.4e4 .005 2.4 .82e-4

 

 

 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Assignment

2023 This task relates to a sequence of assessments that will be repeated | Assignment Collections

 

This task relates to a sequence of assessments that will be repeated across Chapters 6, 7, 8, 9 and 10. Select any example of a visualisation or infographic, maybe your own work or that of others. The task is to undertake a deep, detailed ‘forensic’ like assessment of the design choices made across each of the five layers of the chosen visualisation’s anatomy. In each case your assessment is only concerned with one design layer at a time.

For this task, take a close look at the interactivity choices:

  1. Start by identifying all the interactive features deployed, listing them under the headers of either data or presentation adjustments
  2. How suitable are the choices and deployment of these interactive features? If they are not, what do you think they should have been?
  3. Go through the set of ‘Influencing factors’ from the latter section of the book’s chapter to help shape your assessment and to possibly inform how you might tackle this design layer differently
  4. Also, considering the range of potential interactive features and functions, what would you do differently or additionally?

Assignment Link: http://book.visualisingdata.com/chapter/chapter-7

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Assignment 9

2023 Briefly respond to all the following questions Make sure to explain and backup your responses with facts | Assignment Collections

    

Briefly respond to all the following questions. Make sure to explain and backup your responses with facts and examples. This assignment should be in APA format and have to include at least two references.
1) What is a Denial of Service attack? How does it function? 

2) List two real Denial of service Attacks that occurred in the last few years. (Make sure to include references). 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Creating Use Cases

2023 In Week 1 you discussed the systems requirements In Week 2 | Assignment Collections

In Week 1, you discussed the systems requirements. In Week 2, you discussed the design plan. In Week 3, you created the required elicitation techniques. This week, you will continue working on the solution you have envisioned so far. The work that will be added this week will increment the information you have produced so far, complementing it in a coherent manner.

Tasks

Add to the Microsoft Word document you created in W3 Assignment 2 to complete the following tasks:

  • Create a complete set of use cases in text format including the following:
    • Identify the use cases (use case name and ID).
    • Identify the major steps within each use case (main actor).
    • Identify elements within each step (trigger).
    • Confirm the use cases (date and details).
  • Create a complete set of use cases in UML format including the following:
    • Identify the use cases (use case name and ID).
    • Identify the major steps within each use case (main actor).
    • Identify elements within each step (trigger).
    • Confirm the use cases (date and details).

Support your responses with appropriate research and examples.

Cite any sources in APA format.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Standards Research

2023 The following website may be used for reference to complete this assignment The website represents an electronic document titled Standards | Assignment Collections

The following website may be used for reference to complete this assignment. The website represents an electronic document titled “Standards Organizations,” written by William Stallings (2009), located at http://www.box.net/shared/9dtnzvwys8/1/15730219/164146343/1.

Write a fully three (3) developed paper in which you:

  1. Select one of the working groups in the IETF or IEEE and briefly summarize what this group is working on. 
  2. Justify the need of the IEEE 802 standard used in networking.  
  3. Evaluate the three standard organizations including IEEE, ISO, and ANSI to determine the most important for communication technology.  
  4. Take a position on the need for a federal regulating body of standards such as NIST. Include supporting evidence to justify your opinion. 
  5. Use at least three quality resources in this assignment. Note: Wikipedia and similar websites do not qualify as quality resources.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now