Remember not to use tools that are broken in any way. Thus, the correct option for this question is D.
What are tools?Tools may be defined as any type of instrument or a simple piece of equipment that you hold in your hands and utilized to do a particular kind of work. Some examples of tools may include, spades, hammers, knives, etc.
A tool can be any item that is used to achieve a goal. Equipment usually denotes a set of tools that are used to achieve a specific objective. But prior to their utilization, it is to be remembered that never use tools that are broken by any means.
Therefore, remember not to use tools that are broken in any way. Thus, the correct option for this question is D.
To learn more about Tools, refer to the link:
https://brainly.com/question/25860017
#SPJ2
You designed a program to find the average of the user’s numbers.
Which step below corresponds to asking the user for the numbers?
Answer:
Perform any needed calculations or data manipulations.
Explanation:
Answer:
Perform any needed calculations or data manipulations.
Explanation:
Opportunity for advancement is which rewards of work factor?
O Affiliation
O Benefits
O Career
O Compensation
Answer: benefits
Explanation:
Output devices allow the user to enter information into the system or control its operation.
True or False
Answer:
False.
Explanation:
LA SUMA DE DOS NÚMEROS ES 10 Y LA SUMA DE SUS CUADRADOS 58, HALA LOS NÚMEROS
Answer:
3 y 7
Explanation:
Los números cuya suma es 10 y suma de cuadrados es 58 son los números 3 y 7
Sea "a" y "b" los dos números entonces su suma es 10:
a + b = 10
1. a = 10 - b
La suma de sus cuadrados es 58:
2. a² + b² = 58
Sustituyo la ecuación 1 en la ecuación 2:
(10 -b)² + b² = 58
100 - 20b + b² + b² = 58
2b² - 20b + 100 - 58 = 0
b² - 10b + 21 = 0
(b - 7)*(b-3) = 0
b = 7 o b = 3
Tenemos un número que será "a" y el otro que será "b", entonces los números son 7 y 3
You text file begins with the following rows. The pattern is a description of the item to be repaired, its color, and the issue. bike, red, flat tire bike, blue, broken chain skate, blue, loose wheel mitt, red, torn lace Your program starts with the following lines. import csv aFile = open("data\broken.txt","r") aReader = csv.reader(aFile) countRed = 0 for item in aReader: When you write code to count the number of times red is the color, what is the index of "red"?
Answer: the answer is 1
Explanation:
edge 2021
The 5 Steps to Problem Solving is meant as a way to mitigate errors in the programming process.
a. True
b. False
Answer:Please see explanation
Explanation:As I know the answer is A(True)
If you see the question is true please votes 5 stars and 1 heart
What does ATM mean on lego mario mean I know that this is not school related but I trying to help my brother
Answer:
I HAVE NO IDEA-
Explanation:
Why would over-50 executives have a harder time buying into the idea of social media?
Answer:
Most likely that social media has a large number of user base already and also a large number of social media platforms are already there so it is hard to compete will those big competitors like Discord.
please give brainliest
c. List three obstacles to effective listening.
Answer:
Information overload, personal concerns or issues, outside distractions, prejudice, and rate of speech and thought.
Answer:
1. Message overload
2. Environmental distractions
3. Prejudgment
4. Preoccupation
5. Message complexity
6. Failure to accommodate diverse learning styles
7. Lack of effort to listen
Explanation:
2
3
4
5
6
9
10
TIME REMAINING
01:34:03
ni
Fill in the blank with the correct response.
The
on the following image
b
link b-quote det ins img ut
ol
li code
more
lookup close tags proofread fullscreen
stands for bolding
text.
Save and Exit
Next
Submit
Mark this and return
if you are going to develop a special computer, what would it be and explain it's purpose.
Answer:
It would be to figure out what cancers someone could exactly so no need for a biopsy
consider 4 jobs arriving in ready queue in the same order at time =0 if BT requirements of these jobs are 4,1,8,1 respectively what is completion time of p1 assuming round robin with TQ =1
Answer:tq we
Explanation:
t rhh
I have need help converting in python
what are the characteristics of computer. Explain any one
Answer:
Your answer will be on the picture above..Explanation:
Hope it helps you..
Y-your welcome in advance..
(;ŏ﹏ŏ)(ㆁωㆁ)
could use the help!
Answer:
Chuckie breathed defends
Write a Boolean function named isPrime which takes an integer as an argument and returns true if the argument is a prime number, or false otherwise. Use the function in a program that prompts the user to enter a number then displays a message indicating whether the number is prime.
Answer:
public static lotsof verbosekrap(String args[]) {
int num;
printf("Enter this nonsense BF: ");
scanf("%d", &num);
isPrime(num);
}
public boolean isPrime(int num) {
if (num == prime) {
returns true;
} else {
returns "your mom sucks and fails";
}
Explanation:
this is a mix of C and Java, I don't care
what are The yoshi Themes in super smash bros ultimate
Answer:
I believe there's Yoshi's Island Brawl, and Yoshi's Island for 3DS/Wii U
Explanation:
Recall a misunderstanding, a quarrel,or a fight between you and another person friend, sibling, parents or relative analyze why it happened and what caused it by looking at the dimension of communication that was were not properly understand then recall how the problem was resolved
Anser: rlly hard for me
Explinatien: very hard i am onley 8 year old sorey
Match the TCP/IP Layer to a problem that can happen there.
1. Mistyped address
Internet layer
2. Packets fail to arrive
application layer
3. Server not found
transport layer
Answer:
server not found transport layer
Answer:
2 Transport layer
3 Internet layer
1 Application layer
Explanation:
because i got it right
Why is the central limit theorem so important to the study of sampling distributions?
Answer:
in the paragraph
Explanation:
The central limit theorem is known to be important to the study of sampling distributions because it enables us to disregard the shape of the population when the value of n is relatively large. Was this answer helpful?
How to use a structured reference to look up the value in the service years column in excel
Answer: understand?
Structured Reference is a special feature of Excel that references tables. It makes our formulas easier to understand and automatically adjusts whenever there are changes in our data.
Explanation:
A structured reference to look up the value in the service years column in excel determines the type of an asterisk (*) directly after the closing bracket, and click cell D2.
What is a structured reference?A structured reference may be defined as a special way of referencing tables and their parts that utilizes a combination of table and column names instead of cell addresses. This combination of table and column names is called a structured reference.
According to the context of this question, start typing a formula, as usual, beginning with the equality sign. When it comes to the first reference, select the corresponding cell or range of cells in your table. Excel will pick up the column name(s) and create an appropriate structured reference for you automatically.
Therefore, a structured reference to look up the value in the service years column in excel is determined by the fact they are arranged in a specific manner with the help of columns and tables.
To learn more about Structured reference, refer to the link:
https://brainly.com/question/10503561
#SPJ2
How is hybrid computer used in hospitals? please reply fast!!
Answer:
Thermometer a Hybrid Computer is used to measure the patient's blood pressure, heartbeat, temperature
Explanation:
which later converts the analog signals into digits form to display the data on the screen. Thus here, both analog and digital functions are used to perform the task.
hope it helps
mark me as brainliest pls
Please help
Due at 11:59
Answer:
1) IDEAL First Step: Identify
You need to get to the bottom of the issue, not play the blame game.
Have your team members (perhaps after a team-building game like #7) write all the causes they can think of on a large white board. Go through them one-by-one, asking one question: what caused this cause?
By backtracking to the ultimate root cause, you create a solid foundation for further discussion.
Explanation:
Answer:
a silly problem would be the problem of me not wanting to give an answer. how would you solve that problem.
Explanation:
write down the character of Morden computer
The characteristics of a modern computer are :
Speed Accuracy storage Automation Communication Versatility Memory ReliabilityWhat type of data causes concern for institutions or business when collected, stored, and not secured prope
Advertising information
Personal identifying Information
User interface information
Marketing information
The type of data which causes concern for institutions or business when collected, stored, and not secured properly is: B. Personal Identifying Information.
A personal identifying information (PII) can be defined as any representation of data or information that can be used to identify the specific identity of an individual.
Basically, a personal identifying information (PII) is an information that permits the specific identity of an individual to whom the information is ascribed or attributed.
Some examples of a personal identifying information (PII) include the following:
Social security number (SSN).E-mail address.Driver's license number.Bank account number.Full name.Passport number.As a general rule, it is very important and essential that institutions or business organizations that are in possession of personal identifying information (PII) should secure them properly, in order to avoid data breach or unauthorized access by hackers.
Read more: https://brainly.com/question/4997276?referrer=searchResults
identify the data type and the conversation specification of the given constant '100.75'
Answer:
primitive data type
Explanation:
please mark me as brainlest
The data type and the conversation specification of the given constant '100.75' is a Floating-point.
What is a Floating-point?This is known to be a data type that is made up of number that has a decimal point. For example 111.75
Conclusively, Note that the Floating-point can be shown to have slower and less correct and they can be used for a larger amount of numbers and thus the data type and the conversation specification of the given constant '100.75' is a Floating-point.
Learn more about data type from
https://brainly.com/question/179886
#SPJ2
El botón de layout se usa para
Answer:
what
Explanation:
What are the major prevention measures of a computer virus?
Answer:
use a firewall as well as a strong password
Write a recursive function encode that takes two Strings as an input. The first String is the message
to be encoded and the second String is the key that will be used to encode the message. The function
should check if the key and message are of equal length. If they are not the function must return the
string “Key length mismatch!” Otherwise the function must get the ASCII value of each character in
the key string and check if it is divisible by 2 if it is then the respective character in the message will be
encoded by getting the ASCII value of that character and adding 5. If corresponding key character it is
not divisible by 2 then 3 is added instead. Can someone help please
Answer:
85
Explanation:
jdjdjdjfjfjcjjcjrtgtggtfg g hi i
what is good work ethic?
Answer:
A strong work ethic is an important part of being successful in your career. Work ethic is a set of values based on the ideals of discipline and hard work. ... Forming good habits such as focusing, staying motivated, finishing tasks immediately, and more helps to create a good work ethic that will impress employers.
Explanation:
HOPE IT HELPS