1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
vlada-n [284]
3 years ago
6

HELP PLEASE ASAP Does anyone know how to fix a broken iPhone which when I connect it to the charger it comes up with the Apple l

ogo then goes back to a black screen and just repeats like that
Computers and Technology
1 answer:
Inga [223]3 years ago
4 0

Answer:

Please check explanation.

Explanation:

It looks like that your iPhone crashes at the time of startup.

It might be you are not following the right steps to sneak peek into the recovery mode.

You need to connect the charger cable to your iPhone and your computer, ( Lightning mode in USB).

You need to hold your home button and then wake/sleep button for only few seconds.

As the screen is turned off, you need to release the wake/sleep button however, hold the home button meanwhile, and the screen is most likely going to remain off during this time.

Now you need look for the iTunes on your computer just to ensure it detects the phone is in the right mode(recovery).

Now you need to use the iTunes to restore the software.

If you are not being helped this way, it might then be like you have disturbed your logic board. And there can be various reasons for this, and most probably you are not using the correct ESD protection while you were repairing. You will find in the guide that you might experience the shock; however, this is not correct, the ESD damage can lead to the shocks that you cannot experience.

You might be interested in
Which of the following is NOT a feature of unclustered index
Lorico [155]

Answer:

C. Unclustered index has the same ordering of data records as that of the data entries in the database

Explanation:

Indexes are used to split up queries in an SQL server or database management system DBMS.

There are two types of indexes namely clustered indexed and unclustered indexes.

Clustered indexes define the order in which data is stored in a table while unclustered index does not sort the order in a table.

In an unclustered index, the data table and the index are stored in different places, they are easy to maintain and update since they do not follow a particular order and there can be several indexes in a data file since the data table is stored differently from the index file.

So, all the other options except C are features of unclustered indexes since  unclustered index does not have the same ordering of data records as that of the data entries in the database.

So, C is the answer.

3 0
3 years ago
What types of disasters might be most likely to affect your community? Type your answers in the space provided. When you are fin
Irina18 [472]
N͟a͟t͟u͟r͟a͟l͟ d͟i͟s͟a͟s͟t͟e͟r͟s͟. Specifically, things such as hurricanes, earthquakes, and tsunamis.
6 0
4 years ago
Read 2 more answers
Write a program that uses a dictionary to store students birthdays. Your program should ask the user what their name is, and loo
tekilochka [14]

di = {"student":"10/30/1984", "student2":"11/16/2020"}

name = input("What is your name? ")

if name in di:

   print(di[name])

else:

   print("Your name is not in the dictionary.")

You can change the values inside the dictionary. I hope this helps!

3 0
3 years ago
What research method in sociology is also referred as fieldwork
Tanya [424]
The answer is Field research  
8 0
3 years ago
I need help writing a recursion function to solve a boggle game for c++.
Mandarinka [93]

Answer:

#include <cstring>

#include <iostream>

using namespace std;

 

#define A 3

#define B 3

 

// LET US CREATE A DICTIONARY

string dict[] = { "KILLS", "GOT", "QUIZ", "GO" };

int n = sizeof(dict) / sizeof(dict[0]);

 

// Let us make a function to find whether a given word is present in dictionary.

bool isPresent(string& str)

{

   // linear search of words

   for (int i = 0; i < n; i++)

       if (str.compare(dict[i]) == 0)

           return true;

   return false;

}

 

// A function for printing all words present on Boggle

void findWordin(char bogle[A][B], bool hasbeenvisited[A][B], int i,

                  int j, string& str)

{

   hasbeenvisited[i][j] = true;

   str = str + bogle[i][j];

 

   // If str is in the dictionary, then you need to print it

   if (isPresent(str))

       cout << str << endl;

 

   // Travering adjacent 8 cells of the boggle

   for (int r = i - 1; r <= i + 1 && r < A; r++)

       for (int c= j - 1; c <= j + 1 && c < B; c++)

           if (r >= 0 && c >= 0 && !hasbeenvisited[r][c])

               findWordin(bogle, hasbeenvisited, r, c, str);

 

   // for erasing current characters on the string, and mark them visited

   // of the current cells to false  

   str.erase(str.length() - 1);

   hasbeenvisited[i][j] = false;

}

 

// Prints all words which are in dictionary.

void findWords(char boggle[A][B])

{

   // for marking all the characters as not being visited

   bool hasbeenvisited[A][B] = { { false } };

 

   // Initializing the present string

   string str = "";

 

   // Reading all the characters for finding all the words that begins with the above character

   for (int i = 0; i < A; i++)

       for (int j = 0; j < B; j++)

           findWordin(boggle, hasbeenvisited, i, j, str);

}

 

// the code for testing of the function

int main()

{

   char bogle[A][B] = { { 'k', 'I', 'L' },

                         { 'L', 'S', 'M' },

                         { 'G', 'O', 'T' } };

 

   cout << "Below list of words are present in the dictionary\n";

   findWords(bogle);

   return 0;

}

Explanation:

The program is properly commented, and that explains each step of it.  However, I have kept dictionary as constant for similifying the code. And it can be set to variable easily, if required.

7 0
3 years ago
Other questions:
  • Using the College Registration example from Section 6.7.3 as a starting point, do the following:
    5·1 answer
  • A spreadsheet has some values entered: Cell A1 contains 10, cell A2 contains 14, cell A3 contains 7. You enter in cell A4 the fo
    15·2 answers
  • Open Comments.java and write a class that uses the command window to display the following statement about comments:
    8·1 answer
  • Create the logic for a game that simulates rolling two dice by generating two random numbers between 1 and 6 inclusive. The play
    7·1 answer
  • What is the clearing house for domain names called?
    12·1 answer
  • Which Windows feature allows secure printing over the Internet?​
    11·1 answer
  • Help me please .<br>and thank you ..​
    14·1 answer
  • Need help asap please​
    13·1 answer
  • How do i get around a school related block
    13·2 answers
  • Graph the functions 8n, 4nlogn, 2n
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!