Answer:
Reflection
Explanation:
Reflection is the property of light in which when a ray of light hits a smooth surface, it bounces back in the direction in which it came from. If i is the angle between the normal to the surface and the incident ray, and r is the angle between the normal and reflected ray, the law of reflection states that the angle of incidence equals the angle of reflection. That is, i = r.
So, to record the image of an object with a camera, one property of light that makes that possible is reflection because, the incidence rays form an image of the object in the camera, while the reflected rays reflect the image so that it is visible to the eye.
#include using namespace std;int main(){int year = 12,value = 10,total = 0;do{year++;value *= 2;total += value;}while(value*2 < 1000);cout << "Age: " << year << endl;cout << "Last gift: " << value << endl;cout << "Total: " << total << endl;cin.get();return 0;
Answer:
Information
Explanation:
Project managers used to be common only in the field of information technology.
Answer:
Answer is c) Verify the vga cable is connected
Explanation:
No video signal means that the projector is not receiving any data from the laptop. Verifying the cable connection should be the first test you should do.
If the cable is properly connected and the projector keeps showing that error then you can move on and perform additional tests, but the first requirement for establishing a connection is that the cable is properly connected.