Bachelor's degree would be next in line .. im taking the test as well im going with A.
Answer:
A global variable can have the same name as a variable that is declared locally within the function.
Explanation:
In computer program, we refer to a global variable as that variable that comes with a global perspective and scope, ensuring its visibility throughout the program, except it is shadowed. The set of this kind of variable is referred to as global state or global environment. One feature of global environment is that it can have similar name as a variable declared locally within the function.
True, because the broken line gives you the ability to cross and pass, with the solid line you are not allowed to pass.
Answer:
c. you can pick any two random locations and it will take the same time to access the data.
Explanation:
The RAM is a short term storage used to maintain the information that the active applications are using and it allows that they can be accessed quickly.
Also, RAM allows to store and retrieve data in any location directly without having to access other files first which means that it takes the same amount of time to access information in different locations. According to this, the anwer is that RAM, random-access memory, is called that because you can pick any two random locations and it will take the same time to access the data.