Answer:
D
Explanation:
Not much of a tech person, but protocol then firewall seems the most reasonable.
Minimized window
The sign to click is a "-" sign (minus)
D) Andean mountains are formed due to the collision of two different kinds of plates.
Answer:
Application
Explanation:
Application software comes in many forms like apps, and even on computers. The software is most common on computers of all kinds while mobile applications are most common on cellular devices.
The program is an illustration of built-in functions
<h3>What are
built-in functions?</h3>
They are named program statements that have a predefined purpose
<h3>The actual program</h3>
The program written in C++, where comments are used where required is as follows:
#include <iostream>
#include <cmath>
#include <ios>
#include <iomanip>
using namespace std;
int main (){
double x;
double y;
double z;
cin>>x;
cin>>y;
//This calculates the given expression
z = pow(sqrt(y),x);
cout << fixed<<setprecision(2);
cout<<z<<endl;
return 0;
}
Read more about python functions at:
brainly.com/question/14284563