Answer:
yes you should get a 10 bc it not to much and u can still get something cool
It now difficult for computer technology as manufacturing cannot keep up with overwhelming transistor demand.
<h3>What was Moore's Law ?</h3>
Moore's Law is the one that talks about the fact that the number of transistors on a microchip is one that often goes up about two years always, even if the cost of computers is reduced.
Based on the above, It now difficult for computer technology as manufacturing cannot keep up with overwhelming transistor demand.
Learn more about computer technology from
brainly.com/question/24912812
#SPJ1
Answer:
see explaination
Explanation:
//selective dev elements by id name
var gradeA = document.querySelector("#GradeA");
var passing = document.querySelector("#Passing");
var learning = document.querySelector("#Learning");
//function showGrades
function showGrades() {
var arr = [];
//converting string to int and inserting into array
arr[0] = parseInt(gradeA.textContent);
arr[1] = parseInt(passing.textContent);
arr[2] = parseInt(learning.textContent);
//creating json blob
var blob = new Blob(new Array(arr), {type:"text/json"});
return blob;
}
Answer:
Data type in Microsoft Access Database
Text
Memo
Byte
Integer
Long
Single
Double
Currency
AutoNumber
Date/Time
Yes/No
Ole Object
Hyperlink
Lookup Wizard
Explanation: