Michael dropped his tablet on the floor and shattered his screen. He was able to get the screen fixed, but to prevent the screen from breaking again, what should Michael do?

Use an electronic wipe to clean the tablet.
Use a protective case for the tablet.
Use the tablet on a soft surface.
Use one hand when carrying the tablet.please help i would give u 10 points

Answers

Answer 1
Use a protective case for the tablet , cuz the case is hard and rigid and holds the iPad together so it won’t break when it drops again
Answer 2

Answer:

B

Explanation:

got 100


Related Questions

In what ways can you modify the location of the neutral point?
o Change the size of the wing.
o Change the size of the horizontal stabilizer
Change the position of the wing.
All of the above.

Answers

Change the position of the wing. That would change it

Which of the following correctly describes a work in the public domain?
A:Being part of an individual's personal collection
B:Belonging to society as a whole and not subject to copyright
C:Enduring the test of time like Beethoven, Shakespeare, and Van Gogh
D:Existing in civic locations like libraries and schools

Answers

Answer:

B

Explanation:

I took the test got a 100

Sam will be using several chemicals for processing photographic negatives and prints. What must he do before he uses darkroom chemicals?

А.thicken them

В.concentrate them

C.mix them together

D.dilute them

Answers

Answer:

dilute them

Explanation:

You have just arrived in a new city and would like to see its sights. Each sight is located in a square and you have assigned each a beauty value. Each road to a square takes an amount of time to travel, and you have limited time for sightseeing. Determine the maximum value of beauty that you can visit during your time in the city. Start and finish at your hotel, the location of sight zero.

Answers

Answer:

Output

43

Explanation : 0 -> 3 -> 0

Explanation:

Constraints

1 <= n <= 1000

1 <= m <= 2000

10 <= max_t <= 100

0 <= u[i], v[i] <= n-1

u[i] != v[i]

10 <= t[i] <= 100

0 <= beauty[i] <= 10^8

No more than 4 roads connect a single square with others

Two roads can be connected by at most 1 road

Example

n = 4

m = 3

max_t = 30

beauty = [5, 10, 15, 20]

u = [0, 1, 0]

v = [1, 2, 3]

t = [6, 7, 10]

Output

43

Explanation : 0 -> 3 -> 0

where was this taken

Answers

Answer:

Mostar city

Explanation:

look at the architecture

Answer:

rome:)

Explanation:

Jeremy took this photo on his vacation in England. Which kind of lens did he use in his camera? Jeremy used lens in his camera.

Answers

Answer:

I believe its a wide angle lens

Explanation:

A peasant finds himself on a riverbank with a wolf, a goat, and a head of cabbage. He needs to transport all three to the other side of the river in his boat. However, the boat has room for only the peasant himself and one other item (either the wolf, the goat, or the cabbage). In his absence, the wolf would eat the goat, and the goat would eat the cabbage. Solve this problem for the peasant or prove it has no solution.

Answers

Answer:

The peasant starts crossing with the goat.

Explanation:

The peasant puts the goat in the boat first and cross to the other side, he then puts the goat down and goes back to pick the cabbage, he crosses with the cabbage to the other side of the river. He would drop the cabbage and pick up the goat back,this because the goat will eat the cabbage if left there. He then goes back with the goat, he will drop off the goat and pick up the wolf and cross to the other side, he will leave the wolf with the cabbage since the wolf can't eat cabbage. He then goes back to pick up the goat and cross to the other side.

What is the final answer? SHOW YOUR WORK.

24/3*2^2/2*3+(20-10)-40

Answers

Your answer should be 18 if I’m not wrong

SOMEONE PLEASE HELP!! i’ll give brainliest

Answers

Display is 2.

Printer is 3.

Keyboard is 4.

Mouse is 1.

Hope this helps :D

I don’t get the question ur a asking

What is true about the mass and weight of your glider?
ОООО
On the moon, the mass would be the same, but the weight would be less than on Earth.
On the moon, the mass and weight would be the same as on Earth
On the moon, the mass and weight would less than on Earth.
On the moon, the weight would be the same, but the mass would be less than on Earth.

Answers

Answer:

A

Explanation:

mass is the amount of matter, weight is your literal weight

What can be used to help diagnose and fix network connection problems?

Antivirus software
Firewall scanner
Application analysis
System utilities

Answers

The option that can be used to help diagnose and fix network connection problems is System utilities.

What is network connection?

Network Connection is known to be a term that connote an Internet access service that is often use by a machines.

Network utilities are known to be software tools that are found in a system that are set up and used for analyzing and configuring various areas of computer networks.

Learn more about  network connection from

https://brainly.com/question/12811608

Help this is due today I’ll cash app you $20 please ‍♀️

Some simple ciphers that have been used throughout history are the Caesar Cipher, Transposition Cipher, Rot 1 Cipher, and Vigenere Cipher. Research these ciphers online and describe how they work. Analyze the encrypted text block provided for the different types of ciphers. Examine the cipher and the keys. Decrypt the

messages.

Caesar:
Encrypted Text 1 = nsywtizhynts
Shift = 5

Encrypted Text 2 = uiteizm
Shift = 8

