I need help fixing this please

I Need Help Fixing This Please

Answers

Answer 1

Explanation:

I think that you might have used it a lot or its just a glitch and will come back after some time.

It might be that your screen cracked.

But try re-booting if that does not work, wait and take off the battery.

Answer 2

what's the case here did you buy that or did your parent buy it

if your  parents bought it then come clean now rather than hiding it

don't make a bad situation worse by keeping a secret

there is no fixing it you have to buy a new one


Related Questions

What does setTempo() allow you to do in EarSketch?

Answers

Specify the tempo of a song

what is the most common hardware component to fail on a linux system?

Answers

The most common hardware component to fail on a Linux system is the hard drive.

Which hardware component is most likely to fail on a Linux system?

The hard drive is the most common hardware component to fail on a Linux system. This is because hard drives have moving parts that can wear out over time and become damaged, leading to data loss or corruption. Hard drive failures can also be caused by factors such as overheating, power surges, and physical damage. When a hard drive fails, it can be difficult to recover data and often requires the services of a professional data recovery company.

Learn more about Hard drive

brainly.com/question/14254444

#SPJ11

give an efficient algorithm that takes as input m constraints over n variables and decides whether the constraints can be satisfied.

Answers

This algorithm has a worst-case time complexity of O(mn^2), since it may take n^2 iterations to find a satisfying assignment for each constraint. However, in practice, the algorithm may terminate much earlier if a satisfying assignment is found quickly.

An efficient algorithm that takes as input m constraints over n variables and decides whether the constraints can be satisfied is as follows:
1. Begin by initializing a variable assignment for each of the n variables. Set all variables to an arbitrary initial value.
2. Loop through each of the m constraints. For each constraint, check if the variables assigned to the constraint satisfy the constraint. If the constraint is satisfied, move on to the next constraint. If the constraint is not satisfied, move on to step 3.
3. If a constraint is not satisfied, try changing the variable assignments in a systematic way. For example, you could try changing the value of the first variable and check if the new assignment satisfies the constraint. If it does, move on to the next constraint. If it does not, try changing the value of the second variable and check again. Continue this process until either a satisfying assignment is found or all possible assignments have been tried.
4. If a satisfying assignment is found for all constraints, output "YES". If no satisfying assignment can be found, output "NO".

To know more about input visit :

https://brainly.com/question/13014455

#SPJ11

you are given the following information. a function with prototype void decode1(long *xp, long *yp, long *zp);
is complied into assembly code, yielding the following :
void decode1(long *xp, long *yp, long *zp)
xp in %rdi, yp in %rsi, zp in %rdx
decode1:
movq (%rdi), %r8
movq (%rsi), %rcx
movq (%rdx), %rax
movq %r8, (%rsi)
movq %rcx, (%rdx)
movq %rax, (%rdi)
Parameters xp, yp, and zp are stored in registers %rdi, %rsi, %rdx, respectively.
Write C code for decode1 that will have an effect equivalent to the assembly code shown.

Answers

void decode1(long *xp, long *yp, long *zp) { long temp_x = *xp, temp_y = *yp, temp_z = *zp; *yp = temp_x; *zd = temp_y; *xp = temp_z; }

How we write C code for decode1 that will have an effect equivalent to the assembly code shown?

The given assembly code represents the implementation of the `decode1` function in x86-64 architecture.

In the equivalent C code, we would declare the function with the same prototype.

Inside the function, we would use pointer dereferencing to access the values stored at the memory addresses pointed by `xp`, `yp`, and `zp`.

We would assign the value of `xp` to a temporary variable, then assign the value of `yp` to `xp`, and the value of `zp` to `yp`.

we would assign the temporary variable to `zp`.

This sequence of operations replicates the swapping of values performed in the assembly code, ensuring an equivalent effect in the C code.

Learn more about void decode

brainly.com/question/31064511

#SPJ11

100 POINTS!!! PLEASE HELP ME

100 POINTS!!! PLEASE HELP ME

Answers

Answer:

1 web

2- invintory

3- spreadsheet

4-survey

Explanation:

hope it helps

Answer:

1. WE.b Ch.at

2. spreadsheet

3. Online Inventory

4. online survey

