what are the parts system unit​

Answers

Answer 1

Explanation:

there are 6 main system unit components:

motherboard

processor

RAM

hard drive

video card

power supply.


Related Questions

This is to be done in java
Task 1: Write a car class - this is a prototype or blueprint for many different cars that will follow the same basic type of pattern. Your car class should have 4 fields that describe characteristics of a car including model, make, year, color, speed, velocity.

Possible values for each field:
Model: Wrangler, Grand Cherokee, Camry, Corolla, Corvette, Bolt
Make: Jeep, Toyota, Chevrolet
Year: 1946, 2022
Color: red, blue, silver
Speed: 25, 25, 55, 75,100

Task 2: Your car class should also have several methods - assuming it has a rider to do them, the car can have certain behaviors or actions that it can take. Add the methods to accomplish the following:

Set a speed (could take an integer in mph)
Calculate a speed (could take a distance in miles and a time in hours)
Get a speed (in mph)

Task 3: Create a constructor that takes four parameters for your car class and initializes speed to 0.

Write a main method and inside it, invoke a new car object for every person at your table. Print a complete ‘description’ of each car to the console using the System.out.println and toString methods. Each car should be unique, so be creative with the color choice.

Task 4: Agree on the value of and create a speedLimit field for your car class and create two public methods to get and change the value of the speed limit.

Task 5: Draw the UML representation of the class that you have created.

IndividualTask 6: Create a class method that is named isSpeeding that takes as arguments a distance in miles, a time in hours and a Car to determine whether the car is speeding. Ask your colleges how fast they want to go to the beach and determine whether they would be speeding. Assume the beach is 330 miles away.

IndividualTask 7: Draw the UML Diagram for your class.

Please respond ASAP

Answers

Using the knowledge in computational language in python it is possible to write a code that write a car class - this is a prototype or blueprint for many different cars that will follow the same basic type of pattern.

Writting the code:

public class Car {

     private String model, make, color;

   private int year, speed, speedLimit;

     public void setSpeed(int speed) { this.speed = speed; }

   public int calculateSpeed(int miles, int hours) {

            return (int)(Double.valueOf(miles) / hours);

   }

    public int getSpeed() { return speed; }

   public Car(String model, String make, String color, int year) {

          this.model = model;

       this.make = make;

       this.color = color;

       this.year = year;

            this.speed = 0;

              this.speedLimit = 35;

   }

   // method that returns a string representation of the object

   public String toString() {

       return "Model: " + model + ", Make: " + make + ", Color: " + color +

           ", Year: " + year + ", Speed: " + speed + " mph";

   }

   // method to get the value of speed limit

   public int getSpeedLimit() {  return speedLimit; }

   // method to change the value of speed limit

   public void setSpeedLimit(int limit) { speedLimit = limit; }

     public boolean isSpeeding(int miles, int hours) {

              int carSpeed = calculateSpeed(miles, hours);

           if(carSpeed > speedLimit)

           return true;

       else

           return false;

   }

}

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

#SPJ1

This is to be done in javaTask 1: Write a car class - this is a prototype or blueprint for many different

To change the type of tab showing in the Tab Selector Box, which of the following should be done? Right-click on the Tab Selector Box Click on the Ruler Right-click on the Ruler Click on the Tab Selector Box

Answers

Literally, a tab selector presents to the user varieties of tab marker options.

To change the type of tab, you simply (d) Click on the Tab Selector Box

The tab selector is situated at the left of the ruler, and there are four basic types of tabs.

Left-alignedCenteredRight-alignedDecimal-aligned.

To change between these tabs, you simply click on the tab selector.

Hence, the correct option to change the type of tab is option (d)

Read more about tab at:

https://brainly.com/question/14459387

if we add 100 + 111 using a full adder, what is your output?

Answers

A digital circuit that performs addition is called a full adder. Hardware implements full adders using logic gates. Three one-bit binary values, two operands, and a carry bit are added using a complete adder. Two numbers are output by the adder: a sum and a carry bit. 100 has the binary value, 1100100.  Is your output.

What full adder calculate output?

When you add 1 and 1, something similar occurs; the outcome is always 2, but because 2 is expressed as 10 in binary, we receive a digit 0 and a carry of 1 as a result of adding 1 + 1 in binary.

Therefore, 100 has the binary value, 1100100. As we all know, we must divide any number from the decimal system by two and record the residual in order to convert it to binary.

