Which of the following programs is the default used in Windows Vista to view a photo?
A) Paint Shop Pro
B) Windows Photo Gallery
C) Photo Maker
D) Paint
B
You might also like to view...
What will be printed after the following code is executed?
``` String str = "abc456"; int m = 0; while ( m < 6 ) { if (Character.isLetter(str.charAt(m))) System.out.print( Character.toUpperCase(str.charAt(m))); m++; } ``` a. abc456 b. ABC456 c. ABC d. 456
The Insert Table option gives you ________ spin boxes to enter the number of rows and columns
Fill in the blank(s) with correct word
A(n) ________ is a horizontal set of cells that encompasses all the columns in a worksheet
Fill in the blank(s) with correct word
AC Case 3-1As a project for his technology design class, Miles was asked to put all the staff information into the school database. He is building a form to enter the name, email address, and schedule of each staff member. Miles wanted to merge several of the cells in the form. After selecting the first cell he wanted to merge, he will hold down the ____ key before selecting the other cells.
A. Alt B. Home C. Shift D. Tab