WK4 Programming Practice

 

Working with Lists and Tabs

In this weeks practice program you are going to extend the Week 3 Pizza Graphical user Interface program and add JTabbs and JLists to the interface.  While is it a good idea for you to continue working with the program you created in the previous week, you can download a working solution WK3_Practice_Pizza.zip and start with this solution.

If you have any questions or need any help post a question in the Programming/Practice Help discussion in the Introduction & Resources module.

Steps

  1. If you are using your solution, make a copy of your solution, rename it to WK4 Practice (or something similiar) then open up the copy.
  2. Create a new JFrame form in the application.
  3. Add a JTabb to new, blank form.
  4. Add two panels to the JTabb.
  5. Open up the “old” form with the original pizza controls, then select the controls and copy and paste them to the one of the panels in the new form with the JTabb
    1. You can copy all of them at once by holding down the CTRL key and clicking on the control.
    2. Selecting a panel will select all the elements in the panel.
    3. Notice that when you copy the controls all the events and handlers are copied over as well.
  6. Select all the code behind the original Pizza_Main (do not copy the control code) and paste it into the new JFrame.
  7. Run the program and ensure the collecting the pizza order information works as in the original program.
  8. In the second panel add
    1. JList that will hold the list of all the orders
    2. TextField that will display the selected order
    3. A delete order button that will delete a selected order.
    4. Update order button that will up the total cost of a selected order.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Discussion – 5 D R

 Search “scholar.google.com” or your textbook. Discuss what role end-users typically play in incident reporting? Should end users be encouraged to report suspicious occurrences? If so, why; if not, why not. What factors typically influence the end-user decision to report (or not report) a potential incident?  

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Workbench

Chapter 5 discusses decision making using system modeling. The author briefly mentions an open source software tool, EMA Workbench, that can perform EMA and ESDMA modeling. Find EMA Workbench online and go to their main website (not the GitHub download site). Then do the following:

  1. Under documentation, go to the Tutorials page.
  2. Read through the Simple Model (in your chosen environment), and the Mexican Flu example. 
  3. Decide how you could use this software to create a model to help in developing a policy for a Smart City.

To complete this task, you must do the following:

As indicated above, explain how you could use the EMA Workbench software to develop a model to help create a policy for a Smart City. Explain what policy you are trying to create (i.e. traffic light placement, surveillance camera coverage, etc.), and what key features you would use in your model. Then, explain how EMA Workbench would help you. NOTE: keep your models and features simple. You don’t really need more than 3 or 4 features to make your point here.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

IFSM 310 Project Stage 1

 Please see both attachments included with this assignment for the full instructions before agreeing to do the assignment. I will not pay more than the originally negotiated fee simply because you did not do your own due diligence first before agreeing to accept to do the assignment. Thank you for your time.

Assignment:

Using the Case Study and course materials, your task is to write a paper to Mark that includes the following: 

1. Background – briefly describe the business to be supported by the new infrastructure.

2. Current IT infrastructure – List the hardware, software, and network components that Mark currently has in place (not what he wants to add with his “Expansion Plan”). Note that you may need to make some assumptions about the components based on what is provided in the Case Study.

3. Requirements – List five requirements Mark has identified that the systems will have to perform or support as he expands his business. These can be “business” needs or part of the 3D printing operation.

4. How requirements will be met – Briefly explain to Mark what system components will be needed to meet each of the five requirements listed above. These may be components he already has or new components to be added.

5. Data representation and storage – Finally, Mark needs to store and use several types of data: digital and numerical, audio, video and graphics data. Explain to him how each of these types of data are represented in digital form, how they are stored, and on which device(s) (either in place or something he needs to add) each type of data will be stored. Include each of the following:

a. Digital and numerical data

b. Audio data

c. Video data

d. Graphics data

References:  

Incorporate at least two resources correctly; one reference should be from the course materials and one reference should be external. An external resource is a resource other than those provided in the class or textbook. Incorporate properly formatted APA citations in the text of your document for each reference used. Then, place an APA style reference page at the end of your document. 

Formatting: 

For academic writing, the writer is expected to write in the third person. In third person, the writer avoids the pronouns I, we, my, and ours. The third person is used to make the writing more objective by taking the individual, the “self,” out of the writing. This method is very helpful for academic writing, a form in which facts, not opinion, drive the tone of the text. Writing in the third person allows the writer to come across as unbiased and thus more informed.

· Write a short concise paper, 2-3 single spaced pages in length. 

· Use at least two resources with APA formatted citation and reference. Use at least one external reference and one from the course content. 

· Compare your work to the Grading Rubric below to be sure you have met content and quality criteria. 

· Submit your paper as a Microsoft Word document, or a document that can be read in Word. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Enterprise risk management

Chapter 12 presented the approach Intuit uses to measure the effectiveness of their ERM, and chapter 15 presented the process the City of Edmonton employed to develop and deploy their ERM. You are an ERM consultant, retained by Intuit to re-implement their ERM. They have decided to start over and develop a new ERM for their current organization. Would you recommend that the base their new ERM on PM2 Risk Scorecard or ISO 31000? Explain why you would choose one over the other. You must use at least 2 paragraphs (of you own words) to justify your answer.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Assignment7

Requirements to get full credits in Documentation

1.A description of each method is also needed.

2.Some additional comments inside of methods to explain code that are hard to follow should be written.

You can look at the Java programs in the text book to see how comments are added to programs.

Minimal Submitted Files

You are required, but not limited, to turn in the following source files:

Assignment7.java (No need to be changed) 

DrawingPane.java —   to be completed.

You may add more classes or more methods than the specified ones. (You might need them.)

Skills to be Applied:

JavaFX

Classes may be needed:  

Button, ComboBox, Color, Graphics, Line, ActionHandler, MouseHandler. You may use other classes.

Here is Assignment7.java:

 

import javafx.application.Application;
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;

public class Assignment7 extends Application
{
  public void start(Stage primaryStage)
  {
     //create a DrawPane object. See DrawPane.java for details.
     DrawingPane gui = new DrawingPane();
  
     //put gui on top of the rootPane
     StackPane rootPane = new StackPane();
     rootPane.getChildren().add(gui);
  
     // Create a scene and place rootPane in the stage
     Scene scene = new Scene(rootPane, 600, 400);
     primaryStage.setTitle("Line Drawing");
     primaryStage.setScene(scene); // Place the scene in the stage
     primaryStage.show(); // Display the stage
  }
  public static void main(String[] args)
  {
     Application.launch(args);
  }
}

Here is DrawingPane.java (This is a semi-finished product, you need to add):

//import any classes necessary here
//----
import javafx.scene.control.Button;
import javafx.scene.control.ComboBox;
import javafx.scene.layout.Pane;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.scene.shape.Line;
import javafx.scene.paint.Color;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.geometry.Orientation;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.input.MouseEvent;

import java.util.ArrayList;

public class DrawingPane extends BorderPane
{
  private Button undoButton, eraseButton;
  private ComboBox<String> colorCombo, widthCombo;
  private ArrayList<Line> lineList;
  private Pane canvas;
  //declare any other necessary instance variables here
  //----
   
  //Constructor

  public DrawingPane()
  {
     //Step #1: initialize instance variable and set up layout
     undoButton = new Button("Undo");
     eraseButton = new Button("Erase");
     undoButton.setMinWidth(80.0);
     eraseButton.setMinWidth(80.0);

     //Create the color comboBox and width comboBox,
     //----
      
      
     //initialize lineList, it is a data structure we used
     //to track the lines we created
     //----
      
     //topPane should contain two combo boxes and two buttons
     HBox topPane = new HBox();
     topPane.setSpacing(40);
     topPane.setPadding(new Insets(10, 10, 10, 10));
     topPane.setStyle("-fx-border-color: black");
      
      //canvas is a Pane where we will draw lines
     canvas = new Pane();
     canvas.setStyle("-fx-background-color: white;");
      

      
     //add the canvas at the center of the pane and top panel
     //should have two combo boxes and two buttons
     this.setCenter(canvas);
     this.setTop(topPane);

      
     //Step #3: Register the source nodes with its handler objects
     canvas.setOnMousePressed(new MouseHandler());
     //----
     //----
  }



