Module 2 Short Response Exercises
.docx
keyboard_arrow_up
School
Southern New Hampshire University *
*We aren’t endorsed by this school
Course
200
Subject
Computer Science
Date
Jan 9, 2024
Type
docx
Pages
4
Uploaded by BaronNeutron3360
M
ODULE
2 S
HORT
R
ESPONSE
EXERCISES
:
Module 2 Short Response
Based on your readings about primary and secondary sources, please
respond to the following question. Type your response to the question in the textbox
below. Be sure to respond in 2-3 complete sentences, using proper grammar. When you
are finished, click "Submit."
This response will be graded.
After submitting, you can
edit your response by clicking "Edit."
Module 2 Short Responses – Question 1
What
types
of primary and secondary sources will you need to use to support the topic
you are examining in your essay? You don't need the actual sources yet, but you should
have an idea of what they might be (such as an eyewitness account of an event, for
example).
Your response
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
Choosing Keywords
Module 2 Short Response
It's time to get some practice with the various search terms you've been reading about.
Please answer the three questions below very briefly; each response will be only a few
words. Type your responses to the questions in the textboxes below. When you are
finished, click "Submit."
These responses will be graded.
After submitting, you can
edit your response by clicking "Edit."
Let's say you're considering the following research question:
“How did the prevalence of Irish immigrants among the
"sandhogs" building the Brooklyn Bridge affect the development
of the New York construction industry?”
Module 2 Short Responses – Question 2
What are two or three keywords you could use to look for sources to answer this
question?
Your response
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
Let's say you searched for "Sandhogs" in the
America: History & Life
database at
Shapiro Library. This search led you to a promising-sounding article:
"Digging
Tunnels, Building an Identity: Sandhogs in New York City, 1874-1906"
in the
journal
New York History
.
You will need to login with your SNHU credentials to
access both resources.
This article should give you some ideas about how to
continue your search.
Module 2 Short Responses – Question 3
What subject terms can you use to continue your search?
Your response
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
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
Determine the number of anagrams of the word INEQUALITIES. Enter your answer in the box below.
Answer =
arrow_forward
HW2b: R Exercises 1
Complete R Swirl 2 first! It will help you in this assignment!
Instructions: Write one R script title HW26.R that contains your answers to problems 1- 5. At the top of
the script write your name in a comment. Label each problem number using a comment and then type the
code that solves that problem. Here's an example of the script format (where you should fill in the R code to
solve each problem):
1
# Your Name
# Assignment
3 , # Thu Feb 03 07:39:07 2022
2
4
5
# 1.
6
7
type the R commands
solve problem 1
9.
# 2.
10
11
type the R commands to solve problem 2
12
13
# 3.
|14
15
etc.
1. What are the arguments for the Sequence Generation function seq() and give an example. Hint, use
the methods you have learned to search for help in RStudio.
2. Use R as a calculator to compute the following values.
а.
27(38-17)
b.
In(147)
436
V
С.
12
3. Create the following vectors in R and use R commands to answer the questions.
а 3 (5, 10, 15, 20, ..., 160)
b = (87, 86, 85,..., 56)
arrow_forward
witch step or steps is the incorrect answer form the image below and say what is the correct answer
arrow_forward
Dried nuts and fruits company ------(PHP/HTML)------
A dried nuts and fruits company wants to let their customers to calculate their invoices. To do this, customers have to enter the amount of purchase per item in grams. The table below lists all products and prices for 1kg (1000grams), but keep in mind that customers can purchase only by grams. Below you can find the product price list.
Write the source code of an HTML page which via using an HTML form accepts the amount purchased per product(in grams). The inputs should be submitted via get method to a PHP page named "q2b.php".
"q2b.php" page should calculate and display the Grand total for the products purchased (invoice).
Products
Price per kg.(1000gr)
Peanut
11 TL.
Cashew
95 TL.
Walnut
85 TL.
Apple
40 TL.
arrow_forward
Please no written by hand solution
A magazine contains fifteen pages. You open to a random page. The page number is six or ten.
arrow_forward
* Question Completion Status:
Moving to another question will save this response.
Quèstion 5
Simplified form of F=y +x y+y xz is
xy + y +
x Z
xy + y (1 + y z)
xy +y (x+y z)
xy +y +xz
A Moving to another question will save this response.
arrow_forward
02 - Rectangular Prisms
Prompt the user for three integers representing the sides of a rectangular prism. Calculate the surface area and volume of the prism, then draw
three rectangles of asterisks portraying the top, side, and front view of the prism labeled accordingly (which set of numbers represent each
view is at your discretion).
Enter three integers: 2 5 6
Surface Area: 104
Volume
60
Top View (2 x 5):
Side View (2 x 6):
Front View (5 x 6):
arrow_forward
php question
Write a form validation function that makes sure the Name is filled in and uses a regular expression to validate it is just letter on the form PlayerName.
arrow_forward
Exercise C:
The goal is to find all the pairs of keywords such that at least 1000
documents contain both keywords.
The 2 keywords must be different.
arrow_forward
Flag question: Question 47
There is an important difference between a significant result and a meaningful result.
Group of answer choices
A.True
B.False
arrow_forward
Assignment details:
Replace all the 0 (Zero) digits in your ID by 4.
Example: If your ID is 38104680, it becomes 38144684
Take the first 6 digits and substitute them in this expression (( A + B) / C) * ((D-E)/F)-2) according to the following table;
Letter
Replace by Digit
Example Digit
A
1st
3
B
2nd
8
C
3rd
1
D
4th
4
E
5th
4
F
6th
6
After substitution your expression will be similar to this (( 3 + 8) / 1) * ((4-4)/6)-2).
Draw a rooted tree that represents your expression. [3 marks]
What is the prefix form of this expression.
What is the value of the prefix expression obtained in step 2 above?
arrow_forward
Please replace the alphabet labels with boolean expressions in the following diagram.
The textboxes are in order from A to E:
X
Z
A
LD
B
Note: You may use (+) characters to represent sign it required
N
N
A
C
E
S
arrow_forward
When utilising vim, the user may input the characters "x" and "p" consecutively while the cursor is positioned on the initial letter of a given word.Please provide more context or information about what you are referring to.
arrow_forward
v Question Completion Status:
A Moving to another question will save this response.
Question 25
Which of the following propositions is tautology?
O (p v q)-q
O pv (q-p)
O pv (p-q)
O p-q
A Moving to another question will save this response.
arrow_forward
Change the order of the numbered Use Case Definition steps to correspond to the following problem definition: A college provides every incoming freshman with a gift card for a choice of two specialty restaurants within the cafeteria. Students should select one specialty restaurant they want. A program opens a window that displays each specialty restaurant one picture at a time when a student clicks the corresponding button. After making a decision, the student should click the Select Restaurant button. After selecting a restaurant, the student should exit the application.
arrow_forward
* Question Completion Status:
Moving to another question will save this response.
Question 1
The 2's complement of -29 is 11100011
O True
O False
A Moving to another question will save this response.
arrow_forward
1. The columns are denoted as column numbers
True
False
2. All the 6 main charts can be used with 2 or more numeric columns.
True
False
3. The formula in a cell must begin with an equal sign (=).
True
False
arrow_forward
This time next week, I...
.. at the match. *
will cheering
O am cheering
other
cheering
cheers
arrow_forward
Sequence Diagram
arrow_forward
Pearson Charity: Donation Form
Please complete the form. Mandatory fields are marked with a *
PERSONAL INFORMATION DETAILS-
For example: John Doe
For example: 012-345-6789
For example:user@domain.com
Select an option
Name *
Phone*
Email *
Gender*
DONATION DETAILS
Amount*
Fund*
Donate
Any amount between R1 - R1000
Select an option
arrow_forward
v Question Completion Status:
Moving to another question will save this response.
Question 3
The values returned by range (12, 20, 2) returns
O 20, 18, 16, 14, 12
O 12, 14, 16, 18
O 12, 14, 16, 18, 20
O 20,18, 16, 14
A Moving to another question will save this response.
G 4)
arrow_forward
php script
arrow_forward
Truth table:
Please make sure the truth table is correct and it has no mistakes.
Correct the truth table if there are mistakes.
arrow_forward
String Function in JavaScript and HTML
String Functions
Search For City in List below:
Search for City
Chicago, Boston, Toronto
When the button is clicked, the JavaScript code should
use retrieve the value of whatever city the user enters
in the box into a JavaScript variable.
It should also retrieve the city list from the paragraph
and store that in a JavaScript variable.
arrow_forward
Raques Alvarado
NAME
Vocabulary Builder Activity
Greek Clvillzation
A. Content Vocabulary
Directions Select a vocabulary term from the box that best answers each
questlon below. More than one term may answer a questlon. Write a term(s)
In the blank. Some terms may be used more than once.
cavalry
circumference
Hippocratic Oath
myth
HOracle
ritual
Socratic method
comedy
solld geometry
Sophists
Stolcism
drome
oral tradition
Eplcureanism
plane geometry
rhetorlc
tragedy
Hellenistic Era
1. A type of questioning that encourages students to think for themselves is
the
2. A philosophy that emphasized happiness and pleasure was
3. The perlod of time in which Greek culture spread to all of the lands
conquered by Alexander the Great Is known as the
4. A traditional story that explains the practices or beliefs of a people is a(n)
A story about animals that teaches a lesson is a(n)
fable
future was aln)
5. A priest or priestess who told what would happen in
oracie
6. To honor the God or Goddess who…
arrow_forward
Q2\ Design a form contains a sorted list alphabetically such that the user
can add the item from text to the list after click on command button
"add" and clear the list after click on command "clear".
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Related Questions
- Determine the number of anagrams of the word INEQUALITIES. Enter your answer in the box below. Answer =arrow_forwardHW2b: R Exercises 1 Complete R Swirl 2 first! It will help you in this assignment! Instructions: Write one R script title HW26.R that contains your answers to problems 1- 5. At the top of the script write your name in a comment. Label each problem number using a comment and then type the code that solves that problem. Here's an example of the script format (where you should fill in the R code to solve each problem): 1 # Your Name # Assignment 3 , # Thu Feb 03 07:39:07 2022 2 4 5 # 1. 6 7 type the R commands solve problem 1 9. # 2. 10 11 type the R commands to solve problem 2 12 13 # 3. |14 15 etc. 1. What are the arguments for the Sequence Generation function seq() and give an example. Hint, use the methods you have learned to search for help in RStudio. 2. Use R as a calculator to compute the following values. а. 27(38-17) b. In(147) 436 V С. 12 3. Create the following vectors in R and use R commands to answer the questions. а 3 (5, 10, 15, 20, ..., 160) b = (87, 86, 85,..., 56)arrow_forwardwitch step or steps is the incorrect answer form the image below and say what is the correct answerarrow_forward
- Dried nuts and fruits company ------(PHP/HTML)------ A dried nuts and fruits company wants to let their customers to calculate their invoices. To do this, customers have to enter the amount of purchase per item in grams. The table below lists all products and prices for 1kg (1000grams), but keep in mind that customers can purchase only by grams. Below you can find the product price list. Write the source code of an HTML page which via using an HTML form accepts the amount purchased per product(in grams). The inputs should be submitted via get method to a PHP page named "q2b.php". "q2b.php" page should calculate and display the Grand total for the products purchased (invoice). Products Price per kg.(1000gr) Peanut 11 TL. Cashew 95 TL. Walnut 85 TL. Apple 40 TL.arrow_forwardPlease no written by hand solution A magazine contains fifteen pages. You open to a random page. The page number is six or ten.arrow_forward* Question Completion Status: Moving to another question will save this response. Quèstion 5 Simplified form of F=y +x y+y xz is xy + y + x Z xy + y (1 + y z) xy +y (x+y z) xy +y +xz A Moving to another question will save this response.arrow_forward
- 02 - Rectangular Prisms Prompt the user for three integers representing the sides of a rectangular prism. Calculate the surface area and volume of the prism, then draw three rectangles of asterisks portraying the top, side, and front view of the prism labeled accordingly (which set of numbers represent each view is at your discretion). Enter three integers: 2 5 6 Surface Area: 104 Volume 60 Top View (2 x 5): Side View (2 x 6): Front View (5 x 6):arrow_forwardphp question Write a form validation function that makes sure the Name is filled in and uses a regular expression to validate it is just letter on the form PlayerName.arrow_forwardExercise C: The goal is to find all the pairs of keywords such that at least 1000 documents contain both keywords. The 2 keywords must be different.arrow_forward
- Flag question: Question 47 There is an important difference between a significant result and a meaningful result. Group of answer choices A.True B.Falsearrow_forwardAssignment details: Replace all the 0 (Zero) digits in your ID by 4. Example: If your ID is 38104680, it becomes 38144684 Take the first 6 digits and substitute them in this expression (( A + B) / C) * ((D-E)/F)-2) according to the following table; Letter Replace by Digit Example Digit A 1st 3 B 2nd 8 C 3rd 1 D 4th 4 E 5th 4 F 6th 6 After substitution your expression will be similar to this (( 3 + 8) / 1) * ((4-4)/6)-2). Draw a rooted tree that represents your expression. [3 marks] What is the prefix form of this expression. What is the value of the prefix expression obtained in step 2 above?arrow_forwardPlease replace the alphabet labels with boolean expressions in the following diagram. The textboxes are in order from A to E: X Z A LD B Note: You may use (+) characters to represent sign it required N N A C E Sarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning