What is computer science​

Answers

Answer 1

Answer:

computer science is the study of computer and computing as well as theoretical and practical applications.

pls give me thanks ☺️☺️


Related Questions

You are building a Music Player app.
You need to implement the MusicPlayer class, which should hold the track names as Strings in an array. The array is already defined in the given code.
The player should support the following functions:
add: add the given argument track to the tracks array.
show: output all track names in the player on separate lines.
play: start playing the first track by outputting "Playing name" where name is the first track name.

You can add a new item to an array using +=, for example: tracks += track

make sure the answer or the language code is in kotlin


answer it asap

Answers

Using the computational knowledge in JAVA it is possible to write a code that uses the functions to make a Music player app.

Writting the code in JAVA

import React, { Component,useRef, setStatus, status } from 'react';

import ‘./Song.css';

import song1 from "./music/song1.mp3";

import song2 from "./music/song2.mp3"

import song3 from "./music/song3.mp3"

import song4 from "./music/song4.mp3"

export default function MusicPlayer() {

   const data = [

           />

       </li>

   );

};

See more about JAVA at brainly.com/question/12975450

#SPJ1

Research the design basis threat (DBT) in terms of Cybersecurity for an organization of your choice. Discuss what the Cybersecurity objectives should be for that organization and what those objectives should address?

Answers

A Design Basis Threat (DBT) is known to be a characteristics of any given or potential insider and also those of external adversaries, that may try to have or gain unauthorized removal or sabotage, against a physical protection system that was set up designed and evaluated.

What are Cybersecurity objectives?

Cybersecurity aims are:

To protect computer system, To protect networks, To protect software programs from such cyber attacks.

Note that a lot of digital attacks are targeted at accessing, changing, or deleting sensitive information as well as others.

Learn more about IT from

https://brainly.com/question/1276995

#SPJ1

If following the 180-degree rule when filming, once an imaginary 180-degree line (the axis of action) has been established, which of the following is TRUE:

A. The axis of action must never shift over the course of the scene

B. The camera may be moved to either side of the line, as long as the main subject remains on the left side of the screen

C. The camera will be placed on one side (this side) of the line only

D. The camera is then free to move up or down 180 degrees on either side of the line

Answers

If following the 180-degree rule when filming, option c: The camera will be placed on one side (this side) of the line only.

What is the 180 rule in cinematography?

The 180-degree rule in cinematography is one that connote that  a camera need to stay on one side of any form of  imaginary line that exist between characters to keep visual consistency.

Hence, If following the 180-degree rule when filming, option c: The camera will be placed on one side (this side) of the line only.

Learn more about filming from

https://brainly.com/question/26276466

#SPJ1

Give an example of SaaS (Software as a service) and explain why this can impact organisational security posture

Answers

In the case above, An  example of SaaS (Software as a service) are DropBox, UserGuiding and Salesforce.

How does SaaS (Software as a service) impact organizational security posture?

Software-as-a-Service (SaaS) security posture management (SSPM) is known to  be a kind of a group that is made up of an automated security tools that is used for tracking security threats in regards to SaaS applications.

What is organization level security in Salesforce?

The organizational level is known to be one that gives room for a person to decide if and from where a given users can be able to access the system.

Note that SaaS platforms is made up of software that is said to be available via third-party and they include BigCommerce, Salesforce and others.

Learn more about SaaS from

https://brainly.com/question/24852211

#SPJ1

3.12.1: LAB: Instrument information (derived classes)

class Instrument:
def __init__(self, name, manufacturer, year_built, cost):
self.name = name
self.manufacturer = manufacturer
self.year_built = year_built
self.cost = cost

def print_info(self):
print('Instrument Information:')
print(' Name:', self.name)
print(' Manufacturer:', self.manufacturer)
print(' Year built:', self.year_built)
print(' Cost:', self.cost)


class StringInstrument(Instrument):
# TODO: Define constructor with attributes:
# name, manufacturer, year_built, cost, num_strings, num_frets


if __name__ == "__main__":
instrument_name = input()
manufacturer_name = input()
year_built = int(input())
cost = int(input())
string_instrument_name = input()
string_manufacturer = input()
string_year_built = int(input())
string_cost = int(input())
num_strings = int(input())
num_frets = int(input())

my_instrument = Instrument(instrument_name, manufacturer_name, year_built, cost)
my_string_instrument = StringInstrument(string_instrument_name, string_manufacturer, string_year_built, string_cost, num_strings, num_frets)

