The Secure Sockets Layer which relies on __________ for encrypting the data between client and server

Answers

Answer 1

Answer: symmetric encryption

Explanation:

The Secure Sockets Layer (SSL) protocol is required by the Web servers and the web browsers in order to protect the data of the users during transfer through the creation of an encrypted channel that is unique for private communications that occur over the Internet.

The Secure Sockets Layer relies on the encryption in order to secure the link that exists between the client and the server which is the website.

This implies that the encryption and also the decryption of the data will be done using a cryptographic key that is shared. The cryptographic key will be generated and shared on accordance with transport layer security handshake.


Related Questions

You issue a transmission from your workstation to the following socket on your LAN: 10.1.145:110. Assuming your network uses standard port designations, what Application layer protocol are you using

Answers

Answer:

POP

Explanation:

The application layer protocol that is been used here is POP, given that you issued a transmission to the socket on you LAN: 10.1.145:110.  and you use a standard port designation

Reason:

110 ( port number ) represents a POP3 process that is always used in a TCP/IP network , and the socket address started with an IP address as well. hence we can say that the application layer protocol is POP

Question 18 (1 point)
The function known as "Comments" can be displayed during a presentation

Answers

Answer:

yes

Explanation:

Select the comment icon. on the slide. The Comments pane will open and you can see comments for that slide.

Select Reply to respond to a comment.

Select the Next or Back buttons to go between comments and slides. hope it helps



does industry-recognized certifications (microsoft office suite) boost your resume and
increase your earning potential?

Answers

Answer:Having Microsoft Office training can make you more productive, confident, and satisfied with your job. ... Productivity is crucial to success in the administrative assisting field, and your employers will thank you for it. 3. Industry-recognized certification will boost your resume and increase your earning potential.

Explanation: i no it

Jared spends a lot of time on the phone. Which is MOST likely to cause him neck pain?

Answers

Answer:

Explanation:

Jared spending a lot of time on the phone is most likely to cause him neck pain due to what is commonly known as "text neck." This refers to neck pain and discomfort that is caused by constantly looking down at a phone or other device for prolonged periods of time. The awkward posture can put strain on the neck muscles and lead to pain, discomfort, and even long-term problems such as neck and upper back pain and poor posture.

Answer:

Resting his phone on his shoulder

Explanation:

The others don't makes sense. (Trust me)

(pls mark brainiest)

As you know computer system stores all types of data as stream of binary digits (0 and 1). This also includes the numbers having fractional values, where placement of radix point is also incorporated along with the binary representation of the value. There are different approaches available in the literature to store the numbers having fractional part. One such method, called Floating-point notation is discussed in your week 03 lessons. The floating point representation need to incorporate three things:
• Sign
• Mantissa
• Exponent

A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-
point notation.
B. Determine the smallest (lowest) negative value which can be
incorporated/represented using the 8-bit floating point notation.
C. Determine the largest (highest) positive value which can be
incorporated/represented using the 8- bit floating point notation.

Answers

Answer:

A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-point notation.

First, let's convert -9/2 to a decimal number: -9/2 = -4.5

Now, let's encode -4.5 using the 8-bit floating-point notation. We'll use the following format for 8-bit floating-point representation:

1 bit for the sign (S), 3 bits for the exponent (E), and 4 bits for the mantissa (M): SEEE MMMM

Sign bit: Since the number is negative, the sign bit is 1: 1

Mantissa and exponent: Convert -4.5 into binary and normalize it:

-4.5 in binary is -100.1. Normalize it to get the mantissa and exponent: -1.001 * 2^2

Mantissa (M): 001 (ignoring the leading 1 and taking the next 4 bits)

Exponent (E): To store the exponent (2) in 3 bits with a bias of 3, add the bias to the exponent: 2 + 3 = 5. Now, convert 5 to binary: 101

Now, put the sign, exponent, and mantissa together: 1101 0010

