What is the default program association for JPG files on a Windows computer?

a.Explorer
b.Photos
c.Picasa
d.Preview

B

Computer Science & Information Technology

You might also like to view...

If you want to perform a mail merge, you need to initiate it in Word because Access does not have the Mail Merge Wizard

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following code:

char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; a) high b) low c) middle d) c

Computer Science & Information Technology