Research Paper

  

Phase 1

Usability Tests – design a usability test to conduct usability testing on a device or equipment used on daily basis.

The device can be any kind of interface device. Pick a specific device to evaluate and design a usability test for this device.

Reference Chapter 5 Evaluation and the User Experience for assistance in designing the test.  Design your test to accommodate the Eight Golden Rules of Interface Design from section 3.3.4. Explain how your test will evaluate the user experience in regard to the Eight Golden Rules.

There should be 5 -7 pages in the body of paper with a minimum of 10 references.  7th Edition APA formatting required with appropriate headings, title page, table of contents, abstract, body and references.

—————————————————————————————————————–

Phase 2

Project Phase 2: Usability Tests – Status Report.  Conduct a session with the device using your test created in Phase 1.  Report on the results of the test.

To complete this assignment:

1.- Download the file containing the instruction and requirements for this project. (the attachment – Document 10) 

2.- Download the consent template.

3.- Select a device to be tested/evaluated. (see the sample list and choose one device)

4.- Follow the steps outlined in Document 10. 

The group should use at least 2 to  4-individual to test the product  (friend or relative to conduct the test but be sure to use an adult in your testing and follow the informed consent guidelines for human research).  The informed consent form is attached and should be uploaded along with your paper.

There should be 15  pages in the body of the paper with a minimum of 10 references.  7th Edition APA formatting required with appropriate headings, title page, table of contents, abstract, body, and references.

NOTE: In the second phase of this project, the group will be submitting:

1. – The structure of the paper with all the section (The tile of each section)

2. – Deliverables Phase 2: The paper will include: The Title Page, The Abstract, The Introduction, The selected device to be evaluated, The 10-references from Peer-Reviewed Journal. The selected participants (Include “only” the code to each participant).

3. – Signed consent form from each participant

NOTE 2: The final project will be completed in Week 13.

Instruction:

  • To complete this assignment, the following must be observed.

1. – Use only Peer-reviewed journals to research the above questions. (When Applicable)

2. – Adhere and apply properly the Basic Citation Styles of the APA (Use as a reference the APA Manual.).

3. – If you use another author’s ideas, concepts, and words, you need to cite the source and give credit to the author. Not citing in-text the source will be considered plagiarism, and you will receive zero (0) for your assignment.

4. – Do not copy and paste information from the Internet. (You will receive zero (0) for your Assignment).

5. – Late submission will not be accepted.

6. – This is a single submission. Late assignments will not be accepted. Check your work before submitting it. 

7. – Use the Sample – APA – Paper provided as a guide to submit your assignment ( ” Check for grammatical errors”) .

 7.1.- Observe the Paper Structure and Formatting.

7.2.- Make sure you observe “The Title Page and Structure.”

7.3.- References list must be per APA.

7.4.- Fill in the Certificate of Authorship located at the end of the paper.

Phase 3 – FINAL PAPER and PPT

Usability Tests and Final Report:  Must include:  APA Formatted Paper and  12-slides of Power Point Presentation. 

Phase 3 will include Phase 1 and Phase 2 in a combined single paper. 

Total paper 15 to 20 pages in the body of the paper with 30 references total.  This includes the 5 to 7 pages and 10 references each from Phase 1 and Phase 2.  (Phase 3 will have 5 to 7 pages with 10 references) 7th Edition APA formatting required with appropriate headings, title page, table of contents, abstract, body and references. 

do you require assignment help ?

you can get it from pro experts.

Computer programming assignment help is something that most computer programming understudies have as of now knew about in their lives. Most of understudies are using computer programming assignment help online to jettison their assignment help related concerns. Numerous nations worldwide have become center points of highest level Universities and Colleges. Many presumed Universities follow severe confirmation method, so understudies who are now examining in these Universities have displayed extraordinary legitimacy.

Activity 1 – Exe Proj

 Case Study 1.1 MegaTech, Inc.MegaTech, Inc. is designed to highlight some of the reasons why an organization that had operated in a relatively stable and predictable environment would seek to move to an emphasis on project-based work. The trigger event, in this case is the advent of the NAFTA treaty, which opened up competition on a more price-competitive basis.Questions

  1. What is it about project management that offers MegaTech a competitive advantage in its industry?
  2. What elements of the marketplace in which MegaTech operates led the firm to believe that project management would improve its operations?

 

Text Reference-

Title: Project Management

ISBN: 9780134730332

Authors: Pinto

Publisher: Pearson

Edition: 5TH 19

Write a Java application that inputs

  

Write a Java application that inputs three integers from the user and displays the sum, average, product, smallest, and largest of the numbers. Use a Scanner object to get the input from the user. Use System.out to output the results. The average should be a floating point result, and should be displayed with two digits after the decimal point.

