EPSY3924_Exam1
.docx
keyboard_arrow_up
School
University of Minnesota-Twin Cities *
*We aren’t endorsed by this school
Course
3264
Subject
Computer Science
Date
Dec 6, 2023
Type
docx
Pages
4
Uploaded by MegaRhinocerosPerson934
EPsy 3264: Basic and Applied Statistics
Exam 01
11 pts.
Copyright EPSY 3264, 2021
1
Learning to Use TinkerPlots
TM
Preparation
Prior to completing this assignment, watch the following TinkerPlots
TM video:
● TinkerPlots Basics
This video can be accessed from TinkerPlots
TM website (http://www.tinkerplots.com; select Movies
on the left-side).
The information in the movie will help you learn how to use many of the features of TinkerPlots
TM
that we will be using in the course. Use what you learn to complete this assignment.
Part 1: Marvel Cinematic Universe: Runtime
Open the data file
Use TinkerPlots
TM to open the mcu.tp3
1 (this data set is located on the Canvas site in the Data Sets folder) file (within TinkerPlots
TM select File > Open... ). These data include information about Marvel Cinematic Universe Titles (MCU).
Create a Dot plot
● Create a dot plot of the movie runtime (in minutes) by dragging the runtime attribute to the
plot’s x-axis.
● Fully separate the cases. There shouldn’t be any bin lines in the plot. Remember bin
lines
are the vertical lines separating the data into bins corresponding to ranges of numbers.
● Vertically stack the cases in the plot so they are organized. If your points are floating like the
ones in the plot below - it is not vertically
stacked.
1 Data from OpenIntro datasets: https://www.openintro.org/data/index.php?data=mcu_films
Copyright EPSY 3264, 2021
2
For example, the plot on the left above is vertically stacked, but not fully separated. The plot on the
right is fully separated, but not vertically stacked.
1. Copy and paste your final (fully separated and vertically stacked) plot into your word-
processed document.
Add to Your Plot
2. Next we will add the average of the to your plot.
○ Highlight the plot by clicking on it, and select the Averages (Mean) button in the
upper toolbar (the triangle). This should add a triangle to your plot underneath the
mean value.
○ With the plot still highlighted, choose the Averages Options in the upper toolbar (the
upside-down triangle next to Averages) and select Show Numeric Value(s). This
should display the numeric value of the mean in the plot.
○ Copy and paste this plot (with the mean and the numeric value of the mean
displayed) into your word-processed document.
3. In the plot, click on a case that is near the mean runtime. Identify the MCU title you
clicked
on and its runtime.
NOTE:
The runtime variable was recorded as a number. This is called quantitative data. When
we record
variables as a number, our dotplots of that variable will not have any bin lines dividing the data.
However, we might collect data that isn’t a number, but instead is a category. This is called
categorical data. For example, season is an example of a categorical variable (recorded as
EPsy 3264: Basic and Applied Statistics
Exam 01
11 pts.
Copyright EPSY 3264, 2021
3
summer/not summer). When we create a dot plot of categorical data, it will have a bin for each
category when fully separated.
4. There are different storylines, called "phases", in the Marvel Cinematic Universe. Create a
dot plot of the phase values by dragging the phase attribute to the plot’s x-axis. Separate the
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Written Use Case
Follow the sample format shown in the attached photo.Sample have its label, while the one you should make a written use case is the one who have blue ovalsNOTE: YOU SHOULD MAKE THE WRITTEN USE CASE AS YOU CAN SEE IN THE SAMPLE TABLE. SOMEONE IS ANSWERING MY QUESTION WRONG!
arrow_forward
Add to the Shopping List application the possibility for the user to save the products entered and the favorite ones in the database and add the profile editing option.
Answer using FLUTTER ONLY
FLUTTER CODE ONLY
arrow_forward
With the frmTutorSearch form still open in Design View, use the Title button to add a title to the form. Replace the default title text with Tutor Information Form. (Hint: Do not include the period.) Save and close the frmTutorSearch
arrow_forward
Exercise 1 - Ms excel
Insert Pivot Table: Your task is to bring up the pivot table. Then remove the grand total and edit the pivot table.
Group Data by Year: The second task is to group the sales amount by the year or months.
Find Running Total by Date: Your objective is to find the running total by date using the data.
Insert a Pie Chart: You will create a pie chart from the data in this problem, you will need to insert slicer to the pivot table. Use the calculated Field to find the sales tax which is 5% of the total sales.
arrow_forward
Intro/Homepage: This first case will be used to give the user the first look at what the whole project is about. They see the beginning stage and interact with all the links to the movies, characters, and descriptions.
Browse MCU Shows: This case will be for the customers and users to be able to navigate through the feature and see what they are specifically. They can use it to find which exact Marvel Cinematic Universe movie/show they wish to watch and see what character they like.
View MCU Movie Details: This case will be for users to get more information about specific Marvel movies/shows. It will give more details like the cast, the run time, the review score, the characters involved and etc.
I need help making an ARCHITECTURAL DESIGN, DECOMPOSITION DESCRIPTION, DESIGN RATIONALE, and HUMAN INTERFACE DESIGN for the use cases above for a website I am making.
Thank you.
arrow_forward
First function, red and dotted line
y = 1- Vx3 + 2x2 + 2x + 4
Second function, yellow and dashed line
y = 2(1 – x)ex – 1
Plot the given equations in a single figure in the range between -1 and 1 having at least 100
steps with the given colors and styles, also add a legend to the figure. You can write "first
function" and "second function" in the legend.
%3D
Please attach the code in a doc or docx file!
ONLY working codes will be evaluated!
arrow_forward
Move the appropriate file types from the list on the left to the correct descriptions on the right.
File Types (Icons)
XE
F
E
4
Answer Area
A file where you create the user interface
allowing you to display information and react to
user input.
A file that contains all the setup information for
your app.
A file that contains coded app logic.
A file that contains a list of available resources
to be used in the project.
arrow_forward
Japanese Fusion Restaurant Online Ordering Application
Below is a basic outline and description of the Japanese Fusion restaurant online ordering application based on the given requirements:
1. Landing Page (Home):
Welcome message: "Welcome to Japanese Fusion Restaurant."
Visually appealing images of the dining area and a sushi restaurant.
A "View Menu" button at the end of the description to lead users to the menu section.
Navigation bar at the top with hyperlinks to "Home," "Menu," "About Us," and "Checkout" sections.
2. Menu and Ordering Page:
Display menu items in a 3-column layout using an HTML table.
Include options for various sushi types.
Provide relevant details for each sushi item, including name, description, and price.
Add pictures for each sushi type to enhance the visual appeal.
Implement a "Customize" button for each sushi item to allow users to customize their order.
Utilize JavaScript to perform computations, such as calculating the total cost of the order based on…
arrow_forward
Assignment Hangman
You'll need to create the Hangman Game using Java FX application.
After creating the game, create a PDF report on your game, which contains:
The game logics, the codes and the screenshots of the game.
Check this video for hangman game rules: https://youtu.be/cGOeiQfjYPk
arrow_forward
Article Link:
https://www.mdpi.com/2304-6740/11/2/65Write a summary about the article
- Summarize the main idea/point(s)
- Please include excerpts from the article to emphasize a point, but it must be cited as an in-text citation. E.g. "Quote." (Author's lat name page) For example, (John 6)
arrow_forward
Visit the following webpage: https://archive.org/details/National_Geographic_Wallpapers This webpage hosts a collection of 506 images from National Geographic Magazine with most of these images previously being part of an international photography contest. Your task is to randomly choose 5 images and identify the objects within those images using Google’s vision API. Submit your iPython notebook code, and screenshots of output as shown below(no need to submit the images separately)
You may need to reactivate your Google vision API account (or billing information for trial cycles) if you haven’t used it recently.
arrow_forward
HTML and JSP
You will create a simple Job application app. The user enters their first name, last name, phone number, email, and their skills.
When the user clicks submit, your app should check that the fields are not empty. If a field is empty, it will indicates in red that the field is required.
If all fields contains data, then when the user clicks submit, it will present the same information for the user to review. In the review page, if user thinks the information is incorrect, they can click "back" to go back to application form. Otherwise, the user can submit the application by clicking on "submit." After the application has been submitted, a thank you page including the applicant's is displayed.
arrow_forward
Please do not give solution in image formate thanku
Reflection Essay
Write a short essay (at least 500 words) for each reflection essay to reflect upon their learning experiences on Threat Intelligence, Computer Forensics, and Cyber Terrorism . A separate paragraph should be written for each point, and the topic needs to be marked clearly at the beginning of the paragraph.
arrow_forward
Save : You'll use this command to create a copy of a document while
keeping the original. When you use Save As, you'll need to choose a
different name and/or location for the copied version.
O True
O False
Word includes different options for customizing a table, including adding
rows or columns and changing the table style.
O True
False
If there is text you want to move from one area of the document to
another. you can copy and paste or drag and drop the text.
O True
False
arrow_forward
Please open this link and solve the
computer science assignment.
If there is any error in the link please tell
me in the comments.
https://drive.google.com/file/d/1RQ2OZK-
LSxpRyejKEM1t2q15dbpVLCS/view?
usp=sharing
arrow_forward
Here are what to display on your Pokémon's show page:
The pokemon's name
The image of the pokemon
An unordered list of the Pokemon's types (eg. water, poison, etc).
The pokemon's stats for HP, ATTACK, and DEFENSE.
Routes
Your app should use RESTful routes:
Index
GET /pokemon
Show
GET /pokemon/:id
New
GET /pokemon/new
Edit
GET /pokemon/:id/edit
Create
POST /pokemon
Update
PUT /pokemon/:id
Destroy
DELETE /pokemon/:id
This is the module.js file
module.exports = [ { id: "001", name: "Bulbasaur", img: "http://img.pokemondb.net/artwork/bulbasaur.jpg", type: [ "Grass", "Poison" ], stats: { hp: "45", attack: "49", defense: "49", spattack: "65", spdefense: "65", speed: "45" }, moves: { level: [{ learnedat: "", name: "tackle", gen: "V" }, { learnedat: "3", name: "growl", gen: "V" }, { learnedat: "7", name: "leech seed", gen: "V" }, {…
arrow_forward
Besides there is an options menu that includes two options in the main activity. These are: 1. New Student 2. Exit When you click on the “New Student” option, a “New Activity” opens and the teacher enters the Student ID, Visa, Final Number, Phone Number and clicks the Add button. Thus, the student's information is recorded in the database. In addition, the grade point average is calculated by taking 40% of the student visa and 60% of the final. Both the grade point average and this student's phone number are sent to MainActivity. When registration is complete, the main activity is updated to include the list of the currently added student. In addition, if the average score coming from the main activity to NewActivity is equal to or greater than 50, an SMS is sent directly to the student's phone number indicating that he or she has passed the course. For this process, necessary permissions are obtained by following the permission procedure. If the student's average is less than…
arrow_forward
using flexbox css html please have the first output not the list one
arrow_forward
the comments explanation is incomplete, ypu didnt provide explanation for each line, you skipped many
arrow_forward
A bold font is used:
Group of answer choices
In Level 1 Heading text
For the title of the paper on the title page
In table numbers on the actual table
For the title of the paper on the first page of the paper
Bold fonts are used in all these places
arrow_forward
Visit the following webpage: https://archive.org/details/National_Geographic_Wallpapers This webpage hosts a collection of 506 images from National Geographic Magazine with most of these images previously being part of an international photography contest. Your task is to randomly choose 5 images and identify the objects within those images using Google’s vision API. Submit your iPython notebook code, and screenshots of output as shown below.
You may need to reactivate your Google vision API account (or billing information for trial cycles) if you haven’t used it recently.
Here is the sample code
import base64
import urllib
import os
import io
import PIL
from IPython.display import display, Image
GOOGLE_API_KEY = '' #Use your Google API key here
pip install google-api-python-client
from googleapiclient.discovery import build
service = build('vision', 'v1', developerKey=GOOGLE_API_KEY)
cat = 'C:\\Users\\Instagram and neural networks\\cat.jpg'
def label_image(path=None, URL=None,…
arrow_forward
Box in create 3D commands
Will allow you to create a 3D box by selecting 20
.points in the X, Y
Will allow you to create a 3D box by selecting 30
.points in the X, Y, and Z axes
Will allow you to create a 2D box by selecting 30
.points in the X, Y, and Z axes
arrow_forward
I need this registration form for my project
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Related Questions
- Written Use Case Follow the sample format shown in the attached photo.Sample have its label, while the one you should make a written use case is the one who have blue ovalsNOTE: YOU SHOULD MAKE THE WRITTEN USE CASE AS YOU CAN SEE IN THE SAMPLE TABLE. SOMEONE IS ANSWERING MY QUESTION WRONG!arrow_forwardAdd to the Shopping List application the possibility for the user to save the products entered and the favorite ones in the database and add the profile editing option. Answer using FLUTTER ONLY FLUTTER CODE ONLYarrow_forwardWith the frmTutorSearch form still open in Design View, use the Title button to add a title to the form. Replace the default title text with Tutor Information Form. (Hint: Do not include the period.) Save and close the frmTutorSearcharrow_forward
- Exercise 1 - Ms excel Insert Pivot Table: Your task is to bring up the pivot table. Then remove the grand total and edit the pivot table. Group Data by Year: The second task is to group the sales amount by the year or months. Find Running Total by Date: Your objective is to find the running total by date using the data. Insert a Pie Chart: You will create a pie chart from the data in this problem, you will need to insert slicer to the pivot table. Use the calculated Field to find the sales tax which is 5% of the total sales.arrow_forwardIntro/Homepage: This first case will be used to give the user the first look at what the whole project is about. They see the beginning stage and interact with all the links to the movies, characters, and descriptions. Browse MCU Shows: This case will be for the customers and users to be able to navigate through the feature and see what they are specifically. They can use it to find which exact Marvel Cinematic Universe movie/show they wish to watch and see what character they like. View MCU Movie Details: This case will be for users to get more information about specific Marvel movies/shows. It will give more details like the cast, the run time, the review score, the characters involved and etc. I need help making an ARCHITECTURAL DESIGN, DECOMPOSITION DESCRIPTION, DESIGN RATIONALE, and HUMAN INTERFACE DESIGN for the use cases above for a website I am making. Thank you.arrow_forwardFirst function, red and dotted line y = 1- Vx3 + 2x2 + 2x + 4 Second function, yellow and dashed line y = 2(1 – x)ex – 1 Plot the given equations in a single figure in the range between -1 and 1 having at least 100 steps with the given colors and styles, also add a legend to the figure. You can write "first function" and "second function" in the legend. %3D Please attach the code in a doc or docx file! ONLY working codes will be evaluated!arrow_forward
- Move the appropriate file types from the list on the left to the correct descriptions on the right. File Types (Icons) XE F E 4 Answer Area A file where you create the user interface allowing you to display information and react to user input. A file that contains all the setup information for your app. A file that contains coded app logic. A file that contains a list of available resources to be used in the project.arrow_forwardJapanese Fusion Restaurant Online Ordering Application Below is a basic outline and description of the Japanese Fusion restaurant online ordering application based on the given requirements: 1. Landing Page (Home): Welcome message: "Welcome to Japanese Fusion Restaurant." Visually appealing images of the dining area and a sushi restaurant. A "View Menu" button at the end of the description to lead users to the menu section. Navigation bar at the top with hyperlinks to "Home," "Menu," "About Us," and "Checkout" sections. 2. Menu and Ordering Page: Display menu items in a 3-column layout using an HTML table. Include options for various sushi types. Provide relevant details for each sushi item, including name, description, and price. Add pictures for each sushi type to enhance the visual appeal. Implement a "Customize" button for each sushi item to allow users to customize their order. Utilize JavaScript to perform computations, such as calculating the total cost of the order based on…arrow_forwardAssignment Hangman You'll need to create the Hangman Game using Java FX application. After creating the game, create a PDF report on your game, which contains: The game logics, the codes and the screenshots of the game. Check this video for hangman game rules: https://youtu.be/cGOeiQfjYPkarrow_forward
- Article Link: https://www.mdpi.com/2304-6740/11/2/65Write a summary about the article - Summarize the main idea/point(s) - Please include excerpts from the article to emphasize a point, but it must be cited as an in-text citation. E.g. "Quote." (Author's lat name page) For example, (John 6)arrow_forwardVisit the following webpage: https://archive.org/details/National_Geographic_Wallpapers This webpage hosts a collection of 506 images from National Geographic Magazine with most of these images previously being part of an international photography contest. Your task is to randomly choose 5 images and identify the objects within those images using Google’s vision API. Submit your iPython notebook code, and screenshots of output as shown below(no need to submit the images separately) You may need to reactivate your Google vision API account (or billing information for trial cycles) if you haven’t used it recently.arrow_forwardHTML and JSP You will create a simple Job application app. The user enters their first name, last name, phone number, email, and their skills. When the user clicks submit, your app should check that the fields are not empty. If a field is empty, it will indicates in red that the field is required. If all fields contains data, then when the user clicks submit, it will present the same information for the user to review. In the review page, if user thinks the information is incorrect, they can click "back" to go back to application form. Otherwise, the user can submit the application by clicking on "submit." After the application has been submitted, a thank you page including the applicant's is displayed.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage