Answer:
Give three(3) difference between Dot-matrix printer and the Daisy-wheel printer
Answer:
Procurement
Explanation:
Characteristics hardware lifecycle:
- Procurement- Acquiring new IT hardware assets involves evaluating vendors, purchase orders, receiving, and device labeling.
- Deployment - Hardware configuration and installment, placing hardware and software assets into production environments.
- Maintenance & Support - Management of assets include scheduling scans and getting audit history.
- Upgrade - Before you retire your IT hardware assets, you’ll reach a processing plateau that can be restored with hardware upgrades.
The original Xbox had an 8GB hard disk drive, or HDD.
You basically gave yourself the answer! A hard drive.
The function use to get the number of element in a dictionary is len.
<h3>What is a dictionary?</h3>
Dictionaries are used to store data values in key-value pairs. Dictionary are ordered.
Dictionary in python are express as follows:
my_dict = {"name": "Michael", "age": 28, "school": "Oxford"}
Therefore, the length of the element of the dictionary can be gotten using the len() function.
Hence,
print(len(my_dict)) will give you the length of the element.
learn more on dictionary here: brainly.com/question/14120893
#SPJ11