Answer:
I think the answer is
Ram- Cache Memory-Hard disk
Explanation:
I hope this helps you
Answer: Redirection symbol
Explanation: Redirection symbol/operator is the special operator that is used in programs along with commands. The operators that are generally used are ">",">>","I" and "<". These commands are given in the section of the DOS commands and other command prompt sections. This is the process where the changes in input feed and output is analyzed and read through these commands.
Answer B) Headers
Explanation:
I just took a Tech class, im pretty sure its headers. Hope this helps! -3-
<h2>
Answer:</h2>
(c) 4
<h2>
Explanation:</h2>
The function <u>strpos()</u> is a function in php that returns the position of the first occurrence of a particular substring in a string. Positions are counted from 0. The function receives two arguments. The first argument is the string from which the occurrence is to be checked. The second argument is the substring to be checked.
In this case, the string is "Get Well Soon!" while the substring is "Well"
Starting from 0, the substring "Well" can be found to begin at position 4 of the string "Get Well Soon!".
Therefore, the function strpos("Get Well Soon!", "Well") will return 4.
Then, with the echo statement, which is used for printing, value 4 will be printed as output of the code.