So, the 8-bit floating-point representation of -9/2 (-4.5) is 1101 0010.

B. Determine the smallest (lowest) negative value which can be incorporated/represented using the 8-bit floating-point notation.

To get the smallest negative value, we'll set the sign bit to 1 (negative), use the smallest possible exponent (excluding subnormal numbers), and the smallest mantissa:

Sign bit: 1

Exponent: Smallest exponent is 001 (biased by 3, so the actual exponent is -2)

Mantissa: Smallest mantissa is 0000

The 8-bit representation is 1001 0000. Converting this to decimal:

-1 * 2^{-2} * 1.0000 which is -0.25.

The smallest (lowest) negative value that can be represented using the 8-bit floating-point notation is -0.25.

C. Determine the largest (highest) positive value which can be incorporated/represented using the 8-bit floating-point notation.

To get the largest positive value, we'll set the sign bit to 0 (positive), use the largest possible exponent (excluding infinity), and the largest mantissa:

Sign bit: 0

Exponent: Largest exponent is 110 (biased by 3, so the actual exponent is 3)

Mantissa: Largest mantissa is 1111

The 8-bit representation is 0110 1111. Converting this to decimal:

1 * 2^3 * 1.1111 which is approximately 1 * 8 * 1.9375 = 15.5.

The largest (highest) positive value that can be represented using the 8-bit floating-point notation is 15.5.

Explanation:

Difference between computer hardware and computer software

Answers

Answer: Computer hardware is computer parts for the computer such as keyboards, mouses, and monitors. Computer software is a program on the computer where you can download it and that software you downloaded adds data to the computer that tells it how to work, etc.

Hope this helps :)

Explanation: N/A

Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with the correct code segment.
a) num % 2 == 0;
b) num % 2 ==1;
c) num % 1 == 0;
d) num % 0 == 2;

Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with

Answers

Answer:

b) num % 2 ==1;

Explanation:

Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with the correct code segment.

How to input out smaller cars get better gas mileage tiny cars get great fuel

Answers

Answer:

The program displays word pairs that differ between the two sentences. One pair is displayed per line.

Ex: If the input is:

Smaller cars get better gas mileage

Tiny cars get great fuel economy

then the output is:

Smaller Tiny

better great

gas fuel

mileage economy

Hint: Store each input line into a list of strings.

Explanation:

Hi I got a new phone and my photos are taking so long to download, on Friday it was at 13000 what do I do it’s taking so long

Hi I got a new phone and my photos are taking so long to download, on Friday it was at 13000 what do

Answers

Answer:

Try to use your mobile data but it might use up quite a bit. Also instead of downloading it transfer it to a laptop or a usb stick, or you can upload your photos to the cloud.

The purpose of this assignment is to determine a set of test cases knowing only the function’s specifications, reported hereafter:The program takes as input a 2D matrix with N rows. The program finds the column index of the first non-zero value for each row in the matrix A, and also determines if that non-zero value is positive or negative. It records the indices of the columns, in order, in the array W. It records whether each value was positive or negative, in order, in the array T (+1 for positive, -1 for negative). Assume that all rows have at least one column with a non-zero value.As this is black-box testing, you will not have access to the source so you must use what you have learned.You need to include a comment that describes how you chose your test cases.Students should identify the input equivalence partitions classes and select test cases on or just to one side of the boundary of equivalence classes.Students will gain 25 points for each input equivalence partition classes and valid test cases reported.Any language can be used, preferably C or C++ but it's not an issue if it's not in these two. Thanks!

Answers

Answer:

The program is written using PYTHON SCRIPT below;

N=int(input(" Enter number of Rows you want:"))

M=[] # this for storing the matrix

for i in range(N):

l=list(map(int,input("Enter the "+str(i+1)+" Row :").split()))

M.append(l)

print("The 2D Matrix is:\n")

for i in range(N):

print(end="\t")

