Answer:
Umm
Explain
yea i think you can
Answer:
take out the Hard Drive or SSD and take it to a data recovery place. It should be much cheaper there. Maybe $100 or so.
Explanation:
WILL MARK CORRECT ANSWER AS BRAINLIEST PLSSSS HELP!
Cecilia is thinking about studying at the table in her kitchen. She wants to make sure she would be choosing a good study environment, so she quickly looks around the room. She decides to study somewhere else after determining that it is a poor study environment. Which factors most likely made Cecilia's kitchen a poor study environment? Check all that apply.
Her little brother was playing with toys on the kitchen floor.
There was a large lamp next to the kitchen table.
There was a pile of magazines and papers on the kitchen table.
There was music playing loudly in the background.
There was a vase filled with flowers by the kitchen sink.
Answer:
there was music playing loudly at the background
Answer:
Her little brother was playing with toys on the kitchen floor.
There was a pile of magazines and papers on the kitchen table.
There was music playing loudly in the background.
brainliest PLZ:)
Which command is located in the Action Settings dialog box that allows a user to set a linked or embedded object as a trigger to perform an action?
Object action
Hyperlink to
Run action
Highlight click
Answer:
Object action was the answer.
Explanation:
Answer:
Object action is the answer
Explanation:
I got it right on the unit review
what are some tips to stay focused in school, and to complete work faster?
Answer:
Sometimes listening to music or chewing gum.
Explanation:
When I need to focus, I like listening to music and sucking on a hard candy or chewing gum.
Pls give Brainliest!!
Answer:
What I do to focus in school is to try and ignore everything that is going on around you. ( what your classmates are doing ) Drown out the noise with music if your allowed to listen to music. Ask the teacher is you can go somewhere quieter
Explanation:
Hope this helps, Have a Wonderful Day!!
Imagine yourself writing computer programs in the future. Which do you think would be generally more important to your programming goals: ease of programming or speed of computation? Why do you think this would be more important? Describe a situation for which the other goal would be more important.
Answer:
to make sure ur comsters are satified
Explanation:
3. Name two things you can adjust under "Audio Effects”.
Answer:
Modulation effects—Chorus, Tremolo, Flanger and Phaser.
Time-based effects—Reverb, Delay and Echo.
Explanation:
you are working on creating a business document with two other co-workers. Based on just information, which of the following pre-writing strategies would be the best for you?(A.P.E.X.)
how many ones dose it take to get 9 tens
Microsoft Word, Google Chrome, and Windows Media Player are examples of
Answer:
They are all examples of software.
Write a code in Python that will can accept grades with decimals and convert them to their equivalent letter grade in the grading scale:
A: 90 - 100
B+: 87-89
B: 80-86
C+: 77-79
C: 70-76
D+ : 67-69
D: 60-66
F: 0-59
Z: Incomplete
grade = float(input("Enter your grade: "))
if 89 < grade < 101:
print("A")
elif 86 < grade < 90:
print("B+")
elif 79 < grade < 87:
print("B")
elif 76< grade < 80:
print("C+")
elif 69 < grade < 77:
print("C")
elif 66 < grade < 70:
print("D+")
elif 59 < grade < 67:
print("D")
elif -1 < grade < 60:
print("F")
else:
print("Z")
I hope this helps!
what is 2D thinking and 3D thinking? i literally don't understand
Answer:
Two dimensional thinking implies concepts that are flat or only partially representative of the whole. Three dimensional thinking implies the first part of 2d thinking conjoined with intersecting dimensions rendering a deeper field of meaning.
Explanation:
Which of the following is an example of gameplay in a video game
A: the art of a game
B: the player interacting with the game world and game mechanics
C: the personalities of all the characters
D:all of the above
Answer:
the correct answer is B. the player interacting with the game world and game mechanics
How does Python recognize a tuple?
Answer:
Tuples can be recognized like this,
tuple = 'hello', 'world'
or tuples can be recognized like this
tuple = ('hello', 'world')
you can see the value of a tuple by simply printing it out like so,
print(tuple)
Answer:
Tuples can be recognized like this,
tuple = 'hello', 'world'
or tuples can be recognized like this
tuple = ('hello', 'world')
you can see the value of a tuple by simply printing it out like so,
print(tuple)
Explanation:
How do I write my name in binary code?
Answer:
qUE
wHAT CODE
Explanation:
people can use social media responsibly by what
Answer:
spread love not hate n password diligent
By limiting their time on social media
Explanation:
What are three print output options available in PowerPoint?
A. Handouts, Slides, Speaker Notes
B. Outline, Kiosk, Overheads
C. Overheads, Handouts, Slides
D. Kiosk, Handouts, Computer
Answer: .A
Explanation: i got it right
Answer:
'A' on edge 2020
Explanation:
Just took the test
PLEASE HELP ME ASAP!!! Looking at the misty rain and fog (pictured above) Explain at least two defensive driving techniques you would utilize to adjust your driving and lower your risk??
Choose all items that represent essential features of excellent navigation menu design.
uses clearly and simply labeled links
is consistently styled and located
contains a link to a site map
is intuitive and easy to use is available on all pages
in the site employs a drop-down list
Answer:
A,B,D,E
Explanation:
Answer:
A- uses clearly and simply labeled links
B- is consistently styled and located
D- is intuitive and easy to use
E- is available on all pages in the site
The ideal hash function:
A. Should be unfeasible to find two inputs that map to the same output
B. Should be unfeasible to learn anything about the input from the output
C. Basically we don’t want people to figure out what was said
D. All the above
What do the different top level domain names signify, including .com, .org, .edu, .gov, .mil, and .net?
Answer:
They signify different purposes for each website
Explanation:
.gov = A government owned website. Can include non-U.S. governmen websites, the White House, or other government owned websites.
.edu = A domain name for organizations with a focus on education (even for those that are non-U.S.). That means that you can find .edu domains on college websites, universities, and other educational institutions.
.mil = Mil is a shortening of military. It is for the U.S. Department of Defense and subsidiary or affiliated organizations.
.org = Org is a shortening of organization, meaning that this domain name is usually for non-profits and personal sites, but can also be used schools, open-source projects, and even some for-profit organizations.
.com = A website with the domain name .com signifies a commercial website (hence the 'com'). This can include business websites, websites that want to make money online, personal websites, blogs, portfolios, and more.
.net = Comes from the word network. Originally, it was supposed to be only for organizations involved in networking technologies, such as Internet service providers and other infrastructure companies, but restrictions were never enforced so .net was used as an general purpose name space. However, it's still popular with network operators and the advertising sector.
Windows Rights Management Services gives the user which ability?
Which line is most likely an error? A-“hello” B-hello C-“100” D-100
Answer: I think it is c
Explanation:
The error is most likely C. Hello quoted is proper. ("Hello") Eliminate A. Hello is proper as well so eliminate B. Now, we are at C. I Believe this is the answer since it is 100 quoted ("100"). 100 quoted does not make since unless used in a sentence such as "I bought 100 apples today for a good price!" D cannot be the answer since it is 100 all by itself. Thus, your answer should most likely be C, "100".
What are the steps to customize a slide show?
Go to Slide Show tab, select Hide Slide, select the slides to hide, and save.
Go to Slide Show tab, select Set Up Slide Show, select show type Custom, and save.
Go to Slide Show tab, select Custom Slide Show, select slides to be shown, and save.
Go to Slide Show tab, select Custom Slide Show, select Record Slide Show, and save.
Answer: Third one
Explanation: I got it right
Answer:
Third one
Explanation:
4.8 Code Practice: Question 1
Instructions
Write a for loop to print the numbers 5, 10, 15 … 75 on one line.
Expected Output
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75
I included my code in the picture below. Best of luck.
Loops are used to perform repetitive operations.
The for loop in Python is as follows:
for i in range(5,76,5):
print(i,end =" ")
The syntax used for the range in for loop is: (start,end+1,increment)
The start represents the first value to be printed.
So: start = 5
The end represents the last value to be printed.
So: end = 75
Because the end value will not be inclusive, the value is incremented by 1
The increment is 5
Read more about similar programs at:
https://brainly.com/question/21298406
To uncompress the data back into its original binary state, you simply reverse the process. This technique is an example of what type of compression?
Answer:
losless compression
Explanation:
If you set up a network in your home to share your internet connection with several laptops, what type of network have you create? p2p, client server, VPN, or firewall
Answer:
P2P
Explanation:
Originally stood for "Peer to Peer." The "colleagues" are computers in a P2P network that are linked via the Web to each other. By having a central server, files can be exchanged directly among devices on the network. In other words, any machine on a Distributed system becomes both a file server and a client.
1. You are designing a program that will keep track of the boxes in a doctor’s office. Each box will have three attributes: date, contents, and location. Write a class that will consist of box objects.
Answer:
Public class Box
{
private String myDate;
private String myContents;
private String myLocation;
public class Box(String date, String contents, String location)
{
myDate = date;
myContents = contents;
myLocation = location;
}
}
Hope this is what you're looking for! If not, let me know and I can try to help more. :)
Each box will have three attributes: date, contents, and location. It is class box.
What is class box?There is a method in the box class of this program. Box is a brand-new data type for the class.
Box is used to declare objects of this type as having double height; Class declaration just generates a template; it does not generate any actual objects. None of the objects of type are affected by this code. Box void volume
Therefore, Each box will have three attributes: date, contents, and location. It is class box.
To learn more about class box, refer to the link:
https://brainly.com/question/14427083
#SPJ2
Help me pls!!
Look at the following assignment statements:
food1 = "water"
food2 = "melon"
What is the correct way to concatenate the strings?
newFood = word1 == word2
newFood = word1 + word2
newFood = word1 * word2
newFood = word1 - word2
new food = word1 + word2 will connect both words together with no space in between. The value of newFood will now be "watermelon"
Answer:
new food = word1 + word2
Explanation:
A battery is connected to a light bulb in a circuit. There is a current of 2 A in the light bulb. The voltage of the battery is 1.5 V. What is the resistance of the light bulb?
Answer:
The current in a circuit is directly proportional to the electric potential difference impressed across its ends and inversely proportional to the total resistance offered by the external circuit. The greater the battery voltage, the greater the current.
Explanation:
agree and tell why becoming a priest/nun is an honorable job PLEASE ASAP
look at the picture lol
Answer:
Zoom in more please and than i can help
Explanation:
Answer:
I would go with the first blue highlighted one... but i could be wrong
i hope i helped
if i didn't... i am sorry, i tried.