People who are body smart tend to
A. communicate and make friends fast and easily.
B. have coordination and be good at making things.
C. like to question and learn how things work.
D. understand how things connect or fit together.

Answers

Answer 1

Answer:

A

Explanation:

Answer 2

Answer:

A

Explanation:

that's people who are smart


Related Questions

Type the correct answer in the box. Spell all words correctly. Photographers can compress files in different formats. One of the formats ensures that the quality and details of the image are not lost when the photographer saves the file. Which file format is this? The file format ensures that images don’t lose their quality and details when photographers save them.

Answers

Explain the basic components of a computer system control unit

Answer: Lossless

Explanation: just took the test

Type the correct answer in the box. Spell all words correctly. Photographers can compress files in different

According to institutional anomie theory, why is there a need to maintain cooperation between economic and non-economic institutions?
A.
to support and balance the interdependency of social institutions
B.
to maintain harmony
C.
to educate people
D.
to raise the standard of living

Answers

I believe the answer should be (A)

Answer:

A. to support and balance the interdependency of social institutions

Explanation:

PLATO

1. The processor is more commonly known by the abbreviation 2. A group of wires that connects components allowing them to communicate is known as a 3. The bus transmits signals that enable components to know where in memory instructions and data exist. 4. The up-tick of the system clock is when the voltage changes from 5. As memory gets physically closer to the CPU it can be accessed 6. byte ordering is when the hexadecimal number "1984" would appear sequentially in memory as "8419." 7. The is responsible for directing the flow of data in the CPU. 8. The speed of a CPU is determined by two factors: the and the cache is the slowest form of CPU cache. 10. The lower 8 bits of the RCX register is the register.

Answers

1. The processor is more commonly known by the abbreviation CPU (Central Processing Unit).

2. A group of wires that connects components allowing them to communicate is known as a bus.

3. The Address bus transmits signals that enable components to know where in memory instructions and data exist.

4. The up-tick of the system clock is when the voltage changes from Low, High also 0 to 1 in binary.

5. As memory gets physically closer to the CPU, it can be accessed more Faster.

6. Little-Indian byte ordering is when the hexadecimal number "1984" would appear sequentially in memory as "8419." This is known as Little Endian format.

7. The Control Unit is responsible for directing the flow of data in the CPU.

8. The speed of a CPU is determined by two factors: the System Clock Speed and Multiplier.

9. DRAM cache is the fastest form of CPU cache.

9. The lower 8 bits of the RCX register is the CL register.

The processor, which is the core component of a computer system, is commonly referred to as the CPU, standing for Central Processing Unit. The CPU serves as the brain of the computer, executing instructions and performing calculations required for various tasks. It carries out the fundamental operations of fetching, decoding, executing, and storing instructions and data.

The CPU's primary responsibility is to coordinate and control the activities of other hardware components, including memory, input/output devices, and secondary storage. The abbreviation CPU has become widely recognized and accepted in the field of computer science and is used extensively in technical discussions and documentation related to computer architecture and operation.

Learn more about CPU: https://brainly.com/question/26991245

#SPJ11

Larry does not want to save his internet browsing details on his computer. What files should Larry delete to clear his information from the computer?
A.
Trojan horses
B.
viruses
C.
cookies
D.
spam

Answers

C. cookies                      

cuz yeahhhhhhhhhhhh

       

C. COOKIES AND THERE YUMMY

As you are analyzing a website, what is one indicator of relevance?


how often individuals promote a site

how often women select a site

how often men select a site

how often individuals select a site

Answers

How often individuals promote a site, not sure about this one. It’s either that one or how often individuals select a site

what property of virtualization allows entire virtual machines to be saved as file that can moved or copied like any other file?

Answers

Encapsulation is the property of virtualization that allows entire virtual machines to be saved as a file that can be moved or copied like any other file.

A virtual machine is a tightly isolated software container that runs operating systems and applications the same as a physical computer. Although there is no requirement for hardware for a virtual machine to operate, it still has a CPU, RAM, hard disk, and network interface card just like a physical computer. These features make virtual machines incredibly easy to manage and portable, referring to as the encapsulation property of virtual machines.

The encapsulation allows one to move and copy a virtual machine from one device to another just like any other software file or program, as well as permits to save it on any storage medium.