print(M[i])

W=[] # to store the first non zero elemnt index

T=[] # to store that value is positive or negative

L=len(M[0])

for i in range(N):

for j in range(L):

if (M[i][j]==0):

continue

else:

W.append(j) # If the value is non zero append that postion to position list(W)

if(M[i][j]>0): #For checking it is positive or negative

T.append(+1)

else:

T.append(-1)

break

print()

print("The first Non Zero element List [W] : ",end="")

print(W)

print("Positive or Negative List [T] : ",end="")

print(T)

Explanation:

In order for the program to determine a set of test cases it takes in input of 2D matrix in an N numbet of rows.

It goes ahead to program and find the column index of the first non-zero value for each row in the matrix A, and also determines if that non-zero value is positive or negative. The If - Else conditions are met accordingly in running the program.

What is part of the computer?
Hardware
Software
CPU
All of these

Answers

Answer:

All of these are the parts of computer

Answer:

yes your answer is correct all those are the parts of the computer

hope it is helpful to you

5. What are Excel cell references by default?
Relative references
Absolute references
Mixed references
Cell references must be assigned

Answers

Answer: relative references

Explanation:

By default, all cell references are RELATIVE REFERENCES. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2.

Help plesae………………………..

Help plesae..

Answers

Answer:

Find the answers in txt file

Explanation:

Identify suitable hardware components that will meet your requirements. Be reasonably specific. For example:

. a good processor such as an Intel i5 or i7 (or equivalent)
.enough RAM for amateur audio or video editing, approximately 16 or 32 GB or more if budget allows
.etc

Answers

A  suitable hardware components that will meet the requirements given below is  HP ENVY 17t laptop.

What is the specification about?

HP ENVY x360 15t laptop is known to be one that has a 3-sided micro-edge FHD display and its specification includes:

NVIDIA GeForce MX250 graphics cards About 1TB SSD space16GB RAMCost about $ 600-1500 dollars.

Therefore, A  suitable hardware components that will meet the requirements given below is  HP ENVY 17t laptop.

Learn more about hardware from

https://brainly.com/question/24231393

#SPJ1

what would you enter at the command prompt on Linux system to display the IP addresses and the subnet

Answers

Answer:

The ifconfig command.

Carlos works with a tutor all school year to maintain good grades in his language arts class. However, his tutoring sessions are almost finished, which means he will have to write his final paper without any help. This worries Carlos, because he has struggled in the past with writing papers. As the due date of the paper approaches, Carlos finds himself putting off getting started. He also feels increasingly anxious about not having his tutor’s help.

What can Carlos do to become more motivated to work on his paper?

He can remind himself that making mistakes is a natural part of learning.
He can distract himself by participating in a fun activity.
He can rush through writing the paper and hope he gets a good enough grade.
He can tell his teacher that he cannot write the paper without his tutor.

Answers

Answer:

I would pick A.

Explanation:

Letting yourself know that making mistakes is a good way to let yourself know you won't completely fail.

Answer:

A) He can remind himself that making mistakes is a natural part of learning.

Explanation:

i just answered it :3

discuss MIS as a technology based solution must address all the requirements across any
structure of the organization. This means particularly there are information to be
shared along the organization

Answers

MIS stands for Management Information System, which is a technology-based solution that assists organizations in making strategic decisions. It aids in the efficient organization of information, making it easier to locate, track, and manage. MIS is an essential tool that assists in the streamlining of an organization's operations, resulting in increased productivity and reduced costs.

It is critical for an MIS system to address the needs of any organization's structure. This implies that the information gathered through the MIS should be easily accessible to all levels of the organization. It must be capable of handling a wide range of activities and functions, including financial and accounting data, human resources, production, and inventory management.MIS systems must be scalable to meet the needs of a company as it expands.

The information stored in an MIS should be able to be shared across the organization, from the highest to the lowest level. This feature allows for smooth communication and collaboration among departments and employees, which leads to better decision-making and increased productivity.

