Jennifer has an iPod that she has not used for six months. She wants to move the music and pictures from the iPod to her new iPhone. She tries to access the iPod using her four-digit code, but the passcode does not work. She tries to use two other codes, but neither work. Obviously, Jennifer does not remember the passcode.
What solution does Apple provide that will help Jennifer recover the passcode for her iOS device?
A. Call Apple support to reset the password.
B. Go to iTunes and reset the password.
C. Answer the two security questions when asked by Siri.
D. Reset the device and restore the data from iCloud or iTunes.
Answer: D
You might also like to view...
Suzi coded a method to delete a target element (without returning it) as follows. What is wrong with this code? Hint: There is more than one issue.
``` 1 void delete( Object[] array, int numElements, Object target ){ 2 int i; 3 for ( i == 0; i <= numElements; i++ ) 4 if ( array[i].equals( target ) ) 5 break; 6 for ( ; i <= numElements; i++ ) 7 array[i] = array[i+1]; 8 } ```
A ________ is a chart in which the data is arranged in horizontal bars, which is useful for illustrating comparisons among items
A) pie chart B) bar chart C) column chart D) line chart
Which of the following is NOT an operating system?
A) OS X B) Windows 8 C) Config.Sys D) Solaris E) Windows 7 Home Premium
Today, the most widely used tool for creating multimedia animations is:
a. Macromedia’s Flash b. Adobe GoLive c. Corel CorelDraw d. Microsoft KineMatix e. Activa InterStudio