You can learn more about virtual machine at

https://brainly.com/question/19743226

#SPJ4

bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong

Answers

Answer:

Is this free points? bingbongbingbongbingbongbingbongbingbongbingbong hehe have a nice day :)

Explanation:

Answer:

Thanks for the free points

Explanation:

Giving out free points lol ☺️☺️☺️☺️

you are completing a network installation as part of a team. another group has cabled wall ports to a patch panel. is any additional infrastructure required?

Answers

No, additional infrastructure is not required if the wall ports have been properly cabled to a patch panel.

When wall ports are connected to a patch panel, it creates a centralized location for network connections. The patch panel acts as an intermediary between the wall ports and the networking equipment, such as switches or routers. It allows for easier management, organization, and maintenance of network connections.

By cabling the wall ports to a patch panel, the network installation team ensures that the physical connectivity is established correctly. Once the connections are made, the networking equipment can be connected to the patch panel, enabling communication between devices on the network. As long as the patch panel is properly installed and functioning, no additional infrastructure is required for the network installation.

You can learn more about patch panel at

https://brainly.com/question/31131663

#SPJ11

what type of attack could be exploited in an unencrypted public wireless environment to reroute network traffic to a new default gateway?

Answers

The vulnerability can be used in a man-in-the-middle attack to steal sensitive data delivered over a wireless networks that is WPA protected. If the WPA defect.

What types of assaults could occur on wireless networks?

Assaults on wireless networks can be divided into three categories: passive, active, and attacks against specific wireless network elements. When an attacker is in close proximity to a wireless network and has access to wireless communications, passive attacks can occur. Packet sniffing is the most typical passive attack.

What type of assault on wireless networks is most typical? Why?

One of the most prevalent wireless attacks is packet sniffing. Older routers, such as those that use WEP encryption, are simple targets for these widespread wireless network attacks.

To know more about wireless networks visit:-

https://brainly.com/question/14329857

#SPJ4

Write a program that:

Takes the list lotsOfNumbers and uses a loop to find the sum of all of the odd numbers in the list (hint: use Mod).
Displays the sum.
Situation B
Write a procedure that takes a positive integer as a parameter. If the number given to the procedure is no more than 30, the procedure should return the absolute difference between that number and 30. If the number is greater than 30, the procedure should return the number doubled.

Answers

Situation A:

#include <iostream>

#include <vector>

#include <string>

int main(int argc, char* argv[]) {

 //Fill it by own.

 std::vector<int> lotsOfNumbers = {0,1,2,3,4,5,6,7,8,9};

 //Loop to find odd numbers.

 for(int i=0;i<lotsOfNumbers.size(); i++) {

   if(lotsOfNumbers[i]%2!=0) std::cout << lotsOfNumbers[i] << std::endl;

   else continue;

 }

 return 0;

}

Situation B:

#include <iostream>

#define check(x) ((x>30) ? 2*x : 30-x)

int main(int argc, char* argv[]) {

 std::cout << check(15) << std::endl;

 std::cout << check(-2) << std::endl;

 std::cout << check(30) << std::endl;

 std::cout << check(78) << std::endl;

 

 return 0;

}

Write a program that:Takes the list lotsOfNumbers and uses a loop to find the sum of all of the odd numbers
Write a program that:Takes the list lotsOfNumbers and uses a loop to find the sum of all of the odd numbers

Write a reflective essay about the benefits of using productivity tools in Microsoft Word

Answers

Answer:

Using productivity tools in Microsoft Word can provide numerous benefits for individuals looking to streamline their work processes and improve productivity. As a writer, I have found that utilizing these tools has not only saved time, but also improved the quality of my work.

One of the most significant benefits of using productivity tools in Microsoft Word is the ability to automate repetitive tasks. For example, the use of templates can help to standardize document formatting, saving me time that would otherwise be spent manually adjusting margins, fonts, and spacing. The ability to create and save custom styles has also allowed me to quickly apply consistent formatting throughout a document. Additionally, features such as AutoCorrect and AutoText have helped me to eliminate errors and speed up the writing process by allowing me to insert frequently-used text and phrases with just a few keystrokes.