my_instrument.print_info()
my_string_instrument.print_info()

print(' Number of strings:', my_string_instrument.num_strings)
print(' Number of frets:', my_string_instrument.num_frets)

** I REALLY NEED HELP**

Answers

definitiva year vuelta const

Array Basics pls help

Answers

Answer:

import java.util.Random;

class Main {

 static int[] createRandomArray(int nrElements) {

   Random rd = new Random();

   int[] arr = new int[nrElements];

   for (int i = 0; i < arr.length; i++) {

     arr[i] = rd.nextInt(1000);

   }

   return arr;

 }

 static void printArray(int[] arr) {

   for (int i = 0; i < arr.length; i++) {

     System.out.println(arr[i]);

   }

 }

 public static void main(String[] args) {

   int[] arr = createRandomArray(5);

   printArray(arr);

 }

}

Explanation:

I've separated the array creation and print loop into separate class methods. They are marked as static, so you don't have to instantiate an object of this class type.

the size of a newly created folder on the computer is

Answers

Answer:

2,345,696 bytes

Explanation:

in order to figure out how many bytes a newly created folder is right click the folder and go into properties

Should a UDP packet header contain both Sour Port # and Destination Port #?

Answers

Yes, a UDP packet header should contain both Sour Port # and Destination Port #.

Which fields are included in a UDP header?

The fields that one can see in a UDP header are:

Source port :

This is known to be the port of the device that is known to be sending the data. This field is one that a person can set to zero only if the destination computer do not require one to reply to the sender.

Destination port :

This is known to be the port of the device that is said to be getting or  receiving the data.

Hence, to the answer above, my response is Yes, a UDP packet header should contain both Sour Port # and Destination Port #.

Learn more about UDP packet from

https://brainly.com/question/10748175

#SPJ1

Every problem has a solution, Now
what is the solution of this?

Answers

A. I put my solution in the comments

One of the principles of
✔ netiquette
includes protecting
✔ privacy
by taking care of the information you send others by e-mail.
By practicing
✔ professional communication
skills in e-mails, you can create a strong professional reputation for yourself.
Sending e-mails is not always the best way to
✔ build professional relationships
. Sometimes having a
conversation
✔ in person
is more efficient and friendly.

for who ever needs it on brainly. ur welcome

Answers

The fill up for the missing words are:

netiquetteprivacy professional build professional relationships. in person

Check more about netiquette below;

What is netiquette?

Netiquette is known to be a term that was said to be made-up  of word gotten from net and etiquette.

Note that  Netiquette often tells about the rules of conduct needed for respectful and appropriate communication that one can use on the internet.

Hence, The fill up for the missing words are:

netiquetteprivacy professional build professional relationships. in person

See full question below

One of the principles of X good communication-------------------- includes protecting

----------------- by taking care of the information you send others by e-mail.

By practicing --------------------------skills in e-mails, you can create a strong professional reputation for yourself.

Sending e-mails is not always the best way to --------------------Sometimes having a

conversation--------------------- is more efficient and friendly.

Learn more about from

https://brainly.com/question/942794

#SPJ1

Discuss the key benefits organisations like Amazon gain after adopting Cloud Computing.

Answers

Answer:

larger access to storage and the ability to send and receive information at improved speeds

Explain the unique reason why assember language is perfered to high level language

Answers

The unique reason why assembler language is preferred to high level language is that  It is said to be memory efficient and it is one that requires less memory.

Why is assembly language better than other kinds of high level?

It implies means that the programs that one uses to write via the use of high-level languages can be run easily on any processor that is known to be independent of its type.

Note that it is one that has a lot of  better accuracy and an assembly language is one that carries out a lot of better functions than any high-level language, in all.

Note also that the advantages of assembly language over high-level language is in terms of its Performance and accuracy as it is better than high-level language.

Hence, The unique reason why assembler language is preferred to high level language is that  It is said to be memory efficient and it is one that requires less memory.

Learn more about assembler language from

https://brainly.com/question/13171889

#SPJ1

