Here are the main functions of an operating system:
1) Manage the resources of the device
The operating system controls how much of each resource is distributed, and it controls things like the processing unit and memory.
2) Establish a interface for the user of the device
The operating system must classify what the classes of the script/code have to do and what they implement.
3) Service application software
The operating system must service each application that is downloaded onto the device. It must balance it's use of storage between apps.
Answer:
C. Resistor
Explanation:
A discrete component can be defined as any electronic component that are built as an individual or single unit.
Basically, a discrete component comprises of a single circuitry element, either an active element such as a vacuum tube, transistor etc or a passive element such as a resistor, diode, capacitor, inductor etc.
Hence, a discrete component is different from an integrated circuit (IC) or hybrid circuits because it is typically constructed or built with a single circuit element while integrated or hybrid circuits are constructed as a multiple unit.
Additionally, most discrete component are mainly semiconductors and as such consume large amounts of current.
Record our dream.
Since it is from the future and advanced, it is invalid to argue back that the wish to record our dreams cannot be fulfilled.
From here you can elaborate more ...
Answer:
Explanation:
The following code was written in Javascript. It asks the user to enter the values for each of the variables and saves it to them. Then it uses those values to calculate the total number of pizzas needed to feed everyone at the party. Finally, it prints out the total to the screen as an alert. Both test cases were used and the outputs can be seen in the attached images below.
var slicesPerPizza = window.prompt("How many slices per pizza?");
var slicesPerPerson = window.prompt("How many slices per person?");
var totalPersons = window.prompt("How many total people will attend?");
var pizzasNeeded = Math.round((slicesPerPerson * totalPersons) / slicesPerPizza)
alert(`You need a total of ${pizzasNeeded} pizzas.`)
Just go to the internet and download the file and install
please mark as brainliest