   //Step #2(A) - MouseHandler
   private class MouseHandler implements EventHandler<MouseEvent>
   {
       public void handle(MouseEvent event)
       {
           //handle MouseEvent here
           //Note: you can use if(event.getEventType()== MouseEvent.MOUSE_PRESSED)
           //to check whether the mouse key is pressed, dragged or released
           //write your own codes here
           //----
           
           
           
           
           
       }//end handle()
   }//end MouseHandler

   //Step #2(B)- A handler class used to handle events from Undo & Erase buttons
   private class ButtonHandler implements EventHandler<ActionEvent>
   {
       public void handle(ActionEvent event)
       {
           //write your codes here
           //----
           
           
           
       }
   }//end ButtonHandler



  //Step #2(C)- A handler class used to handle colors
  private class ColorHandler implements EventHandler<ActionEvent>
  {
      public void handle(ActionEvent event)
      {
          //write your own codes here
          //----
          
          
          
      }
  }//end ColorHandler
   
   //Step #2(D)- A handler class used to handle widths of lines
   private class WidthHandler implements EventHandler<ActionEvent>
   {
       public void handle(ActionEvent event)
       {
           //write your own codes here
           //----
           
           
           
       }
   }//end WidthHandler
}//end class DrawingPane

The remail details is in the picture file.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Wk 5 Individual: Change Management Plan

  

Building a new software application is just the start, as organizations invest in software to help solve business problems. For systems to be effective and have a positive influence on organizational goals, they need to address user experience and focus on how best to gain new system adoption. The ideas for a new strategy are compiled in a document titled a change management plan. This plan contains information about the new user experience, how the new system will be supported, and the communication plans to inform the system users, which includes FAQs and instructions on how to use the system.”

Develop a change management plan for WeLoveVideo, Inc. Within the change management plan, incorporate the following:

· Ways in which the system was designed to support a positive user experience

· How the system changes will be communicated to the users

· Ways in which you will shape the communications to ensure a positive outlook

· Collateral (Ex. FAQs and user guides) that will be developed in support of the new system

· Explain what type of support will be available to the users after implementations.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

$30.00 Due In 48 hours CIS 510Technical Paper

  

CIS 510Technical Paper: Proof of Concept (POC)

Technical Paper: Proof of Concept (POC)

Due Week 10 and worth 230 points

Your company is a 4-year-old startup called XYZ Software Enterprises. XYZ produces a point of sale system and was awarded a Proof of Concept (POC) to one of the largest and oldest restaurants in the industry (you know, the ones in the commercials all the time). The restaurant wants XYZ to prove that the software will do what the sales people said it could do.

Your Proof of Concept will include four parts:

· Part 1: Gantt Chart

· Part 2: Testing and User Acceptance Report

· Part 3: Use Case Diagram

· Part 4: Activity Diagram

Part 1: Gantt Chart

A Gantt Chart (see page 353 Figure 11-18) needs to be created for the entire process of the Proof of Concept. There is a two-month deadline from today to complete the POC.

Using Visio or Excel, create a Gantt Chart that includes all of the items listed below and adds five more tasks minimum from the concepts learned from the course:

· The initial meeting — today.

· Should appear as the first line.

· Teams selected to participate in the project (1 week).

· Information gathering (add the information gathering methods you will use and how long each will take).

· System configurations based on information gathering methods (2 weeks).

· Create Activity Chart based on information gathering (info to create chart supplied).

· Create Use Case Diagram based on information gathering (info to create chart supplied).

· Show the finished configurations to the team and get feedback (1 day).

· Make changes based on feedback (3 days).

· Install the system in the test store (2 days).

· Train staff (1 day).

· Run a live test of POC (2 weeks).

NOTE:

· The five or more additional tasks can be subtasks for information gathering methods as well some other subtask or major task not in the initial list.

· You may add items from the SDLC, specific item(s) on testing, or any other concept you think should be part of the POC process learned in the course of this semester.

NOTE: Remember that events in a Gantt chart can happen at the same time as other events. Some items also cannot start until others are completed. Everything has an estimated timeframe and it is displayed in the chart.

 
 

Part 2: Testing and User Acceptance Report

As part of the expected documentation in the POC, XYZ wants a report on Testing and User Acceptance.