Consider a student who has the choice to buy or not buy a textbook for a course. We’ll model this as a decision problem with one Boolean decision node, B, indicating whether the agent chooses to buy the book, and two Boolean chance nodes, M, indicating whether the student has mastered the material in the book, and P , indicating whether the student passes the course. Of course, there is also a utility node, U. A certain student, Sam, has an additive utility function: 0 for not buying the book and -$100 for buying it; and $2000 for passing the course and 0 for not passing. Sam’s conditional probability estimates are as follows:
P(p|b,m) = 0.9 P(m|b) = 0.9 P (p|b, ¬m) = 0.5 P (m|¬b) = 0.7 P (p|¬b, m) = 0.8 P (p|¬b, ¬m) = 0.3
You might think that P would be independent of B given M, But this course has an open- book final—so having the book helps.
a. Draw the decision network for this problem. b. Compute the expected utility of buying the book and of not buying it.
c. What should Sam do?

Answers

Explanation:

draw the decision network for this problem

What does this function do?
def guess_function(guess_List):
if len(guess_List) == 1:
return guess_List[0]
else:
return guess_List [0] + guess_function(guess_List[1:])

Answers

Answer:

below

Explanation:

It checks guess_List and if it only has 1 item, returns the first item as the function. Otherwise, it returns the first item added to the items from the second item onwards in guess_List.

Which factor has not aided the success of some social networking sites?

Answers

Answer:

Explanation:Comunicarse en la era 2.0, es la forma más sencilla que ha tenido el proceso, sobre todo por los diversos canales que tienen las personas para hacerlo en la actualidad. Sin embargo, la comunicación digital va más allá de estar en contacto con otras personas, principalmente porque ahora, socializar se ha convertido en una función más profunda y cercana a dicha actividad.

Y es que, con las redes sociales, estar en contacto unos a otros es, sin lugar a dudas, un proceso sumamente fácil, instantáneo y entretenido, porque gracias a ellas, podemos saber qué hacen los demás en el momento en qué sucede, y palpar sus reacciones, sin necesidad de estar cerca de ellos. Sin embargo, hay cosas que se deben tomar en cuenta al instante de gestionar las mencionadas comunicaciones.

Realidad

En las redes sociales, la popularidad es algo que todos quieren, y la descubren a través de la cantidad de “likes” o comentarios que tengan sus publicaciones. Sin embargo, las personas quieren ver otras personas, reales y genuinas, y no personajes irreales y viciados de credibilidad. ¡No finjas ser quién no eres!

Variedad

A todos les gusta ver cosas distintas cada día. ¡Lo cotidiano aburre, lo sabemos! Por eso, es bueno compartir contenido diferente, pero además, evitar sobresaturar los perfiles de la misma información, o fotografías.

Seguridad

Este punto es sumamente importante para el dueño de la red, porque de él depende su privacidad. Hay que evitar compartir información muy personal, y que pueda poner en riesgo su propia estabilidad.

En fin, todos ahora quieren estar inmerso en la nueva forma de comunicación del siglo XXI, pero la mayoría omite lo anterior. Por ello, en Florida Global University (FGU) le enseñamos cómo hacerlo, a través de nuestra Licenciatura en Periodismo Digital, especializada en la Gestión de Comunicaciones Digitales, donde aprenderá a realizar un manejo exitoso, ¡Y a ser periodista digital, claro está!

hybird computers have the speed of analog computer and accuracy of digital computer true or false

Answers

Hybrid computers have the speed of analog computer and accuracy of digital computer is a true statement.

What are the computers about?

Hybrid Computer are known for the features they have such as the fact that they have both analogue and digital computer and as such it can be as   fast like analogue computer.

Hence, Hybrid computers have the speed of analog computer and accuracy of digital computer is a true statement.

Learn more about hybrid computers  from

https://brainly.com/question/27934317

#SPJ1

In cell I5, enter a formula without using a function that divides the General Medicine total in cell H5 by the annual total in cell H9 to display the department’s percentage of total revenue. Use an absolute reference for cell H9, and then enter the same formula without formatting from cell I5 to the range I6:I9.

Answers

The formula to enter in cell I5 is  = $H$5/H9

How to enter the formula?

The given parameters are:

Cell H5 = Medicine TotalCell H9 = Annual Total

To divide H5 by H9, we have

H5/H9

Cell H5 is to be referenced by absolute reference

So, we have:

$H$5/H9

To enter the formula in cell I5, we use the following:

= $H$5/H9

When the same formula is entered in I6 to I9, we have:

= $H$5/H10

= $H$5/H11

= $H$5/H12

= $H$5/H13

Read more about Excel formulas at:

https://brainly.com/question/14299634

#SPJ1

G. Write OOP in foll. What's aprogramming language?examples programming languages ? Outline any five​

Answers

Explanation:

Significant object-oriented languages include: Java, C++, C#, Python, R, PHP, Visual Basic.NET, JavaScript, Ruby, Perl, SIMSCRIPT, Object Pascal, Objective-C, Dart, Swift, Scala, Kotlin, Common Lisp, MATLAB, and Smalltalk.

I hope it helps you don't forget to give ratings

what is the factor of 200

Answers

The Factors of 200 are: 1, 2, 4, 5, 8, 10, 20, 25, 40, 50, 100 and 200.

What are factors of a number?

In math, the factors of any number or algebraic expression is known to be that number that can be able to divides another number or expression in an even way.

Therefore, The Factors of 200 are: 1, 2, 4, 5, 8, 10, 20, 25, 40, 50, 100 and 200 because they can divide 200 evenly without reminder.

Learn more about Number factor from

https://brainly.com/question/2058395

#SPJ1

Fill in the blanks to help write this professional e-mail:



✔ Hello Mr. King,

My boss asked me to get feedback from an expert on our proposed project schedule.
✔ Would you be willing to look at my document?

The file is attached.
✔ If you can get your feedback to me by the end of the week, that will help me meet my deadlines.


✔ I appreciate your help,

Sam

Answers

The Fill in the blanks of this professional e-mail is given below:

What is the email about?

The Manger,

Dangete group.

To Mr. King,

                    Email on project presentation schedule

I want to inform you regarding the project. My boss asked me to get feedback from an expert on our proposed project schedule. I  do not know if you be willing to look at my document and if you are,  The file is attached.

The project has a fixed deadline and as such,  If you can get your feedback to me by the end of the week, that will help me meet my deadlines. Thanks for your understanding. I appreciate your help.

Yours faithfully,

San  

Learn more about email from

https://brainly.com/question/25886641

#SPJ1

Users who are connecting to an NLB cluster have been complaining that after using the site for a few minutes they are prompted to log in using their username. What should you do to fix the problem and retain scalability and why?

Answers

The right thing to do is that  you need to Set the cluster affinity to Single.

What is single affinity?

Single affinity is known to be a term that connote the act of load balancing that uses the source IP address that pertains to the incoming connection.

Note that It is said to automatically redirects all requests and as such, The right thing to do in the case about is that  you need to Set the cluster affinity to Single.

Learn more about scalability from

https://brainly.com/question/14301721

#SPJ1

flowgorithm based on pseudocode to ask user an age it then displays message if the user's age is greater than 65 (retirement age). It also allows the user to end the program by entering a specific number, a sentinel value and looping structure

Answers

A sample pseudocode that can be used to perform the operation is:

Print "What is your age?"

If Age > 65

Print "You are of retirement age"

If input= "5"

Terminate

Else

End

What is a Pseudocode?

This refers to the plain language that makes a description of the sequence of steps used to execute a program.

Hence, we can see that based on the user request, there is the sample pseudocode that would ask for input, if the age is greater than 65, a print function would be used and the program can be terminated if a specific number (5) is put.

Read more about pseudocodes here:

https://brainly.com/question/24735155

#SPJ1

What is something you can setup within your email account to prevent potentially harmful emails making their way to your inbox?.

Answers

The thing that one need to setup within their email account to prevent potentially harmful emails making their way to your inbox are:

Set Up Filters.Block unwanted Email Addresses.Report Spam Directly.Do Unsubscribe from Email Lists, etc.

Which feature helps to prevent spam messages from being sent to your inbox?

To avoid spam in one's email, one of the best thing to do is to Run your inbox through spam filter and virus filter.

Hence, The thing that one need to setup within their email account to prevent potentially harmful emails making their way to your inbox are:

Set Up Filters.Block unwanted Email Addresses.Report Spam Directly.Do Unsubscribe from Email Lists, etc.

Learn more about Email  from

https://brainly.com/question/24688558

#SPJ1

solve the recurrence relation . x(n)=x(n/3)+n for n>1 ,x(1)=1

Answers

The solution to the recurrence relation is [tex]x(n) = \frac 12(3n - 1)[/tex]

How to solve the relation?

The relation is given as:

x(n) = x(n/3) + n for n > 1

x(1) = 1

Calculate x(3)

x(3) = x(3/3) + 3

This gives

x(3) = x(1) + 3

x(3) = 1 + 3 = 4

Calculate x(9)

x(9) = x(9/3) + 9

This gives

x(9) = x(3) + 9

x(9) = 4 + 9 = 13

So, we have:

x(1) = 1

x(3) = 4

x(9) = 13

The above sequence forms an arithmetic sequence.

An arithmetic sequence is represented as:

x(n) = x(1) + (n - 1) * d

Substitute 9 for n

x(9) = x(1) + (9 - 1) * d

Substitute 13 for x(9) and 1 for x(1)

13 = 1 + (9 - 1) * d

This gives

12 = 8d

Divide by 8

d = 1.5

Substitute d = 1.5 in x(n) = x(1) + (n - 1) * d

x(n) = x(1) + (n - 1) * 1.5

Substitute x(1) = 1

x(n) = 1 + (n - 1) * 1.5

Expand

x(n) = 1 + 1.5n - 1.5

Evaluate the like terms

x(n) = 1.5n - 0.5

Express as fraction

x(n) = 3n/2 - 1/2

Factor out 1/2

[tex]x(n) = \frac 12(3n - 1)[/tex]

Hence, the solution to the recurrence relation is [tex]x(n) = \frac 12(3n - 1)[/tex]

Read more about recurrence relation at:

https://brainly.com/question/4082048

#SPJ1

Record the issue of 4,000 shares of $5 par value common stock for $35000 cash

Answers

The outcome are:

Cash =  $35,000Common Stock $ 5 Par Value = $20,000Paid-in Capital in exc of par val CS =  $15,000

What is the shares about?

Shares are known to be the units of measurement for any equity ownership that is found in a corporation.

Note that in the case above, since the Corporation were said to have issued 4000 shares. the cash they have is $35,000.

To get the Paid-in Capital in exc of par val CS =  

Cash ($35,000) - Common Stock $ 5 Par Value ($20,000)

=   $15,000

Therefore, The outcome are:

Cash =  $35,000Common Stock $ 5 Par Value = $20,000Paid-in Capital in exc of par val CS =  $15,000

See the question below

A Corporation issued 4000 shares of $5 par value common stock for $35,000

Learn more about shares  from

https://brainly.com/question/25818989

#SPJ1

ABC company have lots of computer running window 7. But they are not thinking to upgrade a higher version of window. One of the staff suggested to install CHROME OS Flex and use android app for different purposes. Please state and explain 3 kinds of threats for the above suggestions

Answers

First threat

It's malwareBecause chrome OS is not much secure as compare to windows 11 (Prime opponent)

2nd threat

It's speedChrome OS is litreally very slow .On comparing to windows edition it lacks in multiple factor so you work per unit tike decreases

Third threat

You may be able to use Android apps but windows is made for ComputersIn several factors like ads,cleanness chrome OS will create problems

Presentations must have what to be efffective

Answers

Answer:

eye contact with the audience, thorough research, you must give your audience time to ask questions

Kim agrees. You get the equipment from the truck and begin working. Kim approaches you as you are installing the modem and is a little concerned about customers being on the same network. Kim is afraid that customers will be able to "read" the information from credit cards and sales registers.

Answers

The ideal recommendation would be to offer Kim a VPN setup that will secure all network traffic in order to allay her concerns about consumers being able to "read" the information from credit cards and sales registers when connected to the same network.

What is credit cards?

A credit card is a type of credit facility provided by banks that allows customers to borrow money up to a pre-approved credit limit. Customers can utilize it to do business while buying goods and services.

An electronic payment technique known as a credit card can be used for both consumer and business transactions, including cash advances and purchases. A credit card frequently serves as a substitute for cash or checks and provides an unsecured revolving line of credit.

Credit with no interest: A credit card has an interest-free grace period between the time of purchase and the time of payment.

Thus, The ideal recommendation would be to offer Kim a VPN setup.

For more information about credit cards, click here:

https://brainly.com/question/28533111

#SPJ2

I need help with my solution

Answers

Answer: B. a = 14 and b = 3

Explanation:

Let's work through the expressions one-by-one:

The first 2 lines create 2 varaibles, a and b, with values of 2 and 7, respectively.

The next line assigns a to the product of a and b.

a * b = 2 * 7 = 14, so the new value of a is 14.

The last line assigns the remainder of b divided by the difference of a and 10.

a - 10 is 14 - 10 which is 4.

The value of b is 7 due to the second expression. 7 % 4 is 3 as 4 goes into 7 once with 3 left over. This value of three is assigned to b.

After all the expressions, the values of the variables are as follows: a = 14 and b = 3.

How serious are the risks to your computer security?