Furthermore, MIS systems must provide a comprehensive overview of a company's operations. This implies that it must be capable of tracking and recording all relevant information. It should provide a real-time picture of the company's performance by gathering and analyzing data from a variety of sources. As a result, businesses can take quick action to resolve problems and capitalize on opportunities.

For more such questions on Management Information System, click on:

https://brainly.com/question/14688347

#SPJ8

To reduce bias in computational artifacts, mentally and physically challenged individuals need to be able to __ as many aspects of the artifact as possible.
>control
>develop
>accommodate​

Answers

Answer:

i think it is accommodate? the other two choices dont look right.

Answer:

control

Explanation:

Complete the sentence about bias and equity.

To reduce bias in computational artifacts, mentally and physically challenged individuals need to be able to

control

as many aspects of the artifact as possible.

got it right

which windows and network location enables network discovery and allows files and printers to be easily shared ​

Answers

The Private network location is the windows and network location enables network discovery and allows files and printers to be easily shared ​

How to determine the window

In Windows, the organized area that empowers organize disclosure and permits simple sharing of records and printers is the Private network location.

After you set your arrange association to the Private network location, it empowers different arrange highlights, counting organize revelation, record sharing, and printer sharing.

By default, Windows categorizes arrange associations into three sorts:

PublicPrivateDomain

The Private network location is the foremost prohibitive, constraining organize disclosure and impairing record and printer sharing for security reasons.

Learn more about windows at: https://brainly.com/question/27764853

#SPJ1

If the formula in cell D49 is copied to cells E49:F49, what sequence of values would be generated in Cells D49:F49?
Conference Room Location Staff ID
D East 19106
C North 19122
A South 19107
E South 19104
B South 19147
=$D$44

Answers

Excel moves or copies a cell with formulas and their results, cell formats, and comments. When moving or copying a cell.

If there are certain cells, rows, or columns that do not appear on a worksheet, you can copy all cells.Otherwise, the visible cells. In adding to viewable cells, Excel copies cached or filtering cells per default.

            \(\bold{C \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ C \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ C}\)

The formulation in cell D49 is a stable formula that does not vary by cell type. Alt + F4 is the shortcut to fasten a form. Therefore, the formula given in D49 would achieve the same output when copied to another cell.

Learn more:

brainly.com/question/17021828

With suitable example, illustrate the use of #ifdef and #ifndef.

Answers

Partitions are used to divide storage spaces into manageable segments.

Fixed partitions have a predetermined size, and they are used to allocate storage space based on the needs of an application. Fixed partitions are commonly used in mainframe systems, where applications require predictable amounts of storage.

For example, consider an organization that uses a mainframe system to manage its payroll. In this scenario, the organization may use fixed partitions to allocate storage space to the payroll application, ensuring that it has access to a specific amount of storage space at all times.

On the other hand, dynamic partitions allow the operating system to allocate storage space based on the requirements of an application. With dynamic partitions, the size of the partition is not fixed, and it can grow or shrink based on the needs of an application.

For example, consider a personal computer that is used to store and manage different types of data. In this scenario, dynamic partitions are used to allocate storage space to different applications based on their storage requirements.

As new applications are installed, the operating system dynamically allocates storage space to ensure that each application has sufficient storage space to function properly.

To know more about Partitions visit:

brainly.com/question/31672497

#SPJ1

According to the video, what type of company is most likely to employ a full-time Webmaster?
O a large company with a lot of Internet business
a small company that operates a physical store
O a large company that does a lot of in-person business
a medium-sized company that uses database software frequently

Answers

Answer:

A

Explanation:

edge

Answer:

A

Explanation:


Match each command group under Picture Tools to the appropriate tasks.
Adjust
Crop and rotate an image,
Arrange
Position images on a slide,
Size
Modify the shape, border or outline of an
image
Picture Styles
Modify the color and brightness of an image

