Answer:
what do i think about future of computers
Explanation:
i think the future of computer will more be advanced
maybe creating robots to help humans with lots of things as pollution,littering and all sorts of things help us explore deeper parts of the ocean and get more accurate data and maybe be able to stop climate change,maybe stop deforestation, and be able to fix all the horrible thing we did to our earth. this is not proven facts but this is how i think about the future of computer
Idk if that helps
Answer:
<h2>Rom</h2>
Explanation:
ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads
<span>A network with 6 bits remaining for the host portion will have 62 usable hosts. The netmask is </span><span>255.255.255.192/26, the shorthand is [6-bit] which is equal to the number of addresses as <span>= 62 hosts + 1 bcast + 1 net base</span></span>
In creating code in JavaScript to run calculations on extremely small numbers, MIN_VALUE as validation in the program can be use to check the lowest value JavaScript can handle
Number.MIN_VALUE returns the smallest positive numeric value representable in JavaScript. It is the number more closer to zero. The value is approximately 5e⁻³²⁴.
Using Number.MIN_VALUE, the value can be printed as follows:
val = Number.MIN_VALUE;
console.log(val); // 5e-324
Therefore, In creating code in JavaScript to run calculations on extremely small numbers, MIN_VALUE as validation in the program can be use to check the lowest value JavaScript can handle.
learn more on JavaScript here: brainly.com/question/13041378?referrer=searchResults