Your manager is asking you to research the testing criteria they listed in the POC documents.

The POC document states that they are looking for:

1. System and Stress Testing

2. User Acceptance Testing (UAT)

For both categories, research and report on:

1. What these tests are.

2. Why the industry leader would want these particular tests.

3. The best ways, in detail, to accomplish the tests so that your company meets the criteria they are looking for.

o These items can be added to your Gantt Chart (Part 1)

Part 3: Use Case Diagram

The restaurant, as part of the information gathering, outlined a use case in a chart (below).

Your manager assigned you to create the Use Case Diagram using Visio, MS Word, or any other software. (See the diagrams on Page 84 and 85 of the textbook.)

· Paste the diagram into the created report.

  

USE   CASE

ACTOR

 

Order   Food 

Waiter,   Patron, Chef

 

Serve   Food

Waiter

 

Cook   Food

Chef

 

Pay   for food 

Waiter,   Patron

 

Eat   Food

Patron

 
 

Part 4: Activity Diagram

As a part of the information gathering process, a chart of items was provided by XYZ.

Your manager has asked that you use Visio, MS Word, or any other software with which you are familiar to create the Activity Diagram (see pages 138 Figure 5-5 and 139 Figure 5-6 in the textbook.)

· Paste the diagram into the created report.

  

POS SALES PROCESS

 

Activity Diagram

 

Host/Hostess   seats patron

 

Server   takes drink order

 

Server   opens order for table in POS system

 

Server   places drink order in the POS system

 

System   sends drink order to the Bar

 

Bar   makes drinks

 

Server   brings drinks to table

 

Server   takes food order

 

Server   adds food order in the POS system

 

Order   goes to kitchen

 

Chef   and staff cook the order

 

Food   Runner brings food to table

 

Server   takes dessert order

 

Server   adds dessert order to POS

 

Chef   and Staff create desserts

 

Food   Runner brings desserts to table

 

Server   creates check in POS

 

Server   collects payment and enters it in POS

 

Server   adds tipped amount to POS

 

Server   closes table in POS

Additionally you must:

· Use at least 3 quality resources. NOTE: Wikipedia and similar websites do not qualify as quality resources.

Your assignment must follow these formatting requirements:

· Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.

· Include a cover page containing the title of the assignment, your name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.

· Include charts or diagrams created in Visio, Word, or an open source alternative. The completed diagrams/charts must be imported into the Word document before the paper is submitted.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Written Interview questions

PhD IT

  1. Tell us about yourself and your personal journey that has lead you to University of the Cumberlands.
  2. What are your research interests in the area of information technology? How did you become interested in this area of research?
  3. What is your current job/career and how will this program impact your career growth? 
  4. What unique qualities do you think you have that will help you in being successful in this program?
  5. How can obtaining a doctorate impact your contribution to the practices of information technology? Where do you see yourself after obtaining a doctorate from UC? 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Linux Implementation Proposal

You’ve won the business! Faster Computing has agreed to the project. As the final stage of preimplementation, you have been asked to produce a training guide that will demonstrate how to install Linux and provide an overview of several common commands, as follows:

  • Use a hypervisor of your choice to install Linux. Many hypervisors are available, such as VirtualBox, which is a free download. In addition, as part of UMGC’s agreement with VMware, you can download VMware Workstation for free. See below for specific screenshot requirements.
  • Demonstrate command-line operations that will provide the following information:
    • A listing of files in a directory and common file attributes
    • The current directory (hint: also known as the present working directory)
    • Create a file, then copy it to a different directory
    • Create a second file and move it to a different directory
    • Remove the first file, as well as the copy you created
    • The manual page for a given command
    • Create a text file, then use an editor to modify the content. Then display the content of the modified file
    • Show running processes on the system. Demonstrate how to search for a specific process
    • Forcibly stop a running process

The deliverable for the final phase of the project is a written paper with screenshots. Use the Training Guide Template to record your work.

There is no minimum or maximum page requirement, but all of the requirements must be met. The installation portion should include at least three screenshots showing the progress of your installation. Each screenshot should be accompanied by a brief explanation of what you did. For each of the command-line operations, include at least one screenshot along with a short explanation of the commands used. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now