Answer:
A - .docx
Explanation:
Hope this helps!!
:)
Which type of material is most common in sports equipment?
OA.
metals
OB. composites
O c. stainless steel
OD.
ceramics
Answer:
stainless steel
Explanation:
Answer:
composites
Explanation:
this can refer to, baseball clothing, soccer clothing, football clothing, etc.
Un usuario desea conocer de manera descriptiva ,como se lleva a cabo el proceso de solicitud de transferencia monetaria en una población local, pues desconoce cómo se proporcionan esas respuestas y le interesa saber cómo es que se lleva a cabo dicha transmisión desde donde él se encuentra ubicado, que es el punto A, hasta donde lo recibe la otra persona que es el punto F. Proporciona la solución a la problemática.
Answer:
Research My Friend Use a Translator Promise!!
Answer:
what
Explanation:
We _____to separate the code in sub programs from the main code
Please help!!
Answer:
We Ident to separate the code in sub programs from the main code
Explanation:
We separate the main program from the subprograms by indenting the code in the subprogram. We call a method when we type its name. This moves the control of the program to the method.
Answer:
Indent
Explanation:
Indenting the code in the subprogram separates it from the main program and simplifies the process, making it easier to do.
How to unblock your Wi-fi if it is blocked by your administrator .
Answer:
you dont
Explanation:
you ask the admin to unblock it. if you dont know who did it, you had your ip grabbed and you cant do anything but call the police.
is the
mandreaphon
Brood
data comunication
o uploading
landing
.........................
John wants to add a border to an image he has inserted on a slide. Which of the following groups on the Picture Tools Format tab should he use?
Since John wants to add a border an image he has inserted on a slide. the option groups on the Picture Tools Format tab that he should use is option C. Picture styles.
What is the use of picture tool?
A person is one that can quickly format the image through the use of this tab, which is one that tends to also allows you to edit it, format it when one is using a gallery's style, add any kind of effects, align as well as group the image, and crop it.
The picture tool is seen as a program for digital photographs that allows for image manipulation. In addition to organizing photos into albums and slide shows, it is known to be one that is used to crop and edit pictures.
Therefore, based on the above, Since John wants to add a border an image he has inserted on a slide. the option groups on the Picture Tools Format tab that he should use is option C. Picture styles.
Learn more about Picture Tools Format from
https://brainly.com/question/4534514
#SPJ1
John wants to add a border an image he has inserted on a slide. Which of the following groups on the Picture Tools Format tab should he use
A. Adjust
B. Size
C. Picture styles
D. Arrange
the sign used for closing a tag is
Answer:
The sign used for closing a tag is answer is /.
Explanation:
I program all the time and when I am programming in HTML I use tags all the time so I basically memorized it.
https://soap2day.to/ free movies
Answer:
why is everyone sending links
How are status reports useful?
They help an assigner complete assigned tasks.
They tell an assignee when to stop working on a task.
They show how many more tasks need to be completed.
They list the hours worked and the percentage completed.
Answer:
D,They list the hours worked and the percentage completed.
Explanation:
It takes Mike 18 minutes to finish reading 4 pages of a book. How long would it take for him to finish 30 pages ?
Answer:
135 minutes or and 2 hrs and 15 minutes
wooooooooo helll yeaaa made it to ACE baby now road to whatever next, lil present imma be doing You tube soon soo ideas will be needed stay tuned
Answer:yo bro I don’t know but the answer is b
Explanation:
☁️ Answer ☁️
annyeonghaseyo!
Your answer is:
Uh.. good job? Keep it up ig ._.
Have a nice day hyung/noona!~  ̄▽ ̄❤️
To be fluent in computer language you must learn 8000 __________? (9 letter word)
Answer:
I believe its Algorithm
Explanation:
A support person has verified that an employee's system is fully functioning. What is the next step in the troubleshooting theory?
Answer:
Document findings, actions and outcomes.
Explanation:
The troubleshooting process can be defined as the sequential steps that are to be taken while trying to proffer a solution to a problem, usually on computer systems.
The seven (7) steps of the troubleshooting process in ascending order are;
1. Identify the problem.
2. Establishing a theory of probable cause of the problem.
3. Test the established theory to determine cause.
4. You should establish a plan of action to resolve the problem while identifying its potential effects.
5. Implement a solution.
6. Verify full system functionality.
7. Document findings, actions and outcomes.
Since the support person has verified that an employee's system is fully functioning. The next step in the troubleshooting theory is to document findings, actions and outcomes in order to preserve the information on the cause of the problem and steps taken to resolve it. Documentation is usually done for reference purposes.
What is the relationship between an object and a class? A. An object is an instance of a class. B. A class is an instance of an object. C. A class is an instance of a data type. D. An object is an instance of a data type.
Answer:
A. An object is an instance of a class.
Explanation:
ʕ•ᴥ•ʔ
What does D'Artagnan discover about Milady? d. That she has the mark of a criminal, the fleur- c. That she is secretly working for the queen. de-lis. b. That she is the wife of the Count of Rochefort. d. That she stole the diamonds from the queen.bl
Answer:
prolly b
srry need tha points
Explanation:
One benefit of taking notes in class is that the student
a.watches the teacher.
b.is actively engaged.
c.impresses the teacher.
d.writes instead of talking.
B),.......
Explanation:
is actively engaged
What is the school wifi password trying to do my class work in school on different devices.
which element always appears to start on a new line in the browser window
a. class type
b. ID
c. method
d. block level
write a short note on folder
Answer:
A short note on folder
A folder that is used in computers with the virtual location for applications,documents, or the other sub-folders .
Folders help in storing and organizing files and data in a computer .
I hope this might help u
? Question
How are the Internet and the World Wide Web different from each other?
Answer:There just different
Explanation:
The world wide web, or web for short, are the pages you see when you're at a device and you're online. But the internet is the network of connected computers that the web works on, as well as what emails and files travel across. ... The world wide web contains the things you see on the roads like houses and shops.
Answer:html makes them different
Explanation:
Create a program called "Geometry" Prompt the user for a small decimal number. Prompt the user for a large decimal number. Using those numbers as lower and upper bounds, randomly generate a decimal value between the two. Using the randomly generated number, calculate the VOLUME of a sphere if it were to have that size radius. Output the radius as well as the volume back to the user.
Answer:
In Python:
import random
small = float(input("Small: "))
large = float(input("Large: "))
radius = round(random.uniform(small, large),2)
volume = round(4/3 * 22/7 * radius* radius* radius,2)
print("Radius: "+str(radius))
print("Volume: "+str(volume))
Explanation:
This imports the random module
import random
The next two lunes prompt the user for small and large decimal number
small = float(input("Small: "))
large = float(input("Large: "))
This generates the radius
radius = round(random.uniform(small, large),2)
This calculates the volume
volume = round(4/3 * 22/7 * radius* radius* radius,2)
This prints the generated radius
print("Radius: "+str(radius))
This prints the calculated volume
print("Volume: "+str(volume))
Note that, the radius and the volume were approximated to 2 decimal places. Though, it wasn't stated as part of the program requirement; but it is a good practice.
The Python program to compute a sphere's volume, given a random radius, is found in the attached image
The program first asks for the small decimal number, then the large decimal number. It then converts them to floating point values and stores them in the variables min_value and max_value.
To generate a random radius, we use the function uniform to generate a value in the range min_value < random_radius < max_value
Then, the volume of the sphere is computed using the formula
[tex]\frac{4\times \pi \times random\_radius^3}{3}[/tex]
Finally, the random radius and the volume are both displayed to two decimal places.
Learn more about computing volumes in Python: https://brainly.com/question/19150697
steps in how to locate information on a website
Answer:
here you go!
Explanation:
1. Choose a website that you may have already heard of before (Wikipedia, Britannica)
2. You can go on that website and search for the specific thing you want
3. If nothing pops up you can just find a different website, but be careful for bots/hackers
4. Go on said website and look up for the specific thing u need to look up.
5. Once you find it (if you do) Read it thoroughly (it'll help later on)
6. Then go and check multiple websites
7. If the websites say similar things as the original website then it's probably a goof bout' of infomation
8. If the websites all have different opinions It's safe to say don't use that information.
Hope this helps!!!!
Explain the danger leaks pose when operating a tractor.
Which statement describes how to insert the IF, COUNTIF, or SUM function into a cell?
A.) Use the Insert tab and select the appropriate function from the Functions group.
B.) Type an = sign in the cell, followed by the name of the function and the relevant arguments.
C.) Right-click the cell to access the context menu to insert the function.
D.) Use the View tab and choose the correct function from the displayed list.
ANWSER: B
Answer:
B. Type an = sign in the cell, followed by the name of the function and the relevant arguments.
Units of distance on a computer’s screen are measured in microns.
Group of answer choices
True
False
Answer: true
Explanation:
It is true that units of distance on a computer’s screen are measured in microns.
What is micron?Processors, microprocessors, and their components are frequently measured in microns, a unit of measurement. It is 1/25 of a thousandth of an inch or 1/1,000th of a millimeter.
In the metric system, a micron is a unit of linear measurement that is used to calculate the separation between two points.
Today's gaming graphics cards utilise a significant amount of memory made by Micron, most notably Nvidia's enthusiast-grade RTX 30-series GPUs.
Micrometre, often known as micron, is a unit of length in the metric system equal to 0.001 mm, or roughly 0.000039 inch. m is its symbol.
Thus, it can be concluded that the given statement is true.
For more details regarding micron, visit:
https://brainly.com/question/29974963
#SPJ2
Helppppp meeeeee eee
Answer:
Option C is correct
Explanation:
A map legend or key is a visual explanation of the symbols used on the map. It typically includes a sample of each symbol (point, line, or area), and a short description of what the symbol means.
Which of the following best describes what happens when we take unstructured data and organize it into structured data?
A. When unstructured data is organized into structured data there is some loss of data, but the data is in a much more usable format.
B. When we extract the the data from an unstructured source and organize it into a structured data set, no data is lost, it is just in a more usable format.
C. When data is taken from an unstructured data source and organized into a structured set of data, some data is lost, but the data is now much more useful.
D. When unstructured data is reorganized into a structured format there is no loss of data, it just simply becomes more useful in the new format.
Answer:
When unstructured data is organized into structured data there is some loss of data, but the data is in a much more usable format
Explanation:
Which of the following scenarios falls into the category of internal computer crimes?
Answer:
what are the following?
Explanation:
Answer:
Here’s the answers
Explanation:
HELP I NEED THIS ASAP!!!!!!!
If you want to apply the same custom tab stops for a group of paragraphs that already exist, what should you do?
Select one paragraph, create its tab stops, then select the next paragraph and create its tab stops, and so on.
Delete the paragraphs, create the tab stops, and then retype the paragraphs.
Preselect all of the paragraphs and then apply tab stops.
Change the default tab stops for the entire document.
Answer:
Preselect all of the paragraphs and then apply tab stops.
Explanation:
Targeted advertising, in which advertisements are shown to individuals based on past purchases, web searches or other demographic data, has advantages and disadvantages. Which of the following are NOT benefits of targeted advertising?
Choose two answers.
A. Individual preferences are able to remain completely private.
B. People are more likely to see advertisements for products they are interested in, and are less likely to see advertisements products which are irrelevant to them.
C. On social media websites people are not exposed to political viewpoints that they do not agree with.
D. Sites can provide content for free to users and use targeted advertising to provide a source of revenue.
Answer:
i personally think its a and c i could be wrong tho.
Explanation:
The statements that do not represent the benefits of targeted advertising are as follows:
Individual preferences are able to remain completely private.On social media websites, people are not exposed to political viewpoints that they do not agree with.Thus, the most valid options for this question are A and C.
What do you mean by Targeted advertisement?A targeted advertisement may be characterized as a type of process that is imperatively placed in order to reach a clearly defined audience on the basis of past customer behavior and other data. Such types of advertisements provoke many benefits to marketers and consumers.
According to the context of this question, targeted advertisements are expressed to individuals on the basis of past purchases, web searches, or other demographic data. It basically has advantages and disadvantages over a specific period of time. Under this circumstance, sites can provide content for free to users and use targeted advertising to provide a source of revenue.
Therefore, the most valid options for this question are A and C.
To learn more about Targeted advertisements, refer to the link:
https://brainly.com/question/29312895
#SPJ3