1. = 0
2. =-0.5
3.=-0.75
4.=-0.875
5.=-0.9375
Answer:
CUI will be classified at a “moderate” confidentiality level and follow DoDI 8500.01 and 8510.01 in all DOD systems. Non-DoD systems must provide adequate security with requirements incorporated into all legal documents with non-DoD entities following DoDI 8582.01 guideline
Explanation:
Answer:
The solution code is written in Python:
- def nested_list_string(list2D):
- output = ""
- for i in range(0, len(list2D)):
- for j in range(0, len(list2D[i])):
- output += str(list2D[i][j]) + " "
-
- return output
Explanation:
Let's create a function and name it as nested_list_string() with one input parameter, list2D (Line 1).
Since our expected final output is a string of number and therefore we define a variable, <em>output</em>, to hold the string (Line 2).
Next use two for loops to traverse every number in the list and convert each of the number to string using <em>str()</em> method. Join each of individual string number to the output (Line 3-5).
At the end, we return the output (Line 7)
Answer:
other words are not clear
If you're aware that it is the CPU causing this problem, then you want to aim at the CPU fan, it is usually always on top of the CPU, once it is removed, take some time to know what socket you motherboard has, there are many types of sockets for both Intel and AMD PC's the most common socket's for Intel is LGA1150 and for AMD it is either AM3/AM3+