John can find the amount of Random Access Memory (RAM) memory installed on his computer with the Windows 7 under the category “<u>System and Security</u>” in the Control Panel.
To know the total amount of installed RAM through Control Panel in the computer with Windows 7, John should follow the steps as:
- Click the category named “System and Security”
- Now under “System”, click “View amount of RAM and processor speed”
- “Device Specifications” section displays the amount of installed RAM in John’s computer
Thus, above are the steps by which John’s can find the amount of installed RAM in his Windows 7 computer’s Control Panel.
What is Random Access Memory (RAM)?
RAM is the temporary memory in computers that stores the data currently being used by the processor.
You can learn more about Control Panel at
brainly.com/question/1445737
#SPJ4
3. 8.1
Looking at the functions "average", and "mystery" it's pretty obvious that "average" returns a double precision average of the value of an integer array. The function "mystery" returns an array of integers with each value in the array being the length of the string in the array of strings passed to "mystery" in the same ordinal position.
The main body of the code initializes an array of strings and then passes that array to "mystery" who's output is then passed into the function "average". Since the lengths of the words passed to "mystery" is 7, 5, 6, 10, 10, 8, 13, 6, 8, 8, the sum will be 81, so the average will be 81/10 = 8.1 which matches option "3".
Internet cloud service that could be accessed by other devices with a certain password
Revising and editing because it makes the report look sharp and business like.
Network layer protocols specify the <u>packet structure</u> and processing used to carry data between hosts.
<h3>What is the Network layer protocols about?</h3>
The header, payload, as well as the trailer of a network packet are its three component pieces. The underlying network architecture or protocol employed determines the format and size of a network packet. A network packet resembles a package in concept.
Therefore, Network layer protocols define the packet format and processing needed to transfer data from one host to another host, in contrast to the Transmission layer (OSI Layer 4), which controls the data transport between the programs operating on each end computer.
Learn more about Network layer from
brainly.com/question/14476736
#SPJ1