Learn more about full adder here:

https://brainly.com/question/15865393

#SPJ1

Given: The following if statement uses an overloaded > operator to determine whether the price of a Car object is more than $5000. Car is a struct and myCar is an object of Car. Each Car object has two variables: id (int) and price (float). As you can see in the following code, the ID of myCar is 12345 and the price is $6,000.
Car myCar = {12345, 6000.};
float price = 5000;
if (myCar > price)
cout << "My car price is more than $5,000.\n";
Which one of the following function prototypes is correct syntax to overload the > operator based on the if statement above.
a. void operator>(float price);
b. bool operator>(Car& car, float price);
c. bool operator >(float amt);
d. bool operator>(Car& yourCar);
e. none of the above

Answers

Answer:

Option(c) is the correct answer to the given question.

Explanation:

In the given question car is the structure and mycar is the instance or the object of the class also the object mycar holds two variables of type integer and the one float variable .

Following are the syntax of operator overload in C++ programming language

return -type operator operator-symbol(datatype variable name )

Now according to the question the option(c) follows the correct syntax of operator overload

All the other option do not follow the correct prototype that's why these are incorrect option .

Which of the following is the MOST important reason for creating separate users / identities in a cloud environment?​

Answers

Answer:

Because you can associate with other

Answer:

Explanation:

To avoid cyberbully

computing to your daily life.
3. Research the trend of BYOD in workplaces. Compare the advantages to any potential disadvantages.
Do you think more companies should adopt this policy? Why or why not?

Answers

Answer:

The explanation of the scenario would be described in the description paragraph below.

Explanation:

BYOD focuses on bringing smart equipment to that same position during which staff members work in that industry, such as connectivity to the corporation's information, technologies, and so forth. Everything just is becoming more and more widely known throughout traditional working environments

Advantage:

Whenever a corporation would be associated with the BYOD entire organization, this should greatly reduce the cost including its machines as individuals don't have to consider buying the others. Throughout relation to the purchase of their whole machines, staff members are significantly more likely to do just that.

Disadvantage:

As top executives use their work computers, and it is also indeed very harder to monitor data protection throughout their handheld device, this makes Security another of the greatest drawbacks including its BYOD programs.

Throughout my personal view, bringing your someone else's target demographic wouldn't have been acknowledged by the corporations. After all, although the corporation is following a client set of policies that the customer should be doing the project for the service provider as well as the corporation has to save another customer from either the worker because several employees want to initiate their organization.

how do you think calculator of a computer works? describe the procedure.
​plz answer quickly its urgent!!!

Answers

Explanation:

calculators work by processing information in binary form. We're used to thinking of numbers in our normal base-ten system, in which there are ten digits to work with: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. The binary number system is a base-two system, which means there are only two digits to work with: 0 and 1. Thus, when you input numbers into a calculator, the integrated circuit converts those numbers to binary strings of 0s and 1s.

The integrated circuits then use those strings of 0s and 1s to turn transistors on and off with electricity to perform the desired calculations. Since there are only two options in a binary system (0 or 1), these can easily be represented by turning transistors on and off, since on and off easily represent the binary option

Once a calculation has been completed, the answer in binary form is then converted back to our normal base-ten system and displayed on the calculator's display screen.

three ways in which technology can be used to assist the teacher in education and learning process

Answers

Electronic grade books
digital portfolios
learning games

Write a non-stop multi-function program to do the following taks:
1. Function Program to find the future value given present value, interest rate and duration in years.
2. Function program to generate a list of prime numbers starting from 1 to n.
3. Function program to generate a list of palindrome numbers starting from 10 to n.
4. Quit the program
Write Code C programming

Answers

#include#include#includevoid findFutureValue(float presentValue, float interestRate, int durationInYears){

float futureValue = presentValue * pow((1 + interestRate), durationInYears);

printf("The future value is: %.2f", futureValue);

}

int isPrime(int num){

int i;

for(i = 2; i <= num/2; ++i){ if(num%i == 0){ return 0;

}

}

return 1;

}

void generatePrimes(int n){

int i, j;

printf("The prime numbers between 1 and %d are: ", n);

for(i = 2; i <= n; ++i){ if(isPrime(i)){ printf("%d ", i);

} }}

