Software (often on firmware) designed to make physical products and devices smarter by doing things like sharing usage information, helping diagnose problems, indicating maintenance schedules, providing alerts, enabling devices to take orders

Answers

Answer 1
Answer:

Answer:

Embedded System

Explanation:

Embedded System are designed to make physical products and devices and helping in diagnose problems as well.


Related Questions

A student is recording a song on her computer. When the recording is finished, she saves a copy on her computer. The student notices that the saved copy is of lower sound quality than the original recording. Which of the following could be a possible explanation for the difference in sound quality?A. The song was saved using fewer bits per second than the original song.B. The song was saved using more bits per second than the original song.C. The song was saved using a lossless compression technique.D. Some information is lost every time a file is saved from one location on a computer to another location.
You just bought a new hard drive for your computer. You plan to use this as a secondary hard drive to store all your UMA files. Once installed, what needs to be done to the drive and what do these two tasks do?
Before attempting the​ exercise, click here to watch a short video. Of the following list of tools used at Arnold Palmer​ Hospital, which one graphically describes a process or​ system? A. flow charts B. check sheets C. flip charts D. OM charts
If you schedule a message to be delivered at 6 p.m., but you log out of your computer at 5 p.m., what will happen to the message?It will be delivered at 6 p.m. as scheduled.It will be delivered when you log back in.It will be delivered at 5 p.m. when you log out.It will not be delivered at all and will be canceled.
Which of the following items is used to protect your computer from unwanted intruders? Cookies browser firewall server

Name the hardware component that performs each of the following functions (1) performs calculation and/or comparisons (2) holds the data and programs that are currently being used by the central processing unit (3) contains instructions that are used during booting up of the computer

Answers

The name of the hardware components of a computer system based on their functions are:

  1. The central processing unit (CPU): performs calculation and/or comparisons.
  2. Random access memory (RAM): it holds the data and programs that are currently being used by the central processing unit (CPU).
  3. Read only memory (ROM): it contains instructions that are used during booting up of the computer.

What is a hardware?

A hardware can be defined as a physical component of an information technology (IT) or computer system that can be seen and touched.

The hardware components of a computer.

Some examples of the hardware components of a computer system and these include:

  • Motherboard
  • Central processing unit (CPU)
  • Keyboard
  • Monitor
  • Mouse
  • Random access memory (RAM).
  • Read only memory (ROM).

In Computer technology, the name of the hardware components of a computer system based on their functions are:

  1. The central processing unit (CPU): performs calculation and/or comparisons.
  2. Random access memory (RAM): it holds the data and programs that are currently being used by the central processing unit (CPU).
  3. Read only memory (ROM): it contains instructions that are used during booting up of the computer.

Read more on hardware here: brainly.com/question/959479

The more spread out a light is, the softer the light will become.True



False

Answers

The answer is true because it won't be in a direct place and it will be easier to look thorugh

Answer:

A: True

Explanation:

EDG2020

Anyone can publish information on the internet without fact checking it. T or F

Answers

true. this is a danger in the internet.stay safe

What are the two types of formulas in excel

Answers

Hi Lisa


Complex and simple


I hope that's help :)

Reversing the elements of an array involves swapping the corresponding elements of the array: the first with the last, the second with the next to the last, and so on, all the way to the middle of the array. Given an array a and two other int variables, k and temp, write a loop that reverses the elements of the array. Do not use any other variables besides a, k, and temp.

Answers

Answer:

// Assume that all variables a, n, temp have been declared.

 // Where a is the array, n is the array length, temp is a temporary

 // storage location.

 // Cycle through the array a.

 // By the time the loop gets halfway,

 // The array would have been reversed.

 // The loop needs not get to the end of the array.

 // Hence, the loop ends halfway into the array i.e n/2.

 for (int k = 0; k < n / 2; k++) {

   

  // Swap first and last, second and next-to-the-last and so on

  temp = a[k];

  a[k] = a[n - k - 1];

  a[n - k - 1] = temp;

 }

Explanation:

Carefully go through the comments in the code.

Hope this helps!

In five to ten sentences, explain what netiquette is and how it improves efficiency and productivity in the workplace.

Answers

Netiquette is being etiquette on the internet. Good netiquette involves respecting others privacy and not doing anything online that will annoy other people. It is important to have netiquette while online because communication online is non verbal. Having netiquette is important because it implies polite behavior and helps to build up relationships with ppl in the workspace or at a party. It is one way to show respect for other ppl  and to request respect from other ppl. It improves efficiency and productivity by helping you to be polite online and respectful of other users of the internet.

Netiquette is a form of communication done correctly online. Good netiquette involves respecting others privacy, using correct grammar, and not doing anything online that will annoy or disrupt others. It is important to have netiquette while online, because communication online is non verbal and you can’t tell how someone is reacting. Having netiquette is important. It implies that you have polite behaviors, and want to build up relationships with people in your work space or at a party you plan on attending. Netiquette is one way to show respect to a person, and to show that you deserve respect. It improves how you organize your writing, and shows how productive you can be. By helping you to become polite online and respectful to other users of the internet, Netiquette is especially important for future letters, emails, or other writing forms.