Answers

Answer:

look at the attachment for correct answers.

Match each command group under Picture Tools to the appropriate tasks.AdjustCrop and rotate an image,ArrangePosition

The match up of the command group under Picture Tools to the appropriate tasks is given in the image attached.

What are the picture tools?

Picture Tools are known to be tools that are often used to enhance an image. They includes:

BrightnessContrastCompress Pictures, etc.

Conclusively, the use of this tools will make your pictures to be better and attractive to behold.

Learn more about Picture Tools from

https://brainly.com/question/9566501

#SPJ2

Match each command group under Picture Tools to the appropriate tasks.AdjustCrop and rotate an image,ArrangePosition

Please help I have no idea what to do :(



Write a program that simulates a coin flipping. Each time the program runs, it should print either “Heads” or “Tails”.

There should be a 0.5 probability that “Heads” is printed, and a 0.5 probability that “Tails” is printed.

There is no actual coin being flipped inside of the computer, and there is no simulation of a metal coin actually flipping through space. Instead, we are using a simplified model of the situation, we simply generate a random probability, with a 50% chance of being true, and a 50% chance of being false.

Answers

A Java Script program that simulates a coin flipping, so that each time the program runs, it should print either “Heads” or “Tails” along with the other details given is stated below.

Code for the above coin simulation

var NUM_FLIPS = 10;

var RANDOM = Randomizer.nextBoolean();

var HEADS = "Heads";

var TAILS = "Tails";

function start(){

var flips = flipCoins();

printArray(flips);

countHeadsAndTails(flips);

}

// This function should flip a coin NUM_FLIPS

// times, and add the result to an array. We

// return the result to the caller.

function flipCoins(){

var flips = [];

for(var i = 0; i < NUM_FLIPS; i++){

if(Randomizer.nextBoolean()){

flips.push(HEADS);

}else{

flips.push(TAILS);

}

}

return flips;

}

function printArray(arr){

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

println("Flip Number " + (i+1) + ": " + arr[i]);

}

}

function countHeadsAndTails(flips){

   var countOne = 0;

   var countTwo = 0;

   for(var i = 0; i < flips.length; i++){

       if(flips[i] == HEADS){

           countOne+=1;

       }

       else {

           countTwo+=1;

       }

   }

   println("Number of Heads: " + countOne);

   println("Number of Tails: " + countTwo);

}

Learn more about Java Script:
https://brainly.com/question/18554491
#SPJ1

Write a function named file_stats that takes one string parameter (in_file) that is the name of an existing text file. The function file_stats should calculate three statistics about in_file i.e. the number of lines it contains, the number of words and the number of characters, and print the three statistics on separate lines.

For example, the following would be be correct input and output. (Hint: the number of characters may vary depending on what platform you are working.)
>>> file_stats('created_equal.txt')

lines 2
words 13
characters 72

Answers

Answer:

Here is the Python program.

characters = 0

words = 0

lines = 0

def file_stats(in_file):

   global lines, words, characters

   with open(in_file, 'r') as file:

       for line in file:

           lines = lines + 1

           totalwords = line.split()

           words = words + len(totalwords)

           for word in totalwords:

               characters= characters + len(word)

file_stats('created_equal.txt')

print("Number of lines: {0}".format(lines))

print("Number of words: {0}".format(words))

print("Number of chars: {0}".format(characters))

   

Explanation:

The program first initializes three variables to 0 which are: words, lines and characters.

The method file_stats() takes in_file as a parameter. in_file is the name of the existing text file.

In this method the keyword global is used to read and modify the variables words, lines and characters inside the function.

open() function is used to open the file. It has two parameters: file name and mode 'r' which represents the mode of the file to be opened. Here 'r' means the file is to be opened in read mode.

For loop is used which moves through each line in the text file and counts the number of lines by incrementing the line variable by 1, each time it reads the line.

