Answer:
precision
Explanation:
In simple English precise means exact or something specific
0,7,0,0
9,9,0,0
7,7,7,7
3,9,0,7
Hope this helps
Answer:
Storage management
Explanation:
The programs that do this are known as Storage management programs. They are incredibly useful since they allow you to see which files are taking up the most amount of space as well as the importance that each file has on the system. Many of these programs have a different visual representation of the files such as pie charts or system blocks showing the percentage of space it is taking up. Everything in these programs is made to help the end-user visualize and analyze their data thoroughly.
The two major types of DNS request are as follows;
- Recursive Query
- Iterative Query
<h3>What is a domain name system?</h3>
Domain name system is abbreviated as DNS.
A Domain Name System (DNS) converts domain names into IP addresses, which allow browsers to get to websites and other internet resources.
Basically, DNS is a directory of names that match with numbers.
Computer uses IP addresses to communicate, therefore, the DNS convert domain names to IP address for communication.
The two major types of DNS request are as follows;
- Recursive Query - Query that demands a resolution
- Iterative Query - Query that does not demand a resolution.
learn more on DNS here: brainly.com/question/14397200
#SPJ11
Answer:
Assuming that's in python, the answer would be 4
Explanation:
The ** operator is for raising a number to a power.
The // operator returns the number of times the right number can fit into the left (i.e round division).
So the answer would be three squared over two rounded down, or 4.