Why is it important to protect a Wi-Fi network? What should you do to protect your Wi-Fi network?

Answers

Explanation:

classify the types of digital computer with short description

Other Questions
Problem 6. 2 3 (12 points) Let y = -2 and u = 2 2 1 (a) Find the orthogonal projection of y onto u. proj.y = (b) Compute the distance d from y to the line through u and the origin. d= Note: You can earn partial credit on this problem. when warren and warren presented people with a sentence in which a sound was replaced by a cough, such as the eel was on the axle people a deeply held positive or negaative feeling associated with a particular group is You are the senior accountant in the audit of Granger Grain Corporation, whose business primarily involves the purchase, storage, and sale of grain products. The corporation owns several elevators located along navigable water routes and transports its grain by barge and rail. Your staff assistant submitted the following working paper analysis for your review: Review the analysis and answer questions a. b. and c. below.GRANGER GRAIN CORPORATIONAdvances Paid on Barges Under Constructiona/c 210 December 31, 20X1Advances made:1/15/X1Ck. No. 3463Jones Barge Construction Co. 100,000*4/13/X1Ck. No. 4129Jones Barge Construction Co. 25,000*6/19/X1Ck. No. 5396Jones Barge Construction Co. 63,000*Total payments188,000Deduct cash received 9/1/X1 from City Life Insurance Co.188,000Balance per general ledger12/31/X1$ 0* Traced to cash receipts journal and to duplicate deposit ticket. Examined approved check request and paid check and traced to cash disbursements journal.a. In what respects is this brief analysis incomplete for audit purposes? (Do not include any discussion of specific auditing procedures.)b. What two different types of contractual arrangements may be inferred from your assistants analysis?c. What additional auditing procedures would you suggest that your staff assistant perform before you accept the working paper as being complete? The process of peacefully reconciling social and economic differences and allocating resources is called __ Which fallacy does the following statement or argument commit: ""I hear that Walter is handling some hot stocks right now. The new asbestos gloves I bought protect your hands from hot objects. I should give them to Walter for protection.""(a) Begging the question (b) False dichotomy (c) Equivocation (d) Fallacy of Composition(e) Fallacy of composition rock or sediment between the water table and the land surface represents a(n) If an economy is producing beyond its full employment output, nominal wages will start to increase, which causes the short-run aggregate supply curve to ______.A. stay where it isB. shift rightC. normal goodsD. shift left After Noel and Elena deposited nearly $55.000 in a savings account at Bigbux Bank, the bank failed and tiled for bankruptcy. Because the Bigbux was an FDIC member bank. Noel and Elena Multiple Choice a.wil beible 15 recover 80 percent of the value of their depon, $2,500 deductible b.should be protected because their account is fully insured by the FDIC c.willote their savings because the FDIC only insures business deposite d.can recover up to $25,000, but they will probably lose the test since the deposits exceed the maximum coverage offered by the FDIC We wish to move backwards in the input file by the length of a (struct data) data structure. Complete the following lseek() invocation to do so:lseek(fd,_____________________ ,___________________ ); which theory refers to the transformation of a society from a rural to an urban one? given a 100 pound person breathing at a rate of 12 breaths/minute with a tidal volume of 300 ml/breath, what is the alveolar ventilation? the belief that the soul continues to exist among the living after death is referred to as a. polytheism. b. monotheism. c. ancestral spirits. d. animism. If n is a term of the sequence 14, 8, 2, -4, , which expression would you give the value of n?3 n + 11-6 n + 20-4 n + 18-6 n + 14 why doe oxxygenated blood reach muscles and organs more rapidly in an amphibilan than it does in a fish the process of the media curating the different perspectives of the government and policy and providing the public with that information is called: How were the Aztec able to develop productive farm fields in swampy lands around Tenochtitlan? The extent of exchange rate overshooting in response to a permanent increase in money supply is smaller(a) the more sensitive is money demand to income changes.(b) the more sensitive is money demand to interest rate changes.(c) the less sensitive is money demand to interest rate changes.(d) the bigger is the short run response of prices to the change in money supply. (e) the higher is the foreign interest rate Earnings per share for the year ended December 31, 2021, are $1.26. The closing stock price on December 31, 2021, is $21.42. Required Calculate the following profitability ratios for 2021. (Round your answers to 1 decimal place.) 5. Return on Equity 6. Price-earnings Ratio FILL IN THE BLANK. To access the Internet using a WWAN, you need a USB modem for the device you want to use and ____.