split() function is used to split the each line string into a list. This split is stored in totalwords.

Next statement words = words + len(totalwords)  is used to find the number of words in the text file. When the lines are split in to a list then the length of each split is found by the len() function and added to the words variable in order to find the number of words in the text file.

Next, in order to find the number of characters, for loop is used. The loop moves through each word in the list totalwords and split each word in the totalwords list using split() method. This makes a list of each character in every word of the text file. This calculates the number of characters in each word. Each word split is added to the character and stored in character variable.

file_stats('created_equal.txt')  statement calls the file_stats() method and passes a file name of the text file created_equal.txt as an argument to this method. The last three print() statements display the number of lines, words and characters in the created_equal.txt text file.

The program along with its output is attached.

Write a function named file_stats that takes one string parameter (in_file) that is the name of an existing

In theory, a hacker with a small but powerful directional antenna could access a wireless network from more than one mile away. In a real-world situation, what is the more likely range involved

Answers

100 miles i assume since the avarge antanna cover 5-50 miles

A sample member of the list data is a1 = ['male', True] where the second item is True if the person is on the phone.

for item in data:
if item[0] == 'male':
males = males + 1
if item[___
]:
malesOnPhone = malesOnPhone + 1
Choices are 1, 2, 3. Answer is for if item[___]:

Answers

Answer:

0

Explanation:
In the lists, indexation starts from 0, because of that in if statement we compare item[0] which is 'male' and 'male', and then males is itterated within for loop.

Three steps can be taken to construct a list of elements using a for loop: Make an empty list appear. Iterate through an iterable or set of elements. Add each component to the list's end.

What loop for sample member of the list data?

An Array List can be looped through using an Iterator. If there are additional members in the Array List, the method hasNext() returns true; otherwise, it returns false. If there is no next element, the method next() raises the No Such Element Exception and returns the next element in the Array List.

FOR LOOPS and WHILE LOOPS are two popular types of loops. A For loop runs a variable number of times. LOOP TYPE — FOR LOOP When you know how many times you want to run an algorithm before stopping, you use for loops.

Therefore, Since indexation in lists begins at 0, we must compare item[0], which is “male,” with “male” in the if statement before iterating through males in the for loop.

Learn more about loop here:

https://brainly.com/question/14390367

#SPJ2

Data Privacy may not be applicable in which of the following scenarios?

Answers

Answer:

A platform being hosted in a country with no DP laws but targeted at data subjects from a country with stringent laws.

Explanation:

No Data Privacy laws mean that there is a high likelihood of data being leaked to various third parties and unwanted websites.

Countries with stringent laws like China have a government that wants full control over the data of their people and the transaction of data from each of them in order to better monitor them.

how to find tax rate using VLOOKUP in microsoft excel

Answers

To find a tax rate using VLOOKUP in Microsoft Excel, you would set up a table with tax brackets and corresponding rates, and then use the VLOOKUP function to match the income amount and retrieve the corresponding tax rate.

What is VLOOKUP?

When you need to find anything in a table or a range by row, use VLOOKUP. Look for the pricing of an automobile item by its part number, or locate an employee's name by their employee ID.

The VLOOKUP method requires three inputs, in this order: lookup value, table array, and column index number. The lookup value is the value for which you wish to locate matching data and must be in the lookup table's first column; it can be a value, a text string, or a cell reference.

Learn more about VLOOKUP:
https://brainly.com/question/30154536
#SPJ1

Can someone help me on this quick?

Can someone help me on this quick?
Can someone help me on this quick?

Answers

EI is an essential component of interpersonal relationships and communication. People with high emotional intelligence are better equipped to understand the emotional needs of others, empathize with their emotions, and respond appropriately.

What is Emotional Intelligence?

Emotional intelligence (EI) is a vital skill in understanding and managing emotions, both in oneself and others. It allows individuals to recognize, comprehend, and regulate emotions in themselves and others, leading to better communication, decision-making, and social interactions.