Another benefit of productivity tools in Microsoft Word is the ability to collaborate with others more efficiently. For example, the use of track changes and comments has allowed me to easily review and edit documents with colleagues, without the need for multiple versions or back-and-forth emails. The ability to share documents in real-time using cloud-based services such as OneDrive or SharePoint has also been invaluable, allowing me to work with others regardless of location and ensuring that everyone is working on the most up-to-date version of the document.

Finally, the use of productivity tools in Microsoft Word has helped me to improve the quality of my writing. Features such as the built-in thesaurus, grammar and spell check, and readability statistics have allowed me to catch errors and improve the clarity and coherence of my writing. The ability to access research materials and sources within the application has also helped me to streamline the research process and ensure that my writing is well-informed and accurate.

Overall, the benefits of using productivity tools in Microsoft Word are numerous and have helped me to improve my efficiency, collaboration, and the quality of my work. By utilizing these tools, I have been able to save time, reduce errors, and work more effectively with others. As a writer, I highly recommend the use of productivity tools in Microsoft Word to anyone looking to improve their productivity and streamline their work processes.

Space Systems are shared and interconnected systems of computers, communications, people, and other support structures that

Answers

Answer:

Include command and control, tactical, intelligence, and commercial communications systems used to transmit DOD data

Explanation:

Space systems are a network of tools and people meant for the proper functioning of the a space sector of the security system and includes several dedicated and shared technologies and resources that are mainly outlined for efficient and economical usage.

Space systems facilitate systems public and private systems that require space to land based technologies.

what is saturating arithmetic and what are its advantages and disadvantages in typical multimedia applications?

Answers

Saturation arithmetic is  a version of arithmetic under which all operations are limited to a fixed range.It aids in the modelling of actual physical processes and is inapplicable to standard mathematical operations.

What are the benefits of saturation in arithmetic?

The necessity for overflows and underflows on MMX instructions is removed by saturating arithmetic. A result is saturated to the nearest permissible value if it is outside of boundaries. By minimising wraparound effects, saturating arithmetic is advantageous for many multimedia applications.

What is saturation arithmetic' flaw?

On a system that can only perform modular arithmetic operations, it is difficult to efficiently implement saturation since basic solutions necessitate branches that cause significant pipeline delays.

Learn more about saturating arithmetic here:

https://brainly.com/question/15557985

#SPJ1

Unlike radio frequency identification (RFID) tags, bar codes: Question 30 options: require a reader that tunes into a specific frequency to determine the location of products. cannot be read using a handheld or pen-type scanner that reads and records data instantly. require direct line-of-sight scanning. increase data entry errors by 75 percent.

Answers

Answer:

require direct line-of-sight scanning.

Explanation:

Unlike radio frequency identification (RFID) tags, bar codes require direct line-of-sight scanning. Meaning you need a device that can scan the bar code and the scanner needs to be directly pointing at the barcode without anything in the way. This is because bar codes work by embedding the information in a design of lines that need to be scanned to retrieve the information. If anything gets in the way it interrupts the scanning process and the data is not correctly transmitted. RFID tags on the other hand do not need a direct line of sight since the information is transferred through radiofrequency. This allows the data to be transferred without a line of sight and at a distance of up to 300ft.

Check all that apply to Raster Graphics
in photoshop

only use certain colors
infinitely scalable
made from pixels
based on math
limited scalability

Answers

Answer: made from pixels, limited scalability

Explanation:

everything in PS is made up of pixels and you can see this if you zoom in too much or scale up too much, it will look like Mario 64. It is not like a vector based program, wich uses math to calulate lines so you can scale it indefinetly and it will remain crisp.

Match the vocabulary word with its meaning.

1. archipelago
1
a group or chain of islands
2. contiguous
2
a group of things next to each other; such as states
3. diversity
4
people groups and other living things that are native to a region
4. indigenous
5
an island formed from coral
5. atoll
3
variety within a group, such as gender, ethnicity, or economics

Answers

Answer:

why is this in technology like fr

Explanation:

When you run __________ on your hard drive, files are reorganized, making the hard drive work more efficiently.

Answers

When you run Disk Defragmenter on your hard drive, files are reorganized, making the hard drive work more efficiently.

What is a Disk Defragmenter?

Disk Defrag is known to be a kind of Disk Defragmentation  process where there is the organization the things that are on a disk.

