The area that holds all the instructions the computer needs to start up when it is powered on is b) ROM
Further Explanation:
RAM and ROM are the types of memory. RAM is the active memory. The data can be read and written from RAM. While ROM is read only which meas that data or instructions on ROM cannot be changed.
The files or instructions that are needed to start up a computer are usually unchangeable as they always have to be the same. These type of instructions are stored in ROM. When he computer is turned on, the instructions needed to start the computer are loaded into the main memory from the ROM.
Hence, ROM is the correct answer.
Learn more at:
#LearnwithBrainly
Answer:
Maintenance
Explanation:
Maintenance
This primarily involves updating and making improvements based on user feedback, as well as resolving any defects that arise.
Answer:
#part 1
#read the amount
amount=int(input("enter the amount:"))
#find the dollars
doll=int(amount/100)
// find the cents
cent=amount%100
#print output
print("{} dollars and {} cents.".format(doll,cent))
#part 2
#read a floating point
temperature=float(input("enter the temperature:"))
#part 3
#read a word
firstWord=input("enter a word:")
Explanation:
In part 1, read amount and the find the dollars with the help of "/" operator. Then find the cents with "%" operator and print both.In part 2, read a point and cast it to float then assign it to variable "temperature".In part 3,Read a word and assign it to variable "firstWord".
Output:
enter the amount:4321
43 dollars and 21 cents.
enter the temperature:12.5
enter a word:hello
Answer:
C: The protocols of the Internet are open and used by all devices connected to the network
Explanation: Hope this helps.
There are billions of devices connected to the Internet, and hundreds of different kinds of devices: laptops, tablets, phones, refrigerators, handheld credit card readers, and so on. Protocols (standards) ensure that the variety of devices interact with each other smoothly. There are a lot of protocols! The Internet was designed with several layers of abstraction that sort the protocols according to what part of the process they support.
Answer:
The correct answer is:
Option 1: export the query results from the database to a spreadsheet, then export the graph to a document.
Explanation:
Spreadsheets are used to represent numerical data, perform calculations and display the results numerically or graphically.
When using a database, the query results can be exported to other software using the query web address.
So in order to include the graph in her report, Serena will export the result to spreadsheet and then export the graph to document.
Hence,
The correct answer is:
Option 1: export the query results from the database to a spreadsheet, then export the graph to a document.