Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
pedro anderson

pedro a.

Divider

Questions asked

BEST MATCH

Which of the following is correct regarding the total risk of a company? 1. A company can change its risk level over time. 2. some firms are riskier because they offer many different products and/or services. 3. companies can increase their risk by reducing the amount of money they have borrowed. 4. none of these choices are correct.

View Answer
divider
BEST MATCH

What constructs the understanding of the "other" as inherently weak, inferior, and evil? social structures colonial discourses symbolic violence periphery

View Answer
divider
BEST MATCH

Jose is the sole shareholder of Cram Corp., a regular C-Corporation. Janelle owns and operates a sole proprietorship. Both businesses make a profit of $80,000 and each owner withdraws $50,000 from his business. Which of the following statements is correct? Janelle must report $80,000 of income on her personal tax return. Jose must report $80,000 of income on his personal tax return. Janelle must report $50,000 on her personal tax return. Cram Corp. can deduct the $50,000 distribution to Jose. None of the statements is correct.

View Answer
divider
BEST MATCH

How long after initiation of antibiotics for strep throat do patients need to remain out of school, work, and community activities?

View Answer
divider
BEST MATCH

In a certain city, the average 20- to 29-year old man is 69.8 inches tall, with a standard deviation of 3.2 inches, while the average 20- to 29-year old woman is 66.5 inches tall, with a standard deviation of 3.9 inches. Who is relatively taller, a 75-inch man or a 70-inch woman? Find the corresponding z-scores. Who is relatively taller, a 75-inch man or a 70-inch woman? Select the correct choice below and fill in the answer boxes to complete your choice. (Round to two decimal places as needed.) A. The z-score for the woman, \boxed{\text{ }}, is smaller than the z-score for the man, \boxed{\text{ }}, so she is relatively taller. B. The z-score for the man, \boxed{\text{ }}, is smaller than the z-score for the woman, \boxed{\text{ }}, so he is relatively taller. C. The z-score for the woman, \boxed{\text{ }}, is larger than the z-score for the man, \boxed{\text{ }}, so she is relatively taller. D. The z-score for the man, \boxed{\text{ }}, is larger than the z-score for the woman, \boxed{\text{ }}, so he is relatively taller.

View Answer
divider
BEST MATCH

We already know that we will be exporting the same product we sell right here in the united states

View Answer
divider
BEST MATCH

How many different unique molecules are shown below? Report your answer as a whole number. Example: 1

View Answer
divider
BEST MATCH

Texts: 1- Use https://getnada.com as our main mail server for this assignment. Please take a look at their website. You can use any other mail server of your choice such as UWM's mail server. 2- Some ISPs block raw SMTP requests. Also, some SMTP servers block your requests due to security reasons. If your ISP blocks your request, find a machine on UWM domain or some other domain and connect to that machine and run your code there instead of running your code on your own laptop. There were only 1 or 2 ISPs that did this last semester so I don't anticipate it to become an issue. If the SMTP server blocks your connection due to security issues, simply use a different mail server that doesn't do that. Create a program, hw2.c or hw2.py, and a matching Makefile to build the hw2 binary if you are writing code in C or C++. The program takes a variable number of file names as command line arguments, thus: /hw2.py hamed.txt tirth.txt test.txt Each file contains an email to be sent, formatted like a simplified raw email (try 'view source' on any email of yours). From: Busy Beaver<beaver@busy.com> To: Hamed Rezaei <rezaeih@uwm.edu> Subject: Give me an A My program sends email. Thus, I deserve an A. The parts above the blank line are headers that are interpreted differently for display by an email client. The part below is the email text body. Your program should deliver the email in each file to its intended recipient, by contacting the recipient's incoming email server. Which email server to contact depends on the destination address of the email. You may assume there is only one destination address in each email file. Resolving MX DNS records You remember that I used some Linux terminal commands to retrieve the mail server's name from DNS server when I sent an email to myself during the lecture. There are several ways to find the incoming mail server for a given domain, but they all come back to the domain's MX record in the DNS. There is a function available in most programming languages that allows you to run a command in Linux terminal INSIDE your code, e.g., Python. The function is called "popenO". Once you call this function in your code, you can pass your query to it and save the output. For your case, this function runs the command "host -t MX "domain_name". Please note that you need this step because your program is supposed to read domains from input (i.e., ./hw2.py hamed.txt mrinal.txt test.txt) and therefore, you need to call this function for each input file. This will be the only part of this assignment that you need to consult terminal. NOTE: if you are using a Windows machine, you can still call popen0 function but you should run a different command: nslookup -q=MX example.com Sending the email To send the email, your program connects to the receiving server using a network socket. See "man socket" and "man connect" for API specifics. The exchange proceeds by SMTP (https://tools.ietf.org/html/rfc821) (anno 1982). Note that modern email servers generally require addresses to be on the form "Full Name<user@domain>" rather than simply "user@domain".

View Answer
divider
BEST MATCH

Explain the difference between prevalence and incidence of disease Distinguish the characteristics of sporadic, endemic, epidemic, and pandemic diseases Explain the use of Koch's postulates and their modifications to determine the etiology of disease Explain the relationship between epidemiology and public health Explain the research approaches used by the pioneers of epidemiology Describe the different types of disease reservoirs Compare contact, vector, and vehicle modes of transmission Identify important disease vectors Explain the prevalence of nosocomial infections Describe the entities involved in international public health and their activities Identify and differentiate between emerging and reemerging infectious diseases

View Answer
divider
BEST MATCH

the vulnerability in the host device. This week, we will further analyze the network traffic to gain more insights into the attack. To begin, open the PCAP file in Wireshark. As a reminder, the PCAP file can be found in the Week 6 course materials, and it is the same file as the one used in Week 5. This file contains the interactions between the host device and the potential attacker's device. We already know that the IP address of the host device is 192.150.11.111, and we determined last week that the attacker's IP address is 98.114.205.102. Now, let's delve into network forensics and examine the PCAP file in Wireshark. In our previous analysis, we discovered that the capture revealed an exploit called "DsRoleUpgradeDownlevelServer" that took advantage of a vulnerability in the host device. This week, we will continue to investigate the network traffic to gather more information about the attack. Please note that the above text has been corrected for spelling, typographical, grammatical, OCR, and mathematical errors.

View Answer
divider