Explanation:

Hope this helps ^^

Have a great day!

Write the code in python to ask the user to input two integers. Your program will then print the greatest common divisor of the two integers. Look at the math module for a function that will help you find the greatest common divisor.

Answers

import math

num1 = int(input("Enter a number: "))

num2 = int(input("Enter a number: "))

print(math.gcd(num1, num2))

The gcd() - greatest common divisor function, which is part of the math module works perfectly in this situation.

1)write a python program to check wheter the given number is even or odd
2) write a python program to add any 5 subjects makrs, find sum and average (average=sum/5)
3)write a python program to print numbers from 1 to 100 using loops

Answers

Answer:

n = 16

if n%2:

 print('{} is odd'.format(n))

else:

 print('{} is even'.format(n))

m1 = 5

m2 = 4

m3 = 6

m4 = 8

m5 = 9

sum = m1+m2+m3+m4+m5

average = sum/5

print("The sum is {}, the average is {}". format(sum, average))

for i in range(1, 101): print(i, end=",")

Explanation:

Above program does all three tasks.

Answer:

1) num1 = int(input("Enter the number to be checked: "))

if num1%2==0:

   print("Your number is an even number!")

else:

   print("Your number is not even!")

2) maths = int(input("Enter your maths mark: "))

english = int(input("Enter your english mark: "))

social = int(input("Enter your social mark: "))

science = int(input("Enter your science mark: "))

computer = int(input("Enter your computer mark: "))

Sum =  maths + english + social + science + computer

average = Sum / 5

print("Sum of your marks are:",Sum)

print("average of your marks are:",average)

3) num = 0

while num <= 99:

   num+=1

   print(num)

Explanation:

Welcome.

Which of the following items is an example of a user application?
1 Browser
2 Text editor
3. Games
4. File Explorer
A. 2 & 3
B. 1 & 2
C. 1,2, and 4
D. all of the above

Answers

All the listed items (browser, text editor, games, and file explorer) are examples of user applications.

Browser: A web browser is an application used to access and view websites on the internet. It allows users to navigate web pages, search for information, and interact with online content.Text editor: A text editor is a software application used for creating, editing, and manipulating plain text files. It provides basic features like typing, editing, formatting, and saving text.Games: Games refer to interactive software applications designed for entertainment purposes. They can be played on various platforms, including computers, consoles, and mobile devices.File Explorer: File Explorer, also known as a file manager or file browser, is a user application used to navigate and manage files and folders on a computer system. It allows users to create, copy, move, rename, and delete files and folders.Therefore, all the listed items fall under the category of user applications.

To learn more about  applications click on the link below:

brainly.com/question/31677990

#SPJ11

Choose the term that describes each step of the cycle.

------- : gets next instruction

---------- : interprets instruction

----------- : carries out instruction

------------ : saves result of instruction

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about to tell the best and suitable terms for the given descriptions in the question.

As we know that a computer program is based on sets of instructions. The CPU carries out the processing using the fetch decode and execute cycle.

It is responsible for implementing a sequence of instructions called a computer program that takes input, processes them, and outputs the result based on processing.

A CPU mainly has three components such as control unit, Arithmetic logic unit,  and register.

The control unit controls all parts of the computer system. It manages the four basic operations of the Fetch Execute Cycle such as Fetch, Decode, Executes, and Storage.

So the correct terms of this question are:

Fetch: Gets next instruction

Decode: interprets the instruction

Execute: Carries out instruction.

Store: Save results of instruction.

Answer:

A). Fetch : gets next instruction

B). Decode : interprets instruction

C). Execute : carries out instruction

D). Store : saves result of instruction

Explanation:

I just did the Test on EDGE2020 and it's 200% correct!  

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)  :)

Choose the term that describes each step of the cycle.------- : gets next instruction ---------- : interprets

Let x = ["Red", 2.55,"Green", 3,"Black","false"], then solve the following:
1. The output of print(x) is

2. The output of print(len(x)) is

3. The output of print(x[10]) is

4. The output of print(x[1]+x[3]) is

Answers

Answer:

Print(x) would be directly calling the x variable so it would print everything but the []Print(x[10]) is calling the number 10 which results in E2 + d= 2d

Mô tả thuật toán tìm giá trị lớn nhất của một dãy số nguyên a1,a2,....an

Answers

Answer:

một chuỗi hữu hạn các hướng dẫn chính xác để thực hiện một phép tính hoặc để giải quyết một vấn đề.

Explanation:

Topic: Looking around: D&S Theory as Evidenced in a Pandemic News Article Description: In this reflection you are to find a news article from the pandemic on the web that has some connection to Canada. The goal will be to analyse the change in demand and/or supply of a good/service during the pandemic. Read the article and address the following questions/discussion points: 1. Briefly summarize the article and make note about how your article connects with the theory of supply and demand. 2. Based on the article, what kind of shift or movement along the demand and/or supply curve would be expected? Make sure to explain your reasoning and draw a Demand and Supply graph with the changes shown. Also, address the change in equilibrium price and quantity. 3. How, in the limited amount of economics we have covered thus far, has your perspective on how the economy works changed? Include either a copy of your article in your submission, or a hyperlink embedded in your submission for your professor to access the article. Your reflection should be between 250 and 300 words or one page double spaced, 11 or 12 pt font.

Answers

Article summaryThe article “Canadian small business owners frustrated with customers refusing to wear masks” by Karen Pauls published in CBC News on August 14, 2020.

The article shows how small business owners are grappling with the balance between health and safety for their customers and workers and the economic impact of the pandemic on their businesses. The article connects with the theory of supply and demand as it highlights how the change in demand for products and services offered by small businesses is influenced by changes in customer behaviour and attitudes towards the mandatory use of masks.2. Shift or movement along the demand and/or supply curve

The mandatory use of masks by customers in small businesses would lead to a decrease in demand for products and services offered by the small businesses, resulting in a leftward shift of the demand curve. The decrease in demand would lead to a decrease in the equilibrium price and quantity of products and services. For instance, in the case of small businesses, this would mean a decrease in the quantity of products sold and the price charged for the products.

To know more about article visit:

https://brainly.com/question/32624772

#SPJ11

What is the average number of nodes accessed in search for a particular element in an unordered list? In an ordered list? In an unordered array? In an ordered array?

Answers

Answer and Explanation:

1. In the case of the unordered list, the search algorithm is applied as the binary search would not be worked here also the time complexity for searching for n number of elements is O(n)

So the average number of nodes for the unordered list is n ÷ 2

2. For the ordered list, the same is to be considered i.e. n ÷ 2

Also it deals with the recepts of items and every item contains a relative position that represents an attribute of an item

3. For the unordered array, the same is to be considered i.e. n ÷ 2 but in this no sequence is followed

4. For the ordered array, the average number of nodes is \((log_2n) - 1\) and in this, the binary search is to be considered

The __________ method sorts the array scores of the double[] type.
A. java.util.Arrays(scores)
B. java.util.Arrays.sorts(scores)
C. java.util.Arrays.sort(scores)
D. Njava.util.Arrays.sortArray(scores)

Answers

The correct method to sort an array of type double[] using the java.util.Arrays class is C. java.util.Arrays.sort(scores). In Java, the java.util.Arrays class provides a set of utility methods for working with arrays, including sorting. The sort() method of the Arrays class is specifically designed to sort arrays in ascending order.

To sort an array of type double[], you would pass the array as an argument to the sort() method. In this case, the array variable is "scores". The method call would be java.util.Arrays.sort(scores).

The sort() method uses a variation of the quicksort algorithm to efficiently sort the array. It rearranges the elements of the array in ascending order based on their natural ordering or using a custom comparator.

By calling java.util.Arrays.sort(scores), the elements in the "scores" array will be rearranged in ascending order. After the sorting operation, the array will contain the same elements but in a sorted sequence.

Using the correct method is important to ensure that the sorting operation is performed correctly. The options A, B, and D are not valid methods in the java.util.Arrays class for sorting arrays of type double[]. Therefore, the correct answer is C. java.util.Arrays.sort(scores).

Learn more about java here:

brainly.com/question/33208576

#SPJ11

You are planning a program to find the maximum heart rate recommended for patrons of a gym where you have a part-time job. One formula for calculating the maximum heart rate is the difference between 220 and the patron’s age. Some of the steps in your plan are below.

