1. On Friday March 10th 2017, around 11pm your instructor Mr. Tamba Yaradouno was at O'Hare International Airport in Chicago picking up a relative. At the passengers arrival what they call "Vestibule" or numbered gates, he could not park and waited for long. The area was packed, airport security cars flashing lights everywhere not allowing anyone to park but just enough time to pick up people.
On Friday October 12th 2018 at about same time your instructor was at the same spot of that airport to surprisingly notice that the area was completely empty and sat there for almost two hours.
Explain in your words in two pages including graphs (hand written or typed, Microsoft office word, times new roman, 12 fonds, double spaced):
a. What has happened to the demand curve of tourists visiting Chicago and the USA in general.
b. What could happened to both demand and supply curves of airport jobs, to the international flights into the USA if this trend of tourists decline continue.
Note: Do not include COVID- 19 here, this is the change of the world view of the USA from the Obama administration compared to President Trump and thus the changes of the number of tourists visiting USA
In: Economics
Week 3 Homework
For this assignment, you will research information related to the GDP (Gross Domestic Product). This will help you practice using the Internet as a research tool for finding financial information and you will gain insights about how the United States participates in the global economy by providing goods and services to other countries.
Use the Week 3 GDP Homework Word Document template provided below to complete your assignment before uploading it to the assignment submission area.
Instructions:
Use a search engine such as Google to do the following:
In: Economics
JAVA
In this PoD you will use an ArrayList to store different pet names (there are no repeats in this list). This PoD can be done in your demo program (where your main method is) – you don’t have to create a separate class for today.
Details
Create an arraylist of Strings, then using a Scanner object you will first read in a number that will tell you how many pet names (one word) you will add to the arraylist.
Once you have added all the names, print the list.
Then read in one more pet name. If this is pet name already exists, do nothing, but if the pet name isn’t in the list, add it to the front of the list (e.g., the first position).
Print the list again.
Next read in two more pet names. If the first pet name is in the list, replace it with the second pet name. If the first pet name isn’t in the list, add the second pet name to the end of the list.
Print the list again.
Input
Example Input:
5 Whiskers Benji Lassie Smokey Bob Triffy Bob Max
Output
Example Output:
[Muffin, Benji, Snowball, Fluffy]
[Muffin, Benji, Snowball, Fluffy]
[Muffin, Benji, Snowball, Whiskers, Fluffy]
In: Computer Science
Starting in 1961, the Freedom Riders, comprised of African- and white-Americans, protested segregation by getting on Greyhound buses in Washington, DC (where segregation was not part of the law) and riding them into the Southern US states, where segregation prohibited people of different racial groups from riding buses together. In the outtake of the The Freedom Riders documentary, "The Young Witness," we see Janie Forsyth McKinney remembering her childhood experience with the Freedom Riders, and describing the psychology of her community members as "dichotomous." When her community members stop the Freedom Riders' bus and firebomb it, she defied them and brought water to the protesters who were leaving the bus, starting with a woman who reminded her of Pearl, the woman who raised her. How does her community respond?
Select one:
a. They commend her for her sense of rightness and justice.
b. They decide that if she is intellectually disabled (she uses the word "retarded"), they don't need to find that she has done something morally wrong. So they "find" her intellectually disabled, "weak minded."
c. They take her actions as an indication of severe moral failure. They decide to try her as an adult, instead of as a child.
In: Psychology
The second assignment involves writing a Python program to
compute the price of a theater ticket. Your program should prompt
the user for the patron's age and whether the movie is 3D. Children
and seniors should receive a discounted price. There should be a
surcharge for movies that are 3D. You should decide on the age
cutoffs for children and seniors and the prices for the three
different age groups. You should also decide on the amount of the
surcharge for 3D movies. Your program should output the ticket
price for the movie ticket based on the age entered and whether the
movie is in 3D.
Your program should include the pseudocode used for your design in
the comments. Document the values you chose for the age cutoffs for
children and seniors, the prices for the three different age groups
and the surcharge for 3D movies in your comments as well.
You are to submit your Python program as a text file (.txt) file.
In addition, you are also to submit a test report in a Word
document or a .pdf file. 15% of your grade will be based on whether
the comments in your program include the pseudocode and define the
values of your constants, 70% on whether your program executes
correctly on all test cases and 15% on the completeness of your
test report.
In: Computer Science
In: Computer Science
3. Problem 3: How much time has elapsed? Unix time is commonly used to track the amount of time that has passed in computer systems. The Unix time is stored as the number of seconds that have passed since 00:00:00 UTC January 1, 1970. However, the number of seconds by itself is not directly meaningful to most users, but luckily for us the number of seconds elapsed provides sufficient information to infer what we may need to display to an end user. Write a method, convertSeconds, which takes as input a non-negative number of seconds and returns a string of the form: ’h hours, m minutes, s seconds’ but where if ’h’, ’m’, or ’s’ is 1 for the number of hours, minutes, or seconds, then the singular form of the word should be used (hour, minute, or second). Note that English uses the plural when talking about 0 items, so it should be ”0 minutes”. As always if a constraint is broken print an error message and in this case return the empty string (””). .java = TimeConversion.java Examples (a) convertSeconds(7325) returns ”2 hours, 2 minutes, 5 seconds” (b) convertSeconds(1) returns ”0 hours, 0 minutes, 1 second”
In: Computer Science
1. If a processor addresses a maximum of (2 to the power of 20) bytes of memory, then, what is the maximum number of 16-bit words that can be stored in this memory?
2. Convert the following base 12 number "A1B" to decimal. Assume it is unsigned.
3. If a certain processor has a system frequency of 100 MHz, what is the clock period?
4. Write the code to implement the expression
A = (B + C) * (D + E)
On 3, 2, 1, and 0 address machines. In accordance with programming language practice, computing the expression should not change the value of its operands.
5. Compare the number of memory accesses for data needed to compute the expression by the four machines of question 3. A = (B + C) * (D + E)
6. What must an Instruction specify?
7. Instructions can be devided into 3 classes:
8. What is the meaning of the following RTN statement:
(OP:=12) R[ra] <-----R[rb]+R[rc]:
9. Describe the following RTN statements:
a. IR <31..0>
b. OP<4..>:=IR<31..27>
10. What decimal value does the binary word 1010 1111 0101 0100 have when it represents an:
a. Unsigned integer
b. 2's compliment
In: Computer Science
Should a counselor remain value-objective about controversial issues presented by a client (such as abortion, suicide, adultery, drug use, domestic violence, child abuse, etc.)? Some counselors might argue that they should not express their values or criticize their clients for these behaviors, while others would say that expressing moral judgment is appropriate. Consider the information above and chapter 3 of the textbook. Write a 1,000-1,250-word paper addressing the following: Analyze the ethical implications of a counselor expressing their values to a client. Identify actions a counselor might take when confronted with clients they find difficult to treat due to differences in values/beliefs regarding one or more of the following issues: abortion, suicide, adultery, drug use, domestic violence, child abuse Identify factors that might lead a counselor to consider referring a client with any controversial issues to another counselor. Describe steps a counselor should take if referral is not an option. Be sure to use the ACA and NAADAC codes of ethics as guidelines when constructing your paper. Include three additional scholarly resources in your paper.
My question is.... How do I begin this paper? Could someone help me get started. Thanks
In: Psychology
2. Implement a drawing card game:using python
2.1 Build a class Card() that contains 2 variables: rank and suits
(10 points)
2.2 Build a Deck that contains 52 cards with ranks and suits.
(20 points)
2.3 Two players will take turn to draw two cards from a shuffle
decks. (30 points)
You must implement a function call
playerTurn(deck) to handle a player turn.
playerTurn(deck) should
include these features:
2.3.1 Draw 2 cards from the Deck created in 2.2 2.3.2 Display ranks and suits of these cards
2.3.3 Return the sum of ranks of these cards. Notice that: ‘J’ = 11, ‘Q’ = 12, ‘K’ = 13, and ‘A’ = 1
2.4 The sum results will be compared between 2 players and who gets the larger in total will win that round. Notice that the game needs to keep track total number of player’s win round. (10 points)
2.5 Players have option to repeat as many times as they want. If the users choose ‘Y’, they will continue to draw from the original deck. (The deck will not be shuffled or added during the whole game. In other word, a card cannot be drawn twice during a game). (10 points)
In: Computer Science