Business Context
Research Rationale
Research Question
Paper Structure
I have also uploaded the Dissertation Structure
News Article Review: Price System Assignment
DescriptionNEWS ARTICLE REVIEW ASSIGNMENT INSTRUCTIONS:
OVERVIEW
News Article Review Assignments are intended to develop students’ ability to connect
economic theory to current issues of economic policy. Students are expected to demonstrate their
und…
Show more
Pedagogical Usability and mobile application and cultural implication
Business Assignment Help DescriptionMy topic is “Cultural Implication on Pedagogical usability of mobile application in foreign language learning”
Please write me the result of my research – my research and other has been done.
please focus on the writer on
1. How does my research impact on current pedagogical usability of mobile applications.
2. Based on my finding in my research, how the current pedagogical usability of mobile applications and their criteria for checking can be improved.
No need for an introduction or other literature review. just straightforward results which focus on my topic.
I’m providing my previous parts of research.
thank you so much.
Language and New media
DescriptionYou would need to find some data and analyse it in relation to these questions from task 1 and 2. PLEASE BE ADVISED THIS IS AN ENGLISH LANGUAGE ESSAY so references are expected from sources relating to the us…
Show more
proposal master
DescriptionHi M8. I hope you remember me. You wrote for me my Bachelor`s dissertation and I was very happy with our cooperation before.
Now I have for you another challenge – my master dissertation, but my problem is that I dont have idea about topic and I need yours help.
Maybe we will go again in HR or if you have any other idea.
The problem is that we have to have permission from the gatekeeper from organisation.
For those of you who wish to pursue a secondary rather then primary data
methodology it is very important that you detail the secondary datasets that you will
utilise. Do not suggest that you will analyse secondary literature sources – this is
your literature review and NOT data collection.
Please note you must choose your own research topic and develop your own research question which you will take forward to the dissertation module BUS7B44. You will not be allocated a topic by the module tutor or your supervisor. If you are following a specific route e.g. MBA Healthcare Management then your proposal topic should reflect this. In addition given that you are studying for an MBA your topic should be organisation or management focused.
I attached marking criteria and guide for proposal.
assigment 2
Guidelines for the assignment:
The Assignment must be submitted (WORD format only) .
Avoid plagiarism, the work should be in your own words.
No pictures containing text will be accepted and will be considered plagiarism).
Your assignment must be supported by evidence and resources. Otherwise, your answer will not be valid.
All answered must be typed using Times New Roman (size 12, double-spaced) font.
Use the footer function to insert page number.
Ensure that you follow the APA style in your assignment.
length should be between 350 to 500 words per question.
Requirements:
– look to the file to understand more detail
How a Computer Scientists Fights Bias in Computer Algorithms
DUE AT 11:59
Pulling from our class discussion and the concepts you’ve learned so far, develop a reaction paper to the article we discussed in class today (Titled: How a Computer Scientist Fights Bias in Algorithms). This reaction paper should use the questions posed in class as a guide. This paper is not simply answering the questions from class but using those questions to react to the article and frame your discussion. Your can discuss issues, example, on how issues discussed in the paper impact samples and population or what algorithm bias meams for generalizing data findings. As you reflect, how does the article supplement your understanding of the statistical concepts we’ve discuss thus far. This paper should be 500 words or more. Any assignment that is less than 500 words will not receive full credit. In your reaction paper, use your critical mind and your learning from the textbook. When using the textbook for reference, be sure to cite the page number from which you are referring to. DO NOT copy and paste from the internet or Wikipedia. Those who copy and paste from the internet (using no citations) will receive no credit and could be at risk for plagiarism.
The questions posed in class were:
-What is algorithmic bias and how would you explain it to a 5th grader?
-Who is most impacted by algorithmic biases? Provide reasons for your answer.
-Based on the article and your understanding, provide 3 ways these algorithms take shape on social media.
-What does credible data mean to you? Give an example of a credible data source? Why do you believe it to be credible?
-What is an example of administrative data and how might they distort the realities of your community or the community you live in? Be specific in your responses.
-Discuss 3 ways a data set can become skewed. How does algorithmic bias play a role in skewed data?
-What are some ways to create symmetry in a data set?
-Based on your reading of the article, discuss how representation in data directly impacts bias in the interpretation of your reality.
-Choose 3 of the concepts listed above to discuss the impact of algorithm bias on populations and samples.
The article posed in class was: https://www.npr.org/2022/03/14/1085160422/computer…
Capstone A- project B- A LITERATURE REVIEW
DescriptionThis is 4000 words. Part B of my capstone project. – A LITERATURE REVIEW.
*The writer is required to base this on pure literature review- needs to search articles on Pubmed, PsycINFO, CINAHL, ProQuest, Medline, and Cochrane which are recent or ma…
Show more
C Programming Question
Hello, this is for my computer systems 1 class. It is a lab assignment and I’m including 2 .zip files. The lab1.zip file has the instructions, and the datalab.zip file has the .tar file provided for the assignment. This is the first assignment for the class.
Use java to create a UML diagram
Documents to be submitted: o UML diagramo Java source file(s) with Javadoc style inline commentso Supporting files if any (For example, files containing all testing data.)Note: Only the above-mentioned files are needed. Copy them into a folder, zip the folder, and submit the zipped file. We don’t need other files from the project.
Students are required to submit a design, all the error-free source files with Javadoc style inline comments and supporting files. Lack of any of the required items or programs with errors will result in a low credit or no credit.
Part II: Grading RubricThe following includes, but not limited to, a list of performance indicators used for grading.Performance IndicatorsMax Earned points points #1: UML designEfficient and meet all requirements
Visibility, name, and type/parameter type/return type present forall classes with no issues
Class relationships are correct
5#2: NodeComments and naming conventions
A generic non-inner class and all methods present with no issues
No use of any node- related classes from any standard library
Meet all requirements
5#3: Generic ADT sorted list classesComments and naming conventions
Specifications and implementation are separate
A generic class, a doubly linked list data structure and all methodspresent without issues
No use of any sort-related methods from any standard library
No use of any linked list related classes from any standard library
Meet all requirements
10#4: Generic ADT sorted list testComments and naming conventions
Enough testing data from a file is used
Decompose method main
ADT-sorted list is completely tested
Meet all requirements
5#5: ADT address book classesComments and naming conventions
Specifications and implementation are separate
A sorted list used as the data structure
No use of any sort-related methods from any standard library
All methods present without issues
Meet all requirements
10#6 Contact classComments and naming conventions
All methods are included. For example, constructors,getters/setters, toString, and equals.
Meet all requirements
5#7: ADT address book testComments and naming conventions
Enough testing data from a file is used
Decompose method main
ADT-address book is completely tested
Meet all requirements
5Total Points Awarded/ 50Feedback to the studentPerformance indicator #1: Performance indicator #2: Performance indicator #3: Performance indicator #4: Performance indicator #5: Performance indicator #6: Performance indicator #7:3Part III: ExamplesTo complete a project, the following steps of a software development cycle should be followed. These steps are not pure linear but overlapped.Analysis-design-code-test/debug-documentation.1) Read project description to understand all specifications (Analysis)2) Create a design (an algorithm or a UML class diagram) (Design)3) Create programs that are translations of the design (Code/Implementation) 4) Test and debug(test/debug)5) Complete all required documentation. (Documentation)The following shows a sample design and the conventions.Constructors and constants should not be included in a class diagram.
For each field (instance variable), include visibility, name, and type in the design.
For each method, include visibility, name, parameter type(s) and return type in the design.o DON’T include parameter names, only parameter types are needed.
Show class relationships such as dependency, inheritance, aggregation, etc. in the design. Don’t includethe driver program or any other testing classes since they are for testing purpose only.o Aggregation: For example, if Class A has an instance variable of type Class B, then, A is anaggregate of B.The corresponding source codes with inline Javadoc comments are included on next page.
4Class comments must be written in Javadoc format before the class header. A description of the class, author information, and version information are required.Comments for fields are required.import java.util.Random;/*** Representing a dog with a name. * @author Qi Wang* @version 1.0*/ public class Dog{open { TAB/*** The name of this dog *//*** Constructs a newly created Dog object that represents a dog with an empty name. TAB TABpublic Dog(){ private String name; */open { TABthis(“”);A description of the method, comments onparameters if any, and comments on the return type }/*** Constructs a newly created Dog object withifaanyamaer.e required.* @param name The name of this dog*/public Dog(String name){ } this.name = name;A Javadoc comment for a formal parameter consists of three parts:- parameter tag,- a name of the formal parameter in the design ,(The name must be consistent in the comments and the header.)- and a phrase explaining what this parameter specifies.A Javadoc comment for return type consists of two parts: – return tag,- and a phrase explaining what this returned value specifies/*** Returns the name of this dog. * @return The name of this dog */public String getName(){return this.name; }/*** Changes the name of this dog.* @param name The name of this dog */public void setName(String name){this.name = name; }/*** Returns a string representation of this dog. The returned string contains the type of* this dog and the name of this dog.* @return A string representation of this dog */return this.getClass().getSimpleName() “: ” this.name; }/*** Indicates if this dog is “equal to” some other object. If the other object is a dog,* this dog is equal to the other dog if they have the same names. If the other object is * not a dog, this dog is not equal to the other object.* @param obj A reference to some other object* @return A boolean value specifying if this dog is equal to some other object*/public String toString(){public boolean equals(Object obj){//The specific object isn’t a dog. if(!(obj instanceof Dog)){ return false;}//The specific object is a dog.return this.name.equalsIgnoreCase(other.name); }}Dog other = (Dog)obj;5Method comments must be written in Javadoc format before the method header. The first word must be a verb in title case and in the third person. Use punctuation marks properly.More inline comments can be included in single line or block comments format in a method.Part IV: Description A contact organizerGoals:Review and develop a deep and comprehensive understanding of the object-oriented paradigm
Review and develop a deep and comprehensive understanding of abstract data types
Review data structures and searching algorithms such as linked lists, linear search, etc.For this assignment, you will create a contact organizer that organizes contacts in sorted order. You will design, implement and test two ADTs:A generic ADT Sorted List (implemented with a doubly linked list)
An ADT address book (implemented with an ADT sorted list)Java language is required for this assignment.Part I: A generic ADT Sorted List:A generic sorted list can store comparable objects in order. For example, in a sorted list, a collection of contacts can be stored in the order of their last names. When designing a generic ADT sorted list, type parameter, the deferred element type, needs to be constrained to be comparable type as shown below.public class AGenericADTSortedLIst<E extends Comparable>The following functionalities must be provided, and this list must remain sorted after each operation. It is not allowed to use any sort-related methods from any standard library; you must write everything needed by yourself.
Insert an element into this list.o Wheninsertinganewelement,aproperlocationmustbedeterminedsothattheupdatedlistremainssorted.
Delete an element from this list.
Delete all the elements from this list.
Return a reference to the element at a specific position of this list.
Determine if this list is empty.
Determine the number of elements contained in this list.
Return a string representation of this list (overridden toString).
Compare this list with some other object for equivalency (overridden equals).When implementing this ADT, a doubly linked list must be used as the data structure (A generic node must be created. It is not allowed to use any linked list or node from any standard library. You must everything needed by yourself.). In this ADT, there should be overloading constructors and two instance variables: a reference to the head of a doubly linked list (the data structure) and the count of elements of this list.All classes must be tested individually (unit testing) before they are used with other classes. All methods must be called/tested for each class for all classes. There are no standard outputs for this assignment. Test this ADT before using it in the next ADT. To get started with the testing of this ADT, create an instance of the class, add a list of elements into the list, call other methods. To help you to get started, the following instructions are provided:
Make a text file by including a list of integers (a file for input). Save the file in the project folder, the parent folder of folder src.
Write a driver. In main, invoke the starting method in its helper class that is explained next. 6
Create a helper class for the driver. In the class, you may begin with the following three static methods:
public static void start(){//Create an instance of the ADT sorted list and save its reference. //Call method2 with the list reference passed to the method.
//This method will add elements into the list.//Call method3 with the list reference passed to the method.
//The starting method
…
}
//Name this method properly
//This method will delete and print the elements from the list.
public static void method2(a reference to a list){//Read an integer from the input file, add a node to the sorted list. …
}
public static void method3(a reference to a list){ //Delete and print the elements in order.
…
}
Other methods can be called/tested in one of the three methods or in an additional static method. All methods must be called/tested for each class for all classes.
Part II: ADT Address Book:
A contact is an object containing three values: first name, last name, and phone number. Assume that each contact has a unique name and a unique phone number, and all contacts are sorted by their last names in an address book. The following shows an instance of Contact class. Create Contact class, test it and use it for next part of the assignment.
//Name this method properly
firstName:____ lastName: ____ phoneNumber: ____
James Butt
504-621-8927
An ADT Address book maintains a list of contacts in sorted order. The ADT is not a generic class. The element of a node is a contact. The following shows an instance of address book that organizes a list of contacts in sorted order.
A sorted list: __
null
A contact A contact … A contact 7
null
My address book
To implement this ADT, an ADT sorted list (part I) must be used as the data structure. The following functionalities must be provided, and this list must remain sorted after each operation. It is not allowed to use any sort-related methods from any standard library; you must write everything needed by yourself.
Search a contact in this address book.
Insert a contact into this address book.
Delete a contact from this address book.
Delete all the contacts from this address book.
Determine if this address book is empty.
Determine the number of contacts contained in this address.
Return a sorted doubly linked list by including all contacts whose phone numbers have the same area code.
Return a sorted doubly linked list by including all contacts whose last names are the same.
Return a string representation of this address book (overridden toString).
Compare this address book with some other object for equivalency (overridden equals).Notice that all operations are executed in the underlying sorted linked list of this address book. In this ADT, there should be overloading constructors and an instance variable: a reference to a sorted list (part I) with Contact as the element type.All classes must be tested individually (unit testing) before they are used with other classes. All methods must be called/tested for each class for all classes. There are no standard outputs for this assignment. To test this ADT, create an instance of the class, add a list of contacts into the list, call other methods. You will use similar approach to part I testing. For the input file, you can prepare a text file using the data on the next page.Here is the summary of the files to be submitted for this assignment. Save them into a folder, zip the folder, and submit the zipped file.A UML diagram
Java source files with Javadoc style inline comments:o AgenericADTsortedlistclassesanditstestingclasses o Contacto ADTAddressbookanditstestingclasses
Files for input:o PartIinputfileo PartIIinputfile
Any other supporting files
8
first_name last_name phone
James Josephine ArtLenna Donette Simona Mitsue Leota SageKris Minna AbelKiley Graciela Cammy Mattie Meaghan Gladys Yuki Fletcher Bette Veronika Willard Maryann Alisha Allene Chanel Ezekiel Willow Bernardo Ammie Francine Ernie Albina Alishia Solange Jose Rozella Valentine Kati Youlanda Dyan Roxane Lavera
Butt Darakjy Venere Paprocki Foller Morasca Tollner Dilliard Wieser Marrier Amigon Maclead Caldarera Ruta Albares Poquette GarufiRim Whobrey FlosiNicka Inouye Kolmetz Royster Slusarski Iturbide Caudy Chui Kusko Figeroa Corrio Vocelka Stenseth GlickSergi Shinko Stockham Ostrosky Gillian Rulapaugh Schemmer Oldroyd Campain Perin
504-621-8927 810-292-9388 856-636-8749 907-385-4412 513-570-1893 419-503-2484 773-573-6914 408-752-3500 605-414-2147 410-655-8723 215-874-1229 631-335-3414 310-498-5651 440-780-8425 956-537-6195 602-277-4385 931-313-9635 414-661-9598 313-288-7937 815-828-2147 610-545-3615 408-540-1785 972-303-9197 518-966-7987 732-658-3154 715-662-6764 913-388-2079 410-669-1642 212-582-4976 936-336-3951 614-801-9788 505-977-3911 201-709-6245 732-924-7882 212-860-1579 504-979-9175 212-675-8570 805-832-6163 210-812-9597 785-463-7829 541-548-8197 913-413-4604 907-231-4722 305-606-7291
9