Put them in order of which occurs first. Some steps are not listed.

Answers

Answer:

Age = int(input(Enter your age? "))

print(f"Your maximum heart rate is {220 - age}.")

Explanation:

The programs will be as follows

Age = int(input(Enter your age? "))

print(f"Your maximum heart rate is {220 - age}.")

 

Answer:

got 100 on the quiz

Explanation:

You are planning a program to find the maximum heart rate recommended for patrons of a gym where you

Which tab on the ribbon contains the command to open the header and footer dialog box where you can add footers, slide numbers and the date and time to slides?

Answers

1. Navigate to the Insert Tab.

2. MS Office 2021 has a separate group dedicated to Header And Footer.

A salesman has been traveling to different businesses all day to give a sales presentation. Each time, he was starts up his laptop and logs into Windows to show his PowerPoint presentation to the customer. During his second appointment, his laptop lost power and shut itself off abruptly. He arrives at his third appointment and plugs in his laptop to recharge it. When he powers on his laptop, he sees a very low resolution version of his normal desktop. He attempts to change the resolution from 800 x 600 to 1920 x 1080 (his normal resolution), but cannot find it in the Display Settings options inside of Windows. Which of the following could be the cause of this error?
A. Corrupted or missing display driver
B. Graphic card failure
C. Corrupted motherboard firmware
D. Corrupted memory module

Answers

Answer:

A. Corrupted or missing display driver

Explanation:

The most likely reason for this problem would be a corrupted or missing display driver. The display driver is in charge of grabbing the information from the graphic card and adjusting all the necessary settings so that all of the graphic card's power is able to be utilized. Missing or corrupt drivers can cause errors such as laggy display, wrong resolution/minimum resolution, missing display settings, etc. A graphic card failure on the other hand would show no image on the screen whatsoever when turning on the computer.

What is a decision tree

Answers

A decision tree is a diagram or chart that people use to determine a course of action or show a statistical probability.

Which of the following connects computers at different geographic locations? a-PTSN b-WAN c-SAN d-Ethernet e-LAN

Answers

WAN connects computers at different geographic locations. A wide area network (WAN) is a telecommunications network that connects devices over large geographic areas. WANs can be used to connect computers in different cities, countries, or even continents to each other.

It is used to connect different LANs, MANs, or SANs to enable data sharing and communication among them.The different types of WANs include packet switching, circuit switching, leased line networks, and satellite networks.

A WAN can be established using various technologies such as fiber optic cables, copper wires, microwave transmission, and radio waves. WAN technology can be expensive due to the high bandwidth and infrastructure needed, however, it is essential for organizations that need to connect remote offices, data centers, and cloud computing services.

To know more about geographic visit:

https://brainly.com/question/32503075

#SPJ11

Which method below is a physical security measure?

A firewall
Passwords
Anti-virus
helpp!

Answers

The only given option that is a physical security measure is; Passwords

Computer Security

Physical security is defined as the protection of personnel, hardware, software, networks or data from the adverse effect of human actions and events. These adverse actions or events could lead to severe loss and damage to an enterprise or any institution or even personnel.

Now, among the given options, firewall is a network security that simply monitors and filters the incoming and outgoing network traffic on a computer.

Anti-virus is uses to detect and remove corrupt files from a computer system. Whereas passwords are physical security measures because they involve human actions.

Read about Computer security at; https://brainly.com/question/26260220

AYYOOOO CAN YOU HELP A GIRL OUUTT???
Fields are data items representing a single attribute of a record. Question 2 options: True False

Answers

Answer: The answer is true

Please tell me what the mistake in this python code is ?

Birth_Year = input("What is your birth year")

if Birth_Year <= 2000:
print("Wow youre old")

if Birth_Year >= 1999:
print("lol youre still a baby")

Answers

The mistake in this Python code is that the input function returns a string, not an integer. Therefore, when you compare the value entered by the user to an integer (2000 or 1999), it will result in a TypeError.

To fix this, you can convert the input to an integer using the int() function. Here's the corrected code:

Birth_Year = int(input("What is your birth year? "))

if Birth_Year <= 2000:

   print("Wow, you're old.")

   

if Birth_Year >= 1999:

   print("lol, you're still a baby.")

Note that I've also added indentation to the print statements so they are executed only when the condition is true.

Answer:

Set the variable as an integer

Explanation:

You will need to set the question as an integer:

Birth_year = int(input("What is your birth year"))

This will ensure that the number placed in will become an integer, instead of a string

A large company has a LAN. The manager of the company wants to change it to a WAN
What network device would be needed to create the WAN

Answers

Answer:

\(\bold{\huge{\fbox{\color{Green}{☑Verified\:Answer}}}}\)

Explanation:

Router. A router is a networking device typically used to interconnect LANs to form a wide area network (WAN) and as such is referred to as a WAN device. IP routers use IP addresses to determine where to forward packets. An IP address is a numeric label assigned to each connected network device.

Fям:- \(\small\tt{\blue{(brainly.in)}}\)

braided channels are often, but not always a sign of unstable, high disturbance conditions.
T/F

Answers

The statement "braided channels are often, but not always, a sign of unstable, high disturbance conditions" is true. Braided channels can indicate unstable, high disturbance conditions, but they can also exist in stable river systems under certain circumstances.

Braided channels refer to a network of small, interweaving channels separated by temporary or semi-permanent islands, known as braid bars. These complex channel patterns typically form in environments with a high sediment supply, frequent fluctuations in water discharge, and a steep gradient. As a result, braided channels are generally associated with unstable and high disturbance conditions, such as those found in mountainous areas or in rivers fed by glacial meltwater.
However, it is important to note that not all braided channels indicate high disturbance conditions. Some may develop in relatively stable environments due to local factors, such as changes in sediment supply or channel slope. Additionally, human activities, such as river engineering or land-use changes, can also cause braiding in otherwise stable systems.
In conclusion, while braided channels are often a sign of unstable, high disturbance conditions, it is not always the case. Local factors and human activities can contribute to the development of braided channels in various environments.

Hence, the statement is true.

To learn more about Braided channels visit:

https://brainly.com/question/7593478

#SPJ11

If y varies inversely as x, and y =23 when x=8, find y when x=4 .

Answers

I think u just divide y by two cuz the x value was divided by two

- What information do you obtain from the double digest XhoI/AlwNI? What is your expectation if the plasmid is a reclosed vector without an insert? What is your expectation if your plasmid has an insert in the correct orientation (how many bands, what are their sizes)? - What is your expectation if your plasmid has an insert in the incorrect orientation (how many bands, what are their sizes)?

Answers

Plasmids are used as vectors in recombination technology to transfer genes. Plasmids or the genes can be double digested by two restriction endonucleases simultaneously.

What are restriction endonucleases?

Restriction endonucleases are the enzymes that identify the precise DNA sequence to cleave them from the rest of the sequence.

If a plasmid is reclosed vector without an insert then only one band of size 2964 bp will be seen. A plasmid that has correct orientation will have two bands of sizes 1570 and 2100 bp.

If the plasmid has a sequence in incorrect orientation then will also result in two bands but of different sizes like 2740 bp and 940 bp.

Therefore, plasmids can be used as vectors.

Learn more about plasmids here:

https://brainly.com/question/17156726

#SPJ1

The study and practice of information storage and retrieval is called

Answers

Information Science

1. (A+B)(B'+C)(C+A)
2. A'B'C'
3. (X+Y)(X'+Z)(Y+Z)
4. A'B'C'+A'BC'+A'BC+ABC'

Answers

you need to put your question

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

a program in matchine language is called​

Answers

Answer:

mcq

Explanation:

machine code is a computer program written in a machine language

Other Questions
Hi! I actually want to know your thoughts about the questions below and compare it in my information that I have, I will vote! Thank you What are you willing to pay for an investment offering the following cash flows, given a discount rate of 7%? Year 1 = 50, Year 2 = -25, Year 3 = 150. O $147.34 O $127.90 O $162.78 O $186.25 In cell N2, enter a formula using the IF function and structured references as follows to determine which work tier Kay Colbert is qualified for:a. The IF function should determine if the student's Post-Secondary Years is greater than or equal to 4, and return the value 2 if true or the value 1 if false. A sample of 10.5g of Nirtogen reacts with 20.2g of Hydrogen to produce ammonia. 3H2(g)+N2(g)=2NH3(g)a. What is the theoretical yield of ammonia?b. What is the limiting reactant?c. What is the excess reactant?d. How much is the excess reactant?e. If 4.1 g of ammonia is actually produced, what is the precent yield? Find the first 3 terms of arithmetic sequence if t5=-154 and t9=-274. find t1, t2, t3 Based upon the amount of planning, three styles of robbery can be identified. these are the? a car travels 125 miles in 3 hours how far will the car travel in 5 hours. unitary method A state in which two things are able to exist or occur together without problems or conflict...Question 18 options:CompatibilityPrototypePacketStatic the _____ of a test is the extent to which a predictor repeatedly produces the same results over time. I need help me with my homework(please do not put a complicated answer and it also properties) how does hand sanitizer kill germs? Which phrase best describes the traditionalists response to Dusbibers opinion on Shakespeare?Question 2 options:1. Very supportive2. Mostly complimentary3. Slightly unfavorable4. Strongly critical What is state-sponsored terrorism? PLS HELP 1.Seats in a theater are curved from the front row to the back. The front row has 18 chairs, the second has 26and the third has 34, and so on.a.Write a recursive rule for this series (2 points):b. Write an explicit rule in simplified form for this series:Show the steps to simplify. (2 points)c. Using the explicit formula, find the number of chairs in row 7 (show work) (3 points):on Voy bob ochotebu ma'istod. The auditorium can hold 12 rows of chairs. Write a sigma notation for this series, and then use either seriesformulas to calculate how many chairs can fit in the auditorium. Show all work. (5 points) which of the following statements about desktop computers, servers, and mainframe computers is true?a. Each terminal runs its own programs.b. The terminal requests resources from the mainframe.c. The mainframe/terminal network model is the most popular network model today.d. A mainframe computer runs all programs directly on the mainframe. Read paragraph 81 of the story. Then answer the multiple-choice questions that follow. From "Ghosts" by Chimamanda Ngozi AdichieI am sitting now in my study, where I helped Nkiru with her difficult secondary school math assignments. The armchair leather is solid and worn. The pastel paint above the bookshelves is peeling. I wonder why it never came up, throughout the years, that Ikenna did not die. True, we did sometimes hear stories of men who had been thought dead and who walked into their compounds months, even years, after January 1970; I can only imagine the quantity of sand poured on broken men by family members suspended between disbelief and hope. But we hardly talked about the war. When we did it was with an implacable vagueness, as if what mattered were not that we crouched in muddy bunkers during air raids after which we buried corpses with bits of pink on their charred skin, not that we ate cassava peels and watched our childrens bellies swell, but that we survived. It was a tacit agreement among all of us, the survivors of Biafra. Even Ebere and I, who had debated our first childs name, Zik, for months, agreed very quickly on Nkiru: what is ahead is better. We will look forward, forward, forward.Which evidence best supports the answer to question 1?A. I am sitting now in my study, where I helped Nkiru with her difficult secondary school math assignments.B.When we did it was with an implacable vagueness, as if what mattered were not that we crouched in muddy bunkers during air raids after which we buried corpses..."C. True, we did sometimes hear stories of men who had been thought dead and who walked into their compounds months, even years, after January 1970..."D."Even Ebere and I, who had debated our first childs name, Zik, for months, agreed very quickly on Nkiru..." Enlightenment philosophers believed that human civilizations are similar to nature in that they are __________. A. violent and brutal B. wild and unmanageable C. governed by natural laws D. subject to divine power Please select the best answer from the choices provided A B C D When rewriting the conclusion of an argumentative essay, a writer should includea. an effective counterargumentb. new supporting evidencec.new opinionsd. an effective transition A car moves along a curved road of diameter 2 km. If the maximum velocity for safe driving on this path is 30 m/s, at what angle has the road been banked? (Ignore friction.)A)11B)22.6C)45.2D) 5.26 a recipe for pancakes calls for 3 cups of flour for every 2 tablespoons of sugar. fill in the chart to find how many cups of flour are needed for 8 tablespoons of sugar.