int isPalindrome(int num){ int temp, remainder, reverse = 0; temp = num;

while(temp != 0){ remainder = temp % 10;

reverse = reverse * 10 + remainder;

temp = temp / 10;

}

if(reverse == num){ return 1;

}

else{ return 0;

}}

void generatePalindromes(int n){

int i;

printf("The palindrome numbers between 10 and %d are: ", n);

for(i = 10; i <= n; ++i){

if(isPalindrome(i)){ printf("%d ", i);

} }}

int main(){

int choice, n;

float presentValue, interestRate;

int durationInYears;

do{ printf("\nEnter your choice:");

printf("\n1. Find future value given present value, interest rate and duration in years");

printf("\n2. Generate a list of prime numbers from 1 to n");

printf("\n3. Generate a list of palindrome numbers from 10 to n");

printf("\n4. Quit the program");

printf("\nChoice: ");

scanf("%d", &choice); switch(choice){

case 1: printf("\nEnter present value: ");

           scanf("%f", &presentValue);

           printf("\nEnter interest rate: ");

           scanf("%f", &interestRate);

           printf("\nEnter duration in years: ");

           scanf("%d", &durationInYears);

           findFutureValue(presentValue, interestRate, durationInYears);

           break;

case 2: printf("\nEnter n: ");

            scanf("%d", &n);

            generatePrimes(n);

            break;

case 3: printf("\nEnter n: ");

            scanf("%d", &n);

            generatePalindromes(n);

            break;

case 4: printf("\nQuitting the program. Goodbye!");

            break;

default: printf("\nInvalid choice. Please try again.");

}}while(choice != 4); return 0;

}

For more such questions on float, click on:

https://brainly.com/question/29720774

#SPJ8

Monica, a network engineer at J&K Infotech Solutions, has been contracted by a small firm to set up a network connection. The requirement of the network backbone for the connection is of a couple of switches needing fiber-optic connections that might be upgraded later. Which one of the following transceivers should Monica use when the maximum transmission speed is of 8 Gbps?

Answers

For a network backbone requiring fiber-optic connections with a maximum transmission speed of 8 Gbps, Monica should use a transceiver that supports the appropriate fiber-optic standard and can handle the desired speed.

In this case, a suitable transceiver option would be the 8G Fiber Channel transceiver.

The 8G Fiber Channel transceiver is specifically designed for high-speed data transmission over fiber-optic networks.

It operates at a data rate of 8 gigabits per second (Gbps), which aligns with the maximum transmission speed requirement mentioned in the scenario.

Fiber Channel transceivers are commonly used in storage area networks (SANs) and other high-performance network environments.

When selecting a transceiver, it is crucial to ensure compatibility with the switches being used and the type of fiber-optic cable employed.

Monica should confirm that the switches she is working with support the 8G Fiber Channel standard and have the necessary interface slots or ports for these transceivers.

For more questions on fiber-optic

https://brainly.com/question/14298989

#SPJ8

tape is magnetic tape which sound ca be recorded , true or false?

Answers

Answer:

I think true

Explanation:

Assume a 2^20 byte memory:

a) What are the lowest and highest addresses if memory is byte-addressable?

b) What are the lowest and highest addresses if memory is word-addressable, assuming a 16-bit word?

c) What are the lowest and highest addresses if memory is word-addressable, assuming a 32-bit word?

Answers

a) Lowest address: 0, Highest address: (2^20) - 1. b) Lowest address: 0, Highest address: ((2^20) / 2) - 1. c) Lowest address: 0, Highest address: ((2^20) / 4) - 1.

a) If memory is byte-addressable, the lowest address would be 0 and the highest address would be (2^20) - 1.

This is because each byte in the memory requires a unique address, and since there are 2^20 bytes in total, the highest address would be one less than the total number of bytes.

b) If memory is word-addressable with a 16-bit word, each word would consist of 2 bytes.

Therefore, the lowest address would be 0 (representing the first word), and the highest address would be ((2^20) / 2) - 1.

This is because the total number of words is equal to the total number of bytes divided by 2.

Subtracting 1 gives us the highest address, as the addresses are zero-based.

c) If memory is word-addressable with a 32-bit word, each word would consist of 4 bytes.

In this case, the lowest address would still be 0 (representing the first word), and the highest address would be ((2^20) / 4) - 1.

Similar to the previous case, the total number of words is equal to the total number of bytes divided by 4.

Subtracting 1 gives us the highest address.

For more questions on address

https://brainly.com/question/30273425

