Individual or other words user and attackers
components Of desktop system:
- motherboard { backbone of the computer system controlling all tasks }
- RAM { temporary random access memory }
- ROM { stores huge amount of data ex - photos, videos }
- CPU { central processing unit which processes data }
- GPU {graphical processing unit for video editing, 3D graphics rendering}
Answer:
correct[3]
Explanation:
Required
Which expression points to the u in "cloud"
First, it should be noted that "cloud" is a string and as such, the first element is represented as index 0, the next as index 1, etc.
Using the above as a guide, the u is as index 3
To access the elements of a string, we use: stringname[index]
In this case, the string name is correct.
<em>Hence, the correct statement is: correct[3]</em>
If you are given a list of numbers (b11:c20), and you want the 6th smallest number in that list, the correct formula is =LARGE(B11:C20, 6).
<h3>What is Excel Formula?</h3>
In regards to Microsoft Excel, a formula is seen as a kind of an expression that tends to function on values that can be found within a range of cells.
Note that these formulas are said to often return a result, even if it is an error. Excel formulas helps a person to carry out calculations such as addition, subtraction, and others.
Thus, If you are given a list of numbers (b11:c20), and you want the 6th smallest number in that list, the correct formula is =LARGE(B11:C20, 6).
Learn more about Excel formula from
brainly.com/question/27927845
#SPJ1