Note that When you run Disk Defragmenter on your hard drive, files are reorganized, making the hard drive work more efficiently and thus it is good to run it on your system periodically.

Learn more about  Disk Defragmenter from

https://brainly.com/question/14565489

#SPJ2

how do you code a spawn manger?

Answers

To avoid having to manually set up our enemies in the Scene, we can create a Spawn Manager that will spawn them for us.

What is spawn manger?In this piece, I'll describe how I used a potent technique called coroutines to add a simple spawn manager to the space shooter project. We keep the hierarchy overview clear and stop clustering by adding the generating foes to a new parent. In order to stop the Spawn Manager from producing opponents if the Player is dead, we'll also learn how to construct a reference to the Player Script.

The Spawn Manager Script

Rather than having to manually set up our enemies in the Scene, we can spawn them automatically by creating a spawn manager.A new empty GameObject called "SpawnManager" should be created first, to which a new script for the Spawn Manager should be attached.Let's now put the enemy prefab that we want to spawn in a private GameObject variable. We make a private GameObject with the name enemyPrefab so that it can be referenced in the new SpawnManager Script.

To Learn more About Spawn Manager refer To:

https://brainly.com/question/6500846

#SPJ1

how do you code a spawn manger?

Add a calculated field named #OfWeeks in the last position that calculates how many weeks in advance the reservations were booked (the RSVPDate) before the CheckInDate. Sort in Ascending order by CheckInDate. Run the query, and then save it as qryWeeks. Close the query.

Answers

To add a calculated field named "#OfWeeks" to calculate the number of weeks in advance the reservations were booked, follow these steps:

Open the query in Design View that contains the fields "RSVPDate" and "CheckInDate". In the field row of the query grid, add a new column by clicking on the next available column and entering "#OfWeeks" as the field name.

In the criteria row of the "#OfWeeks" column, enter the following expression: DateDiff("ww",[RSVPDate],[CheckInDate])

This expression uses the DateDiff function to calculate the number of weeks between the RSVPDate and CheckInDate fields.

Optionally, you can specify a format for the "#OfWeeks" field by right-clicking on the field and selecting "Properties". In the property sheet, go to the "Format" tab and choose a desired format.

Save the query as "qryWeeks".

To sort the results in ascending order by CheckInDate, click on the CheckInDate column and select "Ascending" in the sort row of the query grid.

Run the query to generate the results.

After reviewing the results, close the query.

By following these steps, you will have added the "#OfWeeks" calculated field, sorted the results by CheckInDate in ascending order, and saved the query as "qryWeeks".

Learn more about reservations here

https://brainly.com/question/30130277

#SPJ11

In hyper-v, an _____ virtual switch, allows the virtual machines connected to the switch to communicate on the same lan as one of the host's network adapters.

Answers

In Hyper-V, an External virtual switch allows the virtual machines connected to the switch to communicate on the same LAN (Local Area Network) as one of the host's network adapters.



Here's a step-by-step explanation:
1. In Hyper-V, a virtual switch acts as a bridge between the physical network adapter of the host and the virtual network adapter of the virtual machines.
2. An External virtual switch connects the virtual machines to the external network through one of the host's physical network adapters.
3. This means that the virtual machines can communicate with other devices on the same LAN as the host, such as other computers, servers, or network devices.
4. The External virtual switch allows the virtual machines to access resources on the LAN, such as shared folders, printers, or internet connectivity.

In summary, an External virtual switch in Hyper-V enables the virtual machines to communicate on the same LAN as one of the host's network adapters, providing them with network connectivity and access to resources on the LAN.

To know more about virtual visit:

https://brainly.com/question/33565118

#SPJ11

which design approach should a ux designer consider for users with limited experience navigating websites?

Answers

Branding, design, usability, and function are just a few of the aspects of product acquisition and integration that a UX designer is interested in.

Which design strategy should a UX designer take into account for people who have little experience using websites?

In user-centered design, the user is prioritized. UX designers must comprehend, specify, design, and assess throughout the design process in order to do this.

What can a UX designer examine to enhance the user experience?

These prototypes are made by UX designers to closely resemble the anticipated final product in terms of appearance, functionality, and variety of features. Test consumers can engage with clickable prototypes, allowing UX designers to try out realistic variations of the experience and pinpoint areas for improvement.  

To know more designer visit:-