#SPJ8

what of the following calculations would evaluate to 12

Answers

Based on the above, the option that is a calculations that would evaluate to 12 is option a: 3 * ((6 + 2) /2).

What exactly are calculations in math?

The act of Performing basic math operations and facts, as well as counting as well as grouping objects.

Math calculation skills is one that is made up of the capacity to count, group, as well as the act to compute basic mathematical facts and procedures.

Note that:

3 * ((6 + 2) /2)

= 3 x ((8) /2)

= 3 x 4

=12

Therefore, based on the above, Based on the above, the option that is a calculations that would evaluate to 12 is option a: 3 * ((6 + 2) /2).

Learn more about math calculations from

https://brainly.com/question/25678139

#SPJ1

Q.

Which of the following calculations would evaluate to 12?

answer choices

3 * ((6 + 2) /2)

(3 * 6 + 2) /2

3 * 6 + 2 /2

(3 * 6) + 2 /2

Performance assessments are conducted periodically and .

Answers

Performance assessments are conducted periodically and systematically.

What are performance assessments ?

Periodic and structured evaluations are essential to maintain accurate assessments of performance. These reviews usually occur regularly, such as once or twice a year, and follow a systematic process designed to examine an individual's job-related skills consistently using objective standards.

A typical appraisal procedure generally includes establishing clear aims and goals for the employee, offering regular coaching along with feedback throughout the appraisal term, compiling data related to their task progress, and then conducting a comprehensive review at the end of that period to analyze and assess it thoroughly.

Find out more on performance assessments at https://brainly.com/question/1532968

#SPJ1

evaluate the following scenario and determine which principle of design is being described Caleb created an image that utilized a repeating sequence of shapes throughout his design​

Answers

Answer:

The principle of design that is being described in the given scenario is "Repetition."

Explanation:

What is Another name for a digital artist
A programmer

b graphic designer

c project manager

d Manager​

Answers

Answer: B. Graphic designer

Explanation:

Programmers work with code, Project managers are in charge of planning and organizing different projects for people to do, and Managers manage staff workers.

Graphic designers primarily work on photo editing, video editing, designing logos for brands, etc.

You've run 200 ft of cable and lost 5 dB. What is the loss
rate of your cable per 100 ft?

Answers

Answer:

Loss  rate of cable per 100 ft = 2.5 ft

Explanation:

Given:

Length of total cable = 200 ft

lost in cable = 5 dB

Find:

Loss  rate of cable per 100 ft

Computation:

Loss  rate of cable per 100 ft = 100[5/200]

Loss  rate of cable per 100 ft = 2.5 ft

which of the following is a personal benifit of earning a college degree?
A) you have more friends
B) you are more likely to exercise
C) you are more likely to vote for the right candidate.
D) you have a longer life expectancy

Answers

Answer:

you have a longer life expectancy

Explanation:

Servers can be designed to limit the number of open connections. For example, a server may wish to have only N socket connections at any point in time. As soon as N connections are made, the server will not accept another incoming connection until an existing connection is released. Please write pseudo-code to implement the synchronization using semaphore.

Answers

Answer:

The pseudocode is as follows:

open_server()

connections = N

while (connections>0 and connections <=N):

   if(new_client == connected):

       connections = connections - 1

   for i in 1 to N - connections

   if (client_i == done()):

         releast_client(client_i)

         connections = connections + 1

Explanation:

One of the functions of a semaphore is that, it is a positive variable whose value will never fall below 1. It is often shared among threads in order to keep a process running.

Having said that, what the above pseudocode does is that:

Once the server is opened, it initializes the number of connections to N.

When a new client, the semaphore decreases the number of connections is reduced by 1.

Similarly, when an already connected client is done, the client is released and the number of connections is increased by 1.

This operation is embedded in a while loop so that it can be repeatedly carried out.

What do I need a computer for? In other words, what are the types of tasks you need to use the computer for? For example:

.search the internet
.type assignments
. etc

Answers

Answer:

Adding Local User Accounts To Off-Campus Computers. ...

Adding AD User Accounts To On-Campus Computers. ...

Connecting Your Computer Cables. ...

Installing Software Using Microsoft Software Center. ...

Scan To Email. ...

Write a Java Program
Specific Instructions

Create a class for the following object.

Deck - contains 52 cards initially. Each card is represented by an unchangeable suit and value.
Suits - ♣ (Club), ♠ (Spade), ♥ (Heart), ♦ (Diamond)
Values - 1(A),2,3,4,5,6,7,8,9,10,11(J),12(Q),13(K)

Actions

draw - retrieves the top most card on the deck. When called with number of desired cards, it will try to draw the N cards, if not enough, draw all cards.
shuffle - randomizes the location of all cards, excluding the drawn cards
restore - returns the last N cards drawn on the bottom of the deck, if no number is provided, return all drawn cards.
Make sure that the class is encapsulated.

Answers

In the Deck Builder, initialize the 52 cards (along with the 4 jokers, which should be called “wild” and the suit is “wild”).

Public class Deck

   private final List<Carta> Deck;

   public Baralho() {

       listaCartas = new ArrayList<>();

       String[] naipes = {"club", "spade", "heart", "diamond"};

       int pos = 0;

       Carta c;

with this code we will be able to create the Deck, initialize the 52 cards together with the 4 jokers.

Learn more about Deck in https://brainly.com/question/1660537

     

What are some study habits that you practice? Check all that apply.
studying with friends
studying on a regular schedule
taking breaks while studying
getting good sleep
studying in a quiet area

Answers

Answer:

studying in quiet place

Taking breaks

Reading from notes

good sleep

eating healthy foods

group study

studying on regular schedule

revision

Some study habits that you should practice are studying with friends, studying on a regular schedule, taking breaks while studying, getting good sleep, and studying in a quiet area. All options are correct.

What are good studying habits?

Effective study techniques can be used by someone who wants to get good scores. Summarizing, limiting distractions, taking breaks, and memorization are some good study techniques.

Several good study practices include: When studying, summarize your notes, avoid studying when you're sleepy, memorize your notes, limit distractions, and take breaks.

Study habit is an action such as reading, taking notes, holding study groups which the students perform regularly and habitually in order to accomplish the task of learning.

Therefore, the correct options are a, b, c, d, and e.

To learn more about studying habits, refer to the link:

https://brainly.com/question/14735769

#SPJ5

If you were to create a website, how will you promote your content to your target customer?

Answers

Answer:

i would show them something i would myself want to look forward to or am looking forward to technically something i would want to see and hear

Explanation:

Which of the following careers received the highest median pay in 2018?​

Answers

200 because ik the answers
Anesthesiologist received highest median pay in 2018

PLEASE HELP IN C++
Integer numElements is read from input. Given the integer vector yearlySalary with the size of numElements, write a for loop to initialize yearlySalary with the remaining integers read from input, in reverse order.

Ex: If the input is

4

102 107 126 138

then the output is:

138 126 107 102

Answers

Code:

numElements = int(input())  # Read the number of elements from input

yearlySalary = []  # Initialize an empty list

# Read the remaining integers from input and append them to yearlySalary in reverse order

for _ in range(numElements):

   yearlySalary.append(int(input()))

# Reverse the list to obtain the desired order

yearlySalary = yearlySalary[::-1]

# Print the elements in yearlySalary

for salary in yearlySalary:

   print(salary, end=' ')







in this solution, we first read the value of numElements from the input. Then, we initialize an empty list yearlySalary. Next, we use a for loop to read the remaining integers from the input and append them to the yearlySalary list. Finally, we reverse the list using slicing (yearlySalary[::-1]) and print the elements in the desired order.

Feel free giving brainliest!

Which famous British physicist wrote A Brief History of Time?​

Answers

Answer:

Stephen Hawking

7.4.7 Spelling Bee Code HS


How do you do this correctly?

7.4.7 Spelling Bee Code HSHow do you do this correctly?

Answers

Answer: I believe that your code is correct, you just have a slight syntax error:

The correct code:

word = “Ninja"

print(“Your word is “ + word + ".")

for i in word:

   print( i + "!”) #you were missing the pair of ()

What order means that the highest numbers will be on top of the column

Answers

Answer:

Descending

Explanation:

we can not split the cell true or fasle​

Answers

Answer:

You can't split an individual cell.

Explanation:

You can't split an individual cell, but you can make it appear as if a cell has been split by merging the cells above it.

The first column of matrix steamTable indicates the temperature of water in Celsius. The remaining colums indicate the thermodynamic properties of water at the specified temperature. Assign selectedData with all rows of steamTable that correspond to temperatures greater than loTemp and less than hiTemp.
Ex: If loTemp is 54 and hiTemp is 64, then selectedData is [55, 0.1576, 9.568, 2450.1; 60, 0.1994, 7.671, 2456.6;].

Answers

The program/coding of the given situation is shown below.

(Refer to the program given below)

What is coding?

The process of carrying out a specific computation through the design and construction of an executable computer program is known as computer programming.

Analysis, algorithm generation, resource use profiling, and algorithm implementation are some of the duties involved in programming.

So, the program for the given situation will be:

%my code

function selectedData = GetSteamTableData( loTemp, hiTemp )

% SelectLogicalN: Return rows of the steam table data between input

% low and high temperatures..

%   Inputs: loTemp, hiTemp - input low and high temperatures for

%                            indexing rows of steam table

%

%   Outputs: selectedData - returned rows of steam table data

%                           between low and high temperatures

   % steamTable: first column is temperature (Celsius)

   steamTable = [ 50, 0.1235, 12.032, 2443.5;

    55, 0.1576,  9.568, 2450.1;

    60, 0.1994,  7.671, 2456.6;

    65, 0.2503,  6.197, 2463.1; ];

   % Assign tempData with first column of steamTable data

   tempData = steamTable(:,1);

   

   % Assign selectedTemps with logical column array of

   % temperatures between loTemp and hiTeamp

     selectedTemps = (tempData >= loTemp) & (tempData < hiTemp) ;

   

 

       

   % Assign selectedData with specified rows of steamTable (Hint:

   % use row-column indexing and the colon operator)

   selectedData = steamTable(selectedTemps,:);

   

end

Therefore, the program/coding of the given situation is shown below.

(Refer to the program given below)

Know more about coding here:

https://brainly.com/question/22654163

#SPJ4

Other Questions
What would be the volume of 6.00g helium gas at STP ? Find the area of the following figure. Round your answer to the nearest tenth What is payroll tax ??????????????????????????????????????????????????????????????? Type the correct answer in the box. Use numerals instead of words.Ben measures the height of two bottles. One is 12 centimeters, and the other is 15 centimeters. In millimeters, what is the difference of the two heights?The difference of the two heights is millimeters. (b) The following details relate to two items of property, plant and equipment (A and B) owned by Delta which are depreciated on a straight-line basis with no estimated residual value: Asset A Asset B 45 yo F presents with low back pain that radiates to the lateral aspect of her left foot. Straight leg raising is positive. The patient is unable to tiptoe. What the diagnose? Help please!!!!!!!! Ill Venmo 10$ in organizations with sustainable strategies, the hr departments focus on employee development and empowerment rather than short-term costs. Round 434,117 to the nearest hundred. PLEASEEEE HELPPP!!! FIND THE VALUE OF X AND Y The image of the point (8, -8) under a translation is (5, -11). Find the coordinates of the image of the point (2,1) under the same translation. Dont know if I put this out yet sorry if I did tho best answer gets brainliest If you were a dictator for the standard OLG model economy, a. What would be your problem to solve? Write down what you think and explain. b. Can you solve for the necessary FOC of the problem that you have defined in part a? Explain? Select the correct answer.What is the equation of the parabola opening upward with a focus at and a directrix of ?A. f(x) = 1/32(x - 9)^2 + 19 =B. f(x) = 1/32(x + 9)^2 + 19 =C. f(x) = 1/16(x - 9)^2 + 19 =D. f(x) = 1/16(x + 9)^2 - 19 = How does Orwell use satire to support his purpose in this?. When can exponential growth occur in a population?A. When food and space are unlimitedB. When it reaches its carrying capacityC. When the death rate is highD. When its members compete for resources A proton has a de broglie wavelength of 7.0 * 10 ^ - 7 * m . what is its speed Hello Im French and I need you for my English exercices , because Im so bad in English .You must deal the two subjects:1.Imagine the conversation between Ernestine Blackman who is recovering in hospital and Larry Champagne who has come to visit her (100 words) 2.There are heroes who, unlike Larry Champagne, never make the headlines in the newspapers. Give examples and say why they can be admired. Total asset turnover measure of 2.50 means that a firm has RM2.50 in: Select one: a. Total assets for every RM1 in total debt. b. Sales for every RM1 in total assets.c. Total assets for every RM1 in equity. d. Total assets for every RM1 in sales. I urgently need help, please.I'll mark brainliest.It's about technology past and present