Transposition:
Encrypted text 1 = cysiuxrxet
Key = Cyber
Padding = X

Encrypted Text 2 = naaemaoarrwasaaa
Key = Security
Padding = a

Rot 1:
Encrypted text 1 = fodszqujpo

Encrypted text 2 = ufdiopmphz

Vigenere:
Encrypted Text 1 = EGQLVT RFBK
Key Word = Cyber

Encrypted Text 2 = ARHIIUTRASP
Key Word = Security

Answers

Answer:

introduction

malware

SECURITY

RANSOMWARE

encryption

technology

CIPHER TEXT

INFORMATION

Explanation:

See the reference to the website in the comments.

write two paragraphs (at least 5 sentences each) about what President Biden and Vice-President Harris plan to do during the first 100 days while in office.

Answers

Answer:

writing one in comments bec i don't have time for both sorry

Add the following numbers in abacus 2436+9214​

Answers

Answer:

the answer is - 11,650

Explanation:

you study abacus too ?

if net force acting on an object is 0 then the force is considered to be ..

Answers

Answer:

it is considered to be balanced

You can calculate the surface area of a cube if you know the length of an edge. Write a program that takes the length of an edge (an integer) as input and prints the cube's surface area as output. Enter the cube's edge:4. The surface area is 96 square units.

Answers

Answer:

Program in Python:

edge = float(input("Edge Length: "))

area = 6 * edge**2

print("Surface Area: "+str(area))

Explanation:

This line prompts the user for the length of the edge

edge = float(input("Edge Length: "))

This calculates the surface area using [tex]Area = 6a^2[/tex]

area = 6 * edge**2

This prints the calculated surface area

print("Surface Area: "+str(area))

This solution was implemented in Python

Answer:

edge=float(input("Enter the cube's edge: "))

area=6*edge**2

print("The surface area is: "+str(area), "square units.")

Explanation:

request input

computer income tax

then display information

What is the next line? >>> tupleB = (5, 7, 5, 7, 2, 7) >>> tupleB.count(7) 3 1 2 0

Answers

Answer:

3 is the next line.

Explanation:

.count literally counts how many something is. so, .cout(7) counts how many 7 there is. you can see that there are 3 number 7s.

Which of the following choices are good strategies when exercising in extreme heat or cold?
A.
allowing the body to adjust to temperature
B.
avoiding exercising during extreme times of day
C.
warming up muscles and the body before vigorous exercise
D.
all of the above


Please select the best answer from the choices provided.

A
B
C
D

Answers

Answer:

The answer is C.

Explanation:

The answer is C because you always have to warm up before exercising and neither of the other answers make sense and the last answer can't be possible if the others are incorrect.

The answer is c because warming up muscles and the after the bossy


7. It is used for smoothening the soil and gathering loose leaves, hay, or straw.

Answers

Answer:

a rake and/or gardener rake

Explanation:

I think the answer is A rake

there are ______ type of accounts
option 1 :- ONE
option 2:- TWO
option 3:- THREE
option 4:- FOUR​

Answers

Answer:

Option 3,

A.KA Three

Explanation:

Answer: option 3: three.

Explanation:

What do we call the software program that handles the communication between a peripheral device and your computer?
Select one:
a. Device Driver
b. Device Interpreter
c. Peripheral Program
D. Peripheral Interpreter

Answers

Answer:

a. Device Driver

c.

Peripheral Program

.

What term refers to a celebrity or other popular figure publicly supporting a product?

Answers

Answer:

Endorsement

Explanation:

The term that refers to this is known as an Endorsement. This can be for any product or service and generally involves a celebrity or public figure that in one way or another relates to the product or service being advertised. One example of this would be famous soccer icon Christiano Ronaldo publicly supporting and appearing in Nike advertisements showing off their new soccer cleats.

Chose the term that matches each definition.

: predicts technology power and capacity will double every two years


: a device invented by Douglas Engekbart to work with graphical operating systems

Answers

Answer:

Moore's Law: predicts technology power and capacity will double every two years

Computer mouse: a device invented by Douglas Engekbart to work with graphical operating systems

Explanation:

What is the difference between a prefix and postfix in Java?

Answers

Answer:

prefix comes first

Explanation:

pre means before, and post means after.

Which internet service type forced users to choose between using the phone and using the internet

Answers

Answer:

User interface.

Explanation:

Click the crown at the top of this answer if this helped ;)

Write a program that opens a specified text file then displays a list of all the unique words found in the file.

Answers

Answer:

filename = input("Enter file name with extension:")

words = []

with open(filename, "r") as file:

   # read the file line by line, with each line an item in the returned list

   line_list = file.readlines()

   # loop through the list to get the words from the strings

   for line in line_list:

       word_list = line.split(" ")

       for i in word_list:

           words.append(i)

# use the set() to get the unique items of the list as a set

# and convert it back to a list, then display the list.

su_words = set(words)

unique_words = list(su_words)

print(unique_words)

Explanation:

The python program gets the file name from the user input method. The with keyword is used to open and read the file which is read line by line as a list of strings (each line is a string). The for loop is used to append each word to the words list and the set() function cast the words list to a set of unique words. The set is in turn converted back to a list and displayed.