Program 2: Simple Calculator Program using JOptionPanes

 Student will modify the Java application from program 1. The new version of the program will use JOptionPanes for input and output. Use String.format(“%.2f”, doubleVariable) to create a string representation with two digits following the decimal point.

Dissertation Seminar(Practical Connection)

 Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course(DISSERTATION SEMINAR) have been applied or could be applied, in a practical manner to your current work environment for SOFTWARE DEVELOPER. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study. (Include references).Requirements: 

  • Provide a 500 word (or 2 pages double spaced) minimum reflection. 
  • Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited. 
  • Share a personal connection that identifies specific knowledge and theories from this course. 
  • Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.  
  • You should NOT provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.

cloud

You are required to use at least two-peer reviewed sources (besides your textbook) to answer the above questions. The discussion questions this week are from Chapter 6   (Jamsa, 2013).

  • Define and describe a SAN. (50 words)
  • Define and describe NAS. (50 words)
  • Describe how cloud-based data storage works. (50 words)
  • List the pros and cons of cloud-based data storage.(50 words)

Programming

General information/requirements/grading rules

  1. Adhere to the naming conventions discussed in class for variable names, program name and function names
  2. Use meaningful names for variables
  3. If there are two words in the variable use first word lowercase and first letter of second wordupper case i.e., firstName or underscore between 2 words i.e first_name
  4. Include appropriate comments in the code
  5. Output should be displayed exactly as mentioned against each problem
  6. Indent the lines of code appropriately

1.numeric.py  (20 Points)

Write a program that prompts the User to enter a number between the range of 1 through 10. The program should display the Roman Numeral version of that number. If the number is outside the the range of 1 through 10, the program should display the error message. The output should display the data in table as shown below:

Hints:

Prompt user to enter a number.

Use a ‘if /elif’ to verify if the number entered is within the range and display output accordingly. 

If the number is out of range, display the following error message : ”Error: Invalid Number’.

Output should look like:

Number                   Roman Numeral

1                                 I

2                                 II

3                                 III

4                                 IV

5                                 V

6                                 VI

7                                 VII

8                                 VIII

9                                 IX

10                                 X

  1. dollar.py   (30 Points)

Write a program that finds number of Dollars, quarters, dimes, nickels, pennies given an amount.

Hints:

              Prompt user to enter an amount

              Find number of one dollars (remember to convert total amounts to pennies)  

              Find number of quarters in the remaining amount

              Find number of dimes in the remaining amount

              Find number of nickels in the remaining amount

              Find number of pennies in the remaining amount

              Display results

Expected Output:

Your amount 10.63 consists of

               10 dollars

               2 quarters

               1 dimes

               0 nickels

               3 pennies

3. dates.py   (20 Points)

Design a program that asks the user to enter a month (in numeric form), a day, and a 2 digit year. The program should then determine whether the month * day is equal to the year. If so, it should display a message saying the date is magic. Otherwise, it should display a message saying the date not magic.

Hint:

Prompt user to the month, day, and year in two digit format

Verify the month input if it is between 1 and 12. Display error message otherwise.

Verify the day input if it is between 1 and 31. Display error message otherwise.

Verify the year input if it is between 0 and 99. Display error message otherwise.

If the inputs are valid, evaluate the magic date.

Expected output: 

If user enters a month as 7, day as 3, year as 21, the it should display as follows:

The date is  7 / 3 / 21
This is a magic date.

4. leapYear.py (30)

Write a program that asks the User to enter a year. The program should display the number of days in February that year. Use the following criteria to identify leap years: 

   1. Determine whether the year is divisible by 100.  If it is, then it is a leap year and if only if it is also divisible            by 400. For example,        

        2000 is a leap year but 2100 is not.

    2. If the year is not divisible by 100, then it is a leap year and if only if it is also divisible by 4. For example, 

         2008 is a leap year but 2009 is not.

Hints:

              Prompt user to enter a year

             Use nested if to verify if the year is divisible by both 100 & 400

                  determine if the leap year is ‘True or False’

            Use Else to o verify if the year is divisible by 4  (if year %4 == 0: )

                  determine if the leap year is ‘True or False’

             Now use IF and Else to print if the year entered is a leap year or not.

Output

If entered 2008, the output should display: That is a leap year. February has 29 days.

If entered 2009, the output should display:  That is not a leap year. February has 28 days.

MIS

  Do not copy/paste, all answers should be in your own words. 

 When answering, indicate the number/topic of the question. 

 Make sure your name is included inside the file. If your name is not included, it will be difficult to assign a grade to the correct student.

  Answers must be complete (no 2-3 sentence answers) 

2. Explain several approaches that can be taken when assessing future emerging technology markets. 

3. What is a ‘lumpy market’ and how can companies overcome this to succeed with new technologies? 

4. What are some challenges that emerging technologies must face? 

5. What is scenario planning and how does it help emerging technologies?