Answer:
But generally the shurikens are considered the best bang for you buck. Followed by the flame vent (if you want to hit apparitions with living weapon) or the Axe for general purpose. The dagger is considered the worst and in many cases actually manages to be WORSE than the piercing variant.
Explanation:
If a Magnet is Positive what will happen?
A. Metal will be Attracted
B. Metal will not be Attracted
Answer:
Your answer is A :)
Explanation:
You see, if a magnet is positive it means it will attract metal.
Hope this helps!
Have a good day, Pots ❤
Answer:
a
Explanation:
write a python program to convert a number entered by the user
the input is 985
the output is Nine Eight Five
Answer:
# Function to convert decimal number
# to binary using recursion
def DecimalToBinary(num):
if num >= 1:
DecimalToBinary(num // 2)
print(num % 2, end = '')
# Driver Code
if __name__ == '__main__':
# decimal value
dec_val = 24
# Calling function
DecimalToBinary(dec_val)
Explanation:
Can anyone help me this is due today :)
Thank you so much
Tablet Pros
Better for extended work sessions: Tablets are designed to work for longer hours, which makes them better for extended work sessions than smartphones. When it comes to editing photos and videos of the project, it is a superior tool because the visibility is much better. Many tablets have a longer battery life than most smartphones.
Reading and writing: Tablets are easier to read and interact with content. This is especially when it comes to viewing documents, drafts, and drawings. It is also easier to use interactive websites and read large pieces of information on a tablet. Reading and writing content is more comfortable.
Video calling: Tablets are easier for video conferencing. Propping your tablet on the table allows you to conference with clients with a professional feel, than holding your smartphone in front of your face.
Phone Pros
Handy: A smartphone is designed to be used in the hand and fit comfortably in your pocket or purse. It’s low weight, high durability, small size, long battery life, and with the ability to use voice commands and one-handed usability, it is the ideal device for on the go.
Better communication device: If you need to talk on your phone a lot, or if you’re going to be sending a lot of texts and instant messages, then a smartphone is a better tool. Because it is always with you, it is more ideal for communicating effectively.
Camera: If you will need to take a lot of photos of your job sites, the camera is easier to point and shoot with a smartphone. Generally, the cameras on smartphones tend to capture higher quality images than tablets, while also being a lot easier to carry around.
Pros for Both
Easy to use tech compared to computer's
Question 1.
N/A Sorry
Question 2.
N/A Sorry
Answer:
I commented so you could get brainliest.
Explanation:
You deserve it.
If the algorithm does not have instructions for unanticipated results, the computer program will
Explain why RAM is used to store running programs rather than the hard disk
Answer:
it would take up too much space and it would put too much stress on the processer.
Explanation:
HELPPPPP PLEEEAAASSSSEEEEE I'VE BEEN STUCK FOR HALF AN HOUR ALREADY PLEASE HELPPP!!!!!!!!Bella is creating a research paper for the first time in Microsoft Word. She is taking a lot of time to create and format the bibliography section. Which section in Microsoft Word can she use to expedite the process? Bella can use the section called_/_/_/_/_/_/_/ in Microsoft Word to create the bibliography.
Answer:
Citations & Bibliography section.
Explanation:
Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.
In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;
I. View Mode.
II. Print Mode.
III. Drift Layout.
In this scenario, Bella is creating a research paper for the first time in Microsoft Word. She is taking a lot of time to create and format the bibliography section.
Hence, Bella can use the section called Citations & Bibliography in Microsoft Word to create the bibliography. It is found in the References tab of the Microsoft Word program.
Citations are references or links to all of the sources from which an author, writer, or researcher got his or her information from while bibliography is a list of all the sources used in a literary work such as a research paper.
can you adopt me in the orphanage u saw Tammy after school?
Answer:
sure I'm on my way
see you soon
who's tammy
Don’t do number 3 just 1 and 2
Answer:
for #1 its the 3rd one and #2 its the 4th
Explanation:
:)
I figured out the secret message in Dad feels good, I can connect the dots
It was morse code of blinking lights. Here is my translation
Andan
come in
this is base
Luietanat Emily Ridley
this is base
come in
This makes sense.
Dad's base wasn't on CFBDSIR, it was on 22B
Dad said not to forget 22B, Kepler 22B is the base. I think Kepler 22B is the base that some lifeform took over
Can you guys correct me if I am wrong
Answer:
Nope you figured it out
Explanation:
Name at least 3 different portable computer devices that can be purchased
either from a local retailer or online.
Answer:
Smart Phone
Cameras
Console Controller
Brainliest and please say if its right!!
Time shifting occurs when
a. Clocks move ahead one hour in the spring
b. Works are copied and kept for future generations
C. Individuals copy works to view at a later time
d. Copyrighted materials comes into the public domain
Please select the best answer from the choices provided
A
B
C
D
Time shifting occurs when Individuals copy works to view at a later time.
What is Time shifting?Time shifting is known to be a term that connote a move or a shift of a signal in the aspect of time. This can be done by the use of addition or subtraction.
Conclusively, Time shifting do take place when people copy works to view at a later time as they are moving the work to future time.
Learn more about Time shifting from
https://brainly.com/question/14124969
Which of the following is an example of a directory path? Check all of the boxes that apply.
Answer:
B for sure and C Im 70% sure that 30% leaving some worry haha
Explanation:
Answer: B and C
Explanation:
What is something the brain does while a person is asleep
please help crown GIVE AWAY
Retype the paragraph with the corrections. There are 12 corrections. Look closely at the word and letter highlighted in yellow to determine how to correct them. Please help Thank you
Answer:
Touch typing is a useful skill. It allows you to increase your typing speed and at the same time and reduces the number of errors you make. Touch typing makes you type faster and more efficient. You can be productive and complete your school assignments much quicker. Touch typing also allows you to type communication documents, like e-mails, in a fast and efficient manner. Most importantly, if you type properly then it will reduce repetitive injuries like carpal tunnel syndrome. There are many benefits of learning how to type correctly.
Explanation:
20 POINTS!!!!!!!! ANSWER THE QUESTION DOWN BELOW. IF YOU ANSWER SOMETHING INCOMPLETE OR WRONG, I WILL TAKE IT DOWN. GIVING BRAINLIEST TO WHOEVER DOES IT RIGHT. PLEASE HELP THANKS!!!!!
Answer:
The missing tags have been added below.
Explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
The complete code for the web page is written below;
<! DOCTYPE html>
<head>
< title > My Favorite Fruits </ title >
</head>
<body>
<h1> My Favorite Fruits </h1>
<p1> I really love fruit. My absolute favorites are in the list below. </p1>
<ol>
<li> Bananas </li>
<li> Strawberries </li>
<li> Watermelon </li>
</ol>
</body>
</html >
Note: The code isn't indented because i'm not using an appropriate code editor.
You should ensure your html document contains a header and a body while using the appropriate tags.
The <head> is the opening tag for the header and it should be closed with the </head> while the <title> </title > tag indicates the title of the page at the top of a web browser.
The body of the document starts with the <body> and </body>.
Also, the <h> and </h> tag is used to hold the text in the body while the <p> and </p> tag is used for paragraphs.
Lastly, since we are creating a document with an ordered list, we would use the <ol> and </ol> patent tag while the child tag <li> and </li> sorts the list numerically.
B. Write your thoughts about the following in your notebook.
1. How will you safely use the computer when you are online?
2. How can one use the computer or mobile devices for business?
3. What would you do if you encounter unsafe and questionable content
or messages?
1. stay with adult supervision
2. check on the web and create a site for it
3. quickly remove it and try not to read it
Explanation:
I really hope this helps
please mark as brainliest
Which function is correctly written?
=Average(C4)
=Average(C2:010)
=Average(D5-D20)
Answer:
=Average(C2:010)
Explanation:
You us the ; between the numbers, and u need two numbers for average. Sorry if wrong.
Answer:
2:010
Explanation:
as we move up a energy pyrimad the amount of a energy avaliable to each level of consumers
Explanation:
As it progresses high around an atmosphere, the amount of power through each tropic stage reduces. Little enough as 10% including its power is passed towards the next layer at every primary producers; the remainder is essentially wasted as heat by physiological activities.
35 points!!!!! Brainliest to best answer!
Please don't just answer for the points!!!!!!!!!!!!
Kim's father's company has expanded many times. Therefore, the company's volume of data has also increased. The employees of that company have problems with accessing large volumes of data. Which computer network should she choose so that the employees can access the huge amount of data easily?
A. VPN
B. LAN
C. WLAN
D. PAN
E. SAN
Answer:
the answer is E. SAN
Explanation:
Answer:
VPN
Explanation:
The main difference between \f and \r is that \f produces a
Answer:
\f is a formfeed, \r is just a carriage return.
Evaluate if the following function is a good candidate to be placed in a library. Why or why not?
Answer:
It cannot be a good candidate because the creator of the library is attempting to update the global variables player1Points and player2Points. The updated scores for each player won't be retained unless someone creates the global variables player1Points and player2Points in their program.
The updateScore function is meant to update the point of player1 and player2 ; since the variables player1 and player2 are only defined in the function, then they do not have a global scope. Hence, the function isn't right to be placed in a library.
Variables defined outside a function are called global variables ; hence, they can be referenced anywhere within the program.
Since the function references a global variable, then any program which intends to use the function must have the variables player1 and player2 must be defined globally in the program.
Hence, it is not a good candidate to be placed in a library.
Learn more:https://brainly.com/question/20720413
1. What is the measure of muscle strength?
A. Number of repetitions in a set
B. Length of muscle stretch
C. Force against resistance
D. Time taken to complete a workout
Answer:
C. The force against resistance
look at (d), is it accurate?
Answer:
ya
Explanation:
Answer:
yes it is
Explanation:
Which part of the email address signifies the domain name?
A. (Patrick)
B. (at sign)
C. (company_abc_.com)
D. (.com)
The part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.
What is email?Email is defined as the internet-based transmission of computer-stored messages from one user to one or more receivers. People can exchange emails fast thanks to a global email network. The electronic equivalent of a letter is e-mail, which offers benefits in flexibility and immediacy. Email is a crucial medium for business communication since it is accessible, quick, inexpensive, and easy to replicate.
The email domain is the part of an email address that comes after the sign. The portion that comes before the x sign indicates the name of a mailbox and is frequently the recipient's username. The domain name is the text that follows the sign.
Thus, the part of the email address signifies the domain name is (company_abc_.com). Hence option C is correct.
To learn more about email, refer to the link below:
https://brainly.com/question/14666241
#SPJ2
Use the table on the right to convert from decimal to binary.
The decimal value of binary 1000 is 10.
The decimal value of binary 1100 is 12.
The decimal value of binary 1001 is 11.
The decimal value of binary 1110 is E.
Answer:
The decimal value of binary 1100 is 12
Explanation:
on edge
Which of the following describe FLAC audio files? Choose all that apply.
uses a codec that is open source
is exclusively supported by Microsoft OS
is similar file size to .mp3 file formats
may have .flac and .ogg file extensions
uses a codec that can be downloaded and used for free
Answer:
A, C, D, E
Explanation:
Answer:
A C D E
Explanation:
What is the largest possible value that the variable x can have after the code segment executes? 17 17 A 14 14 B 11 11 C 4
Answer:
i dont know sorry man no problem listed
Explanation:
The largest possible value that the variable x can have after the code segment executes is 14. Thus the correct option is B.
What is a variable?A variable refers to an entity whose value changes over time. As the name suggests variable which means whose value varies from situation to situation. The terms which remain fixed are referred to as constant.
A range of an array element's indexes or subscripts is referred to as an extent. The size of an array might vary between 1 and 10. The indicia or subscripts shall be integers within the range.
The terminology for ranges and indices is described in this feature specification to make it easier to index individual components within a sequence or a range.
The term "index" refers to a position in a sequence or array. In an array, the operator provides the comparative index starting from the end. A range is a representation of a composed of approximately of an array.
Therefore, option B is appropriate.
Learn more about Variable, here:
https://brainly.com/question/14662435
#SPJ5
Consider the following code segment. Assume that index1 is a number between 1 and LENGTH(theList), inclusive, and index2 is a number between 2 and LENGTH(theList) - 1, inclusive.
theList ← [9, -1, 5, 2, 4, 8]
x ← theList[index1] + theList[index2]
What is the largest possible value that the variable x can have after the code segment executes?
answer choices
17
14
11
4
These are the records and traces an individual leaves behind as they use the internet
1 point
Digital Path
Digital map
Digital foot
Digital footprints
Answer:
Option D. Digital footprints
Explanation:
Digital footprint is all the stuff you leave behind as you use the Internet.
Can someone please help me I need to turn this in my 3:00pm Eastern time
What mathematical function would you use to find Money Left Over in a spreadsheet if you had a Beginning Balance of $10000.00 and a final total of $5000.00?
Answer:
1000000000
Explanation:
What are the limitations of the ASCII character set? State why it is limited in this way?