The Myer-Briggs Type Indicator (MBTI) is a personality assessment tool that categorizes individuals into one of 16 personality types, based on four dichotomies: extraversion/introversion, sensing/intuition, thinking/feeling, and judging/perceiving. In this paper, I will discuss the role of emotional intelligence and how it relates to the MBTI personality types.

In conclusion, emotional intelligence is a critical skill in understanding and managing emotions in oneself and others.

The MBTI personality types can provide insight into how individuals may approach emotional intelligence, but all individuals can develop and improve their emotional intelligence through practice and reflection.

By doing so, individuals can improve their communication, decision-making, and social interactions, leading to greater personal and professional success.

Read more about emotional intelligence here:

https://brainly.com/question/1233301

#SPJ1

Write a short paper on the role of emotional intelligence identifying how you see emotional intelligence based upon the Myer-Briggs personality

Other Questions
Translate each verbal expression into an algebraic expression. Then simplify the expression. The product of six and a number is multiplied by nine A population of pheasants is declining over time. The number of adults per hectare has decreased from 1,832 in 2012 to 422 in 2016. In which year will the population fall below the minimum viable density, 100 pheasants per hectare? Have you ever devised a way to solve a problem? How? for an experiment comparing more than two treatment conditions you should use analysis of variance rather than separate t tests because . group of answer choices you are less likely to make a mistake in the computations of anova anova has less risk of a type i error because several means are compared in one test a test based on variances is more sensitive than a test based on means anova has less risk of a type ii error because several means are compared in one test Two years ago, you purchased 100 shares of General Mills Corporation. Your purchase price was $58 a share, plus a total commission of $30 to purchase the stock. During the last two years, you have received the following dividend amounts: $2.30 per share for the first year and $2 46 per share the second year. Also, assume that at the end of two years, you sold your General Mills stock for $63 a share minus a total commission of $42 to sell the stockCalculate the total return for your General Mills investment when you sold the stock at the end of two years. (Do not round intermediate calculations. Round your final answer to the nearest whole number.) A barge filled with ore floats in a canal lock. if the ore is tossed overboard, the water level in the lock will? nadia is creating a table of financial transactions. in each record, she will capture the date and type of transaction, the person who recorded it and the amount. which data type should she set for the field containing the transaction amount? Under the DAGMAR model, a ________ can be performed by, and attributed to, advertising rather than to a combination of marketing factors. A ball is thrown horizontally from the top of a 24.7 m building with a speed of 13.2m/s. Assuming level ground, the ball lands ___ m from the base of the building. ILL GIVE BRAINIEST TO WHOEVER IS CORRECT!! PLEASE HELP ASAP!! WITH WORK PLEASE!!! Find the temperature u(x, t) in a rod of length L if the initial temperature is f(x) throughout and if the ends x = 0 and x = L are insulated. Solve if L = 2 and f(x) = {x, 0 < x 1 0, 1 < x It is decided in a competition that the total prize money will be shared between the number of correct entries received. If 5 correct entries are received, each winner will get R170. How much money will each winner get if 8 correct entries are received? The function f(x) = x2 6x 3 is transformed such that g(x) = f(x 2). find the vertex of g(x). ford, ge, and mcdonald's are global advertisers that use a standardized approach to marketing and advertising in all countries. group of answer choices true false Convert 0.00553s to cs 0.988 atm 175mL 1.20 atm= What is the most common method of comparing economic development of a country what are its drawbacks? how is the theme of revenge best revealed through Montressor's reaction to Fortunato? Heat is thermal energy that is transferred from one object to another because of a difference in what? what volume will a balloon occupy at 1.0 atm, if the balloon has a volume of 3.8 l at 1.9 atm?A. 1.50 lB. 1.9 lC. 2.0 lD. 5.7 lE. 7.2 l