Create and submits one persona and two scenarios . Write six User Stories, 3 for the component on which they are working, and 3 for the game.

Create and submits one persona and two scenarios . Write six User Stories, 3 for the component on which they are working, and 3 for the game. Astronaut Training : An addictive mobile or web app that provides a set of games that are fun and easy to play. We also want it to stimulate […]

What does the future look like? What are some areas people are pursuing and how might their work change the landscape of computing as we now use it?

Write a paper on Intel’s co-founder Gordon Moore and “Moore’s Law” The paper must contain the following points: – Who is Gordon Moore? – What’s the story behind Moore’s Law? – What does Moore’s Law say? – The ramification of Moore’s Law and how industry responded to it and a timeline to current date. – […]

What algorithm would you create to find a door and what may be behind it? If you find the cash, what steps will you take to find the correct door out of the room and avoid the deadly spikes? Of all the information given to you, what is most important to take into consideration? How will you sense your surroundings?

The town recluse has invited you to dinner at his lavish century-old Victorian mansion outside of town; the dress is formal. When you arrive, you greet and are greeted by the other guests and house staff. After socializing, dinner begins in the dining room underneath the sparkling crystal chandelier with dishes that dazzle every sense. […]

Create a summary of each along with the respective strengths and weaknesses. Which would you recommend? Why?

TASK 1 In addition to S/MIME, there are several protocols and standards that protect email. These include STARTTLS, DNS- Based Authentication of Named Entities (DANE), Sender Policy Framework (SPF), DomainKeys Identified Mail (DKIM), and Domain-based Message Authentication, Reporting, and Conformance . Use the Internet to research each of these. Create a summary of each along […]

What is the minimal shipping cost and the associated optimal shipping schedule?A new type of tanker trucks can completely eliminate the yield loss. If the manufacturer can replace its fleet with the new trucks, how much can it save on shipping cost? How should it change the optimal shipping schedule?

1. Shipping Schedule A manufacturer has three plants and four warehouses. Each plant has a potential capacity, expressed in cartons of product, and each warehouse has a demand requirement for the week that must be met. There are 12 possible shipment routes, and for every plant–warehouse combination, the unit shipping cost is known. The following […]

Follow section 2.5 of your Arduino workshop, set up your breadboard, and write your code for Reading inputs and controlling outputs using analog pins.

Lab 1 – Using Inputs and Outputs This LAB has three parts: 1- You follow section 2.4 of your Arduino workshop and set up your breadboard and write your code for Reading inputs and controlling outputs using digital pins. https://youtube.com/shorts/SYnhDQNRIU8?feature=sharLinks to an external site. 2- Follow section 2.5 of your Arduino workshop, set up your […]

Outline a scenario where you would use a specific type of algorithm. Could other algorithms be used? If so, why should they not be used? Defend why your choice of algorithm would be used compared to others.

Listed below are topic(s) would like for each of you to discuss throughout the week. Refer to the textbook, weekly materials, and/or the GMC library when researching the topics for this Discussion Forum. Put your writing into your own words, do not copy directly from the source. If you incorporate external resources  in your posts […]

C Python MIS 315 – Fall 2022. Programming Assignment #2. Objectives: Functions, Lists, lists of lists This program and the next program work together. I cannot accept assignments after the deadline, as I will provide the key needed to work on programming assignment #3 Grading: 1. 10 2. 5 3. 10 (this is a B) 4. 5 QUESTION 1.Build a list of lists called studGrades, using the data in file DATA_PROJ2.txt, shown in canvas files. For reference, I use the words “table”, “row”, and “column” for the”2 dimensional” list studGrades. Each row contains the data for one student, and it will be used to compute the final letter grade of the student. Data of one row are the following Column 0: unique student id (a number) Col 1: “L” for the usual letter grading (A, B, …) , ”Cr” for Credit/noCr Col 2: major – col 3: transfer student? -Col 4 -year Col 5: gpa – col6 project 1 grade –Col 7 project 2 grade Col 8: exam 1 grade – col 9: exam2 grade To build the table studGrades in the Python program, copy and paste one row at a time from the file DATA_PROJ2.txt into the table studGrades (again, “table” is not a standard Python keyword, I use it to represent a list of lists or 2-dimensional list). Insert commas and “[“ and “]” where needed to make studGrades a correct list of lists (Murach top of page 179) This table MUST be in main() Print table studGrades, showing one row per line QUESTION 2.Compute the average gpa. Compute how many students have their gpa greater than the average gpa. PRINT both results from main() You must use a function for this question, besides main(). The table studGrades must be a parameter of this function (not a global variable). Both results must be returned to the calling program ( main()) using a “return” statement and printed from main() QUESTION 3. For each student, compute the final project grade based on the combination of grades for project 1 (col 6) and grade for project 2 (col 7) as follows(3 steps) First step newProj1grade = project1Weight*project1_grade newProj2grade= project2Weight*project2_grade Use : project1Weight = 2 project2Weight = 1.5 .Those are “global constants” (Murach, page 114, 115, names of the constants should be in upper-case) All rows have the same project1Weight. All rows have the same project2Weight REMARK. I am not always respecting Python syntax and consistent in the use of variable names in this text. The names I use are descriptive of the data they hold, but you need to choose the variable names for your program .Second step calculate: projgrade = newProj1grade+ newProj2grade Third, insert the value of projgrade at column 8 of studGrades for each row. (note: insert, not append) You must use a new function for this question Print the following from main(): rows for student id 1111, 4555, 9500 with columns 0, 6, 7, 8, 9, 10 QUESTION 4. For each student, compute the final exam grade based on the combination of grades for exam1 (col 9) and grade for exam 2 (col 10) as follows. First, compute firstKmod as follows: Kmod = 1.2 for juniors who are not transfer students (col 3), Is 1.4 for juniors who are transfer from CC, is 1.5 for other juniors, is 2 for sophomores or seniors and grading type “L” (col 1), 2.5 for sophomores with grading type Cr, 1 for all other students Then newExam1grade = Exam1Weight*Exam1_grade newExam2 grade= Exam2Weight*Kmod*Exam2_grade All students have the same Exam1Weight = 3 (global constant) All students have the same exam2Weight=5 (global constant For each student, compute examgrade = new Exam1grade+ new Exam2grade; append Print the following from main(): rows for student id 1111, 4555, 9500 with columns 0, 9, 10, 11 You must use a new function for this question.

MIS 315 – Fall 2022. Programming Assignment #2. Objectives: Functions, Lists, lists of lists QUESTION 1.Build a list of lists called stud Grades, using the data in file DATA_PROJ2.txt, shown in canvas files. Each row contains the data for one student, and it will be used to compute the final letter grade of the student. […]

Write a 3-page essay in APA format. You must include 3 scholarly reviewed references that are DIRECTLY related to the subject.Be Mindful of APA format and use a separate title page and separate reference page.

Write a paper on Censorship via social media platforms. You must write a 3-page essay in APA format. You must include 3 scholarly reviewed references that are DIRECTLY related to the subject.Be Mindful of APA format and use a separate title page and separate reference page.

Compare and contrast the functions of Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

Discussion Details CSIS461: Technical Aspects of Computer Security (D01) Discussion Thread: Transmission Control Protocol and User Datagram Protocol 25 pts For your thread, compare and contrast the functions of Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Review the iscussion Assignment Instructions prior to posting. You may also click the three dots in the […]

© 2020 EssayQuoll.com. All Rights Reserved. | Disclaimer: For assistance purposes only. These custom papers should be used with proper reference.