Which graphic file format is used for commercial purposes.
A. TIFF
B. GIF
C. JPG
D. PNG
E. BMP

Answers

Answer:

jpg or png

Explanation:

hope this helps

Answer:

TIFF

Explanation:

Sometimes the quality and resolution is very important, especially in commercial work. A non-compressed lossless file format is required. This is the format used by professionals in the publishing, graphics and printing industry. Since TIFF (Tagged Image File Format) is not compressed, it preserves more quality at the highest resolution, but require more disk space for storage. Since they are huge, sending them over slow Internet connections would not be a good idea unless they can be zipped or sent as a compressed file.

The objective is to work with your partner to fix the HTML bugs so that none of the code is pink. In general, how do I change HTML code color?

Answers

Answer:

Click inspect then go to change color

Explanation:

there you go have a nice day!

Write down the characterizations that best suits the term Java applets?

Answers

Answer:

Java applets need to have virtual machine web browser support

Explanation:

Java applets are defined as the small applications that are written using the Java programming language or may be some other programming language which compiles of Java bytecode and it is delivered to the users in form of java bytecode.

They provides interactive features to the web applications.

The characterization that suits java applets are :

-- It application should be able to run on virtual machines

-- It must support web browser. The web browser must be capable to run the java applets.

Which part of the chipset is the fast side?

North Bridge
West Bridge
South Bridge
East Bridge

Answers

Answer:

north bridge

Explanation:

Other Questions
A petting zoo has 14 goats, 8 llamas, 2 pigs, and 6 mountain lions.Use this information to write each ratio as a fraction in simplest form.mountain lions to llamas In this assignment, you will use the Microsoft Threat Modeling Tool (TMT-2016).You are a security analysts at a large university. Your CIO has asked you to draft a threat model for the university Single Sign-On (SSO) system. You are to do this in the Microsoft Threat Modeling tool. The SSO system is used by Faculty, Administration, and Students to access the following University systems:System Faculty Admin StudentsEmail Y Y YBlackBoard Y Y YFinance N Y Y *Curriculum Development Y Y N*(To pay tuition)Given Assumptions:Different roles require different permissions. (For example, a faculty member needs to see all student grades but a student should only see their own grade.)Faculty and administrative staff have access to the applications from both internal workstations and remote systems using a VPN connection; students will not be using a VPN for their remote access, but must use an encrypted channel (SSL/TLS) you can decide how this is implementedYou can create some of your own additional assumptions, as long as they are fully explainedFurther Assignment instructions:The Microsoft Threat Modeling Tool (TMT-2016) should be downloaded and installed on your own computer. File is linked below. If you are using a Mac computer, you will need to create a VM running Windows 8.1 or 10 to install TMT-2016.Your model should cover the entire STRIDE model (which is the default analysis method in TMT-2016) you need to explain and address all six types/categories of threats.Within the completed threat model, you must show mitigations (with justifications) for at least 20% of the identified threats.The data flow diagram created in TMT-2016 should show all necessary elements/components, including Trust Boundaries, with appropriate data flow connections be sure to modify the Attributes within the Element Properties to include security settings that will reduce the risks/threats. (Take advantage of the Overview and Example of using TM-2016 in the reference documents below it takes you through the necessary steps.) help me and ill give brainliest Which best describes the effect on another population in the food web below if nearly all of the field mice are removed?grassblack-footedferretsfield miceseedslynxThe number of lynx will increase.The amount of grass will decrease.The amount of seeds will increase.The number of ferrets will decrease. Rearrange then factorise x^2-5x+19=5x+3 There are eight 6th grade classroomsat a middle school Eachhomeroom has 33 students. Howmany students are the MiddleSchool?. use the distributive property to expand the expression 11(3x + 5y The original blueprints for the house are 4.5 feet tall by 3.25 feet wide. If the actual house is 54 feet tall, what is its width? What is meant by the term glycogen sparing? i need help asap plz The pair of figures is similar. Find the missing side.X = 5x = 4x = 12x = 20 Which is the graph of the linear function that is represented by the equation y= 1/2x-2 Garys pay is $15 per hour. He receives a 6% pay raise. Merediths pay is $16 per hour. She receives a pay raise of $0.90 per hour. Did her pay increase by the same percent amount as Garys? Explain. A 40 kg dog is sitting on top of a hillside and has a potential energy of 1,568 J. What is the height of the hillside? (Formula: PE = mgh)3.9 m4.0 m39.2 m40.0 m A particular type of cell doubles in number every hour. Which function can be used to find the number of cells present at the end of h hours if there are initially 4 of these cells? Dan draws a circle with a radius of 8 inches. Question 1 Part A: What is the circumference of Dan's circle, inches? If needed, round your answer to the nearest hundredth. Enter your answer in the box. Which process is responsible for changing the composition of rock?100PTSerosionabrasionchemical weatheringmechanical weathering ill give brainliest Claudia does nails at a Nail Shop. On Thursday, Claudia earned $14.00 an hourand $35.00 in tips. She made a total of $105.00. How many hours did she work? y = 6x = 11-2 = -7Please show steps of solving