B because it uses the suns power to make electricity which doesn't do anything bad to the atmosphere.
it also goes with others but i am not so sure
Answer:
Option B i.e.,802.11ac is the correct option.
Explanation:
Because 802.11ac is that standard that is selected by the technician to install that router which is wireless and that router has the fastest speed of the data transfering that is 5GHz frequency. Mostly, the following standard is used in the large organizations by which the work done on time without any restriction to access the internet. So, that's why the following option is correct.
Answer:
function myFunction() {
myNumber = Math.floor(Math.random() * 100) + 1 ;
var values = ["Number is even", "Number is odd"] ;
var stringNum = " ";
if (myNumber % 2 === 0){
stringNum += values[0];
} else {
stringNum += values[1];
document.getElementById("demo").innerHTML = stringNum;
}
Explanation:
The javascript source code is used by the browser to make the web application interactive, making a clickable event for the button to generate an H1 header for the web page.
The myFunction is assigned to an onclick event of a html button tag to display if a random number between 1 and 100 is even or odd.
The answer : B 4 is the value of the month that will be displayed on the web page
D. The word "food" is the most abstract because it is the least specific and does not specify what food it is exactly.
Hope this helps!! :)