https://brainly.com/question/28486317

#SPJ1

50 POINTS!!!! What is HpseuHostLauncher, and can I disable it without any major impact on my laptop?

Answers

Answer:

????????

Explanation:

a windows 8 computer locks up with a stop error during startup and then automatically reboots. the automatic restart setting is making it difficult to see any error messages. what can be done so that the error messages can be viewed?

Answers

what can be done so that the error messages can be viewed is Access the Advanced Startup options menu before the OS loads to disable the auto restart function.

The best course of action is to attempt disabling the automatic restart feature by visiting the Advanced Startup menu before the OS runs because the errors are hard to interpret. The restarting issue can then be fixed by reading the warning messages and taking additional action.

You may start Windows in advanced troubleshooting modes using the Advanced Boot Options menu. Simply switching on your computer as well as hitting the F8 key when Windows launches, you may see the menus.

Learn more about Advanced Startup options  here:https://brainly.com/question/24173492

#SPJ4

The statement "Stack objectStack = new Stack();" indicates that object
Stack stores _______ .

Object
Stack
integers
strings

Answers

The statement "Stack objectStack = new Stack();" indicates that the object objectStack stores elements of type Object in a Last-In-First-Out (LIFO) manner.

It can store any type of object, including integers, strings, and other custom-defined objects.

In Java, the statement "Stack objectStack = new Stack();" creates a new instance of the Stack class and assigns it to the variable objectStack. The Stack class is a built-in data structure in Java that follows the Last-In-First-Out (LIFO) principle, where the last element added is the first one to be removed.

Since the declaration is "Object", it indicates that the Stack object can store elements of any type, as Object is the superclass of all other classes in Java. This means it can store integers, strings, and any other objects that inherit from the Object class. Therefore, objectStack can be used to store a variety of data types in a LIFO manner.

To learn more about LIFO visit:

brainly.com/question/31926148

#SPJ11

Which of the following are disadvantages of assessments? Check all that apply. Some traits can be difficult to measure. Training and experience may be more important than aptitude for some positions. They cannot assess skills or abilities. Applicants may change their answers to fit whatever profile they think is being tested for. Assessments are typically too expensive.

Answers

Answer:

Some traits can be difficult to measure.

Training and experience may be more important than aptitude for some positions.

They cannot assess skills or abilities.

Applicants may change their answers to fit whatever profile they think is being tested for.

Assessments are typically too expensive.

Answer: 1, 2, 4

Explanation:

The disadvantages of assessments are statements (1), (2), and (3) are correct.

What is assessment?

The systematic method of obtaining and analyzing empirical data on information, skill, attitudes, aptitude, and beliefs in order to enhance programs and academic achievement is known as classroom assessment or educational evaluation.

Some attributes might be challenging to quantify.

For certain jobs, training and experience may be more crucial than talent.

They are unable to evaluate talents or capabilities.

Candidates are free to alter their responses to match the profile they believe is being assessed for.

The disadvantages of assessments are:

1) Some traits can be difficult to measure.

2) Training and experience may be more important than aptitude for some positions.

4) Applicants may change their answers to fit whatever profile they think is being tested for.

Thus, the disadvantages of assessments are statements (1), (2), and (3) are correct.

Learn more about the assessments here:

https://brainly.com/question/11388671

#SPJ2

What is software?? Give two example.​

Answers

Answer/Explanation:

Software is a set of instructions, data or programs used to operate computers and execute specific tasks.

example Internet browser,photo editor

Explanation:

Software is a generic term used to refer to applications, scripts and programs that run on a device. It can be thought of as the variable part of a computer, while hardware is the invariable part. The two main categories of software are application software and system software.

hope it will help you

_is a computer network created for an individual person

Answers

Answer:

Personal area network

Explanation:

is correct 100% sure

Is testing a program's graphical user interface (GUI) more important than testing its random
access memory (RAM) consumption? (1 point)
ONeither test is important and both tests are a waste of valuable time and resources.
O No, testing a program's GUI is all that matters.
O No, testing a program's RAM consumption is more important.
O Testing a program's GUI is as important as its RAM consumption.

Answers

Yes, Is testing a program's graphical user interface (GUI) more important than testing its randomaccess memory (RAM) consumption. Hence option D: Testing a program's GUI is as important as its RAM consumption is correct.

What is graphical user interface about?

Testing both the graphical user interface (GUI) and the random access memory (RAM) consumption of a program is important in order to ensure that the program is functional and performs well. A program's GUI is the interface that users interact with, and it is important to ensure that it is user-friendly and easy to use.

Therefore,, both testing the GUI and testing the RAM consumption of a program are important and should be considered as part of the testing process. Neither test is more important than the other, and both a

Learn more about graphical user interface from

https://brainly.com/question/14758410

#SPJ1

A band from the 1970s has reunited. They want to revive their careers, but they do not have the funding they once did. An international tour is not financially possible. The band needs to build renewed interest in their music and make a profit.
Which of the following would be the best decision for this band?

A) Plan a small concert tour through the United States with limited performances in key cities.

B) Use a crowdfunding source to raise money for an international tour.

C) Plan a one-night reunion concert that will be broadcast live, online, and on cable, then sell recordings of the event.

D) Use social media to publicize a national tour and set up media interviews with key entertainment news publications.

Answers

A band from the 1970s has reunited. They want to revive their careers, but they do not have the funding they once did. An international tour is not financially possible. The band needs to build renewed interest in their music and make a profit.

Which of the following would be the best decision for this band? \\

-----------------------------------------------------------------------------------------------------

Correct Answer:

B) Plan a one-night reunion concert that will be broadcast live, online, and on cable, then sell recordings of the event.

Explanation:

I got the answer correct on EDG2020.

WILL GIVE BRAINLIST PLEASE HELPPPPPPPP

WILL GIVE BRAINLIST PLEASE HELPPPPPPPP

Answers

Answer:

For question 2: C

Explanation:

I'll see what question 3 is.

Answer:

35mm film for oskar barnack

Other Questions
What treaties were signed during Washington's presidency? what digit is in the write an equation of a line that passes through (1,0) and is parallel to 2x+y=-4 3 tomatoes cost $1.29How much will 5 tomatoescost? A portable hair dryer on the conducts 15-5/8 amperes (1875 watts). What is the effective resistance of the heating element and motor? Assume the 12.5 amperes flows through the heating element, what is the effective resistance of the heating element? How much is the effective resistance of the motor. Note the motor can operate independently of the heating element as a cool down setting. The best use of quotation marks is to use them search for something best described in two or more words in a particular order.True or False The exploration of the mid-Cayman rise is intended to discoverA) what life may have been like before the evolution of photosynthesisB) the origins of photosynthesisC) new species living near the ocean floorD) the chemical composition of undersea mountainsE) life in shallow, coastal regions What are some potential benefits and pitfalls of formal accreditation of forensic examiners? By shrinking the hippocampus, prolonged stress is most likely to inhibit the process of? n the spectral sequence of star types, each category has been divided into ten intervals. the sun is classified as a store owner makes candles by melting and pouring wax identical cylindrical molds are completely full. what is the minimum amount of wax the store owner needs to make 60 candles Before you close a query datasheet, you must save your changes to the data. Group of answer choices True If a necklace has a 10% increase so its 154 pound what was the price before the increase. Test coming up need your help. (bill nye workseet : measurements) qu. 5) the more we want to know, the more ___ we make If the empirical formula of a compound is C2OH4, and the molar mass is 88 g/mol, what is the molecular formula If the particular solution of this equation is , then what is a + b2+ c = ?(D2 4D + 5) y = eqt sin(br) bx = e91 [A cos(bx) + B sin(bar):22 ac . x + 2 10 and 5x - 73 An investment project has annual cash inflows of $4,300, $4,000, $5,200, and $4,400, for the next four years, respectively. The discount rate is 13 percent. a. What is the discounted payback period for these cash flows if the initial cost is $5,800? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) b. What is the discounted payback period for these cash flows if the initial cost is $7,900? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) c. What is the discounted payback period for these cash flows if the initial cost is $10,900? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) ABC.. Inc just paid a dividend of $6.61. The dividends are expected to grow by 18% in Year 1,20% in Year 2 , and 10% in Year 3 . After that, the dividends are expected to grow by 8% each year. If the required rate of return is 11%, what is today's price of the stock? Enter your answer rounded off to two decimal points. Do not enter $ or comma in the answer box.