<u>Sustaining</u> technologies are technologies that enable the incremental improvement of products and services.
Sustaining technology refers to the constant improvement of industrial activities which includes cost efficiency, product quality, and time.
Sustaining technology differs from disruptive technology in that disruptive technology identifies new opportunities and creates new products and services that the customers don't know about while sustaining technology enables the companies to compete with other associations by improving the products and services that the consumers already know about.
Sustaining technology works by identifying the needs and demands of the consumers and customers and can sometimes be a slow method.
Sustaining technologies enable companies to maintain their existing customer base and at the same time improve their existing products.
To learn more about sustaining technologies, click here:
brainly.com/question/14838154
#SPJ4
The code below is written in JavaScript and does not seem malicious.
<h3>What is a Malicious Code?</h3>
A Malicious code is one that is not designed for any productive end but to cause disruptions in the computer with the objective of
- harming the workstation; or
- destroying the data stored therein.
There are numerous classifications of malicious codes and they can be identified and removed by an application called an Anti-Virus or malicious app remover.
Learn more about JavaScript at:
brainly.com/question/16698901
Answer:
The C++ code is given below with appropriate comments
Explanation:
//Remove this header file if not using visual studio.
#include "stdafx.h"
//Include the required header files.
#include <iostream>
//Use for maths function.
#include <cmath>
using namespace std;
//Define main function
int main()
{
// Define the variables
double targetValue = 0.3333;
double sensorReading = 0.0;
//Perform the opeartion.
sensorReading = 1.0 / 3.0;
// Get the absolute floating point value and
// Check up to 4 digits.
if (fabs(sensorReading - targetValue) < 1E-4)
{
//Print equal if the values are close enough.
cout << "Equal" << endl;
}
else
{
//Print not equal if the values are not
//close enough.
cout << "Not equal" << endl;
}
system("pause");
//Return the value 0.
return 0;
}
Do you mean like a phone
IPhones
Samsung
Moto z
Lge sorry if this isn't what you asked
<span>The client browser requests a page from a Web server.</span>