Answer:
Radius = 14 cm = 0.00014 km
Circumference = 2πr = 2 × 22/7 × 14/100000 = 0.00088 km
As it went thousand times , distance covered = 0.00088 × 1000 = 0.88 km
ANSWER QUICKLIY
The purpose of the options in the View tab of the ribbon in Word is to:
choices allow you to view other documents.
allow you to view comments on the document.
allow you to permit others to view the document.
allow you to view the document in different ways.
Answer:
Explanation:
Allow you to view the document in different ways. Sorry if I am wrong. I am dumb
God bless, stay safe, and good luck! :)
Brainliest for correct answer
Which of the following statements describes circuit boards?
They have billions of tiny switches.
They operate according to the decimal system.
They have been replaced in modern computers by hard drives.
They make the keyboard function properly.
Answer: A
Explanation: Been asked before.
Jackie is planning a birthday party for her little brother and is researching different trampoline parks. She receives a pop-up asking for her name, address, and date of birth so she can receive a special promotion from the trampoline park. What should Jackie do?
a
Ignore the request and not enter any personal information.
b
Provide only her name and date of birth.
c
Provide only her name and address.
d
Provide the requested information to receive the discount.
Answer:
a
Explanation:
sis is gonna get scammed
Answer:
a
Explanation:
You dont know who is getting your information and it is not someone you know. STRANGER DANGER!
Which of the following statements is true about using samples for research studies instead of entire populations?
Using a sample is more expensive, because more care must be taken selecting subjects.
Using a sample is more time-intensive, because more care must be taken selecting subjects.
Using a sample is more wasteful, because data about the rest of the population is not included.
Using a sample is more accurate, because more care must be taken assessing each response.
Please help!
Answer:
Using a sample is more accurate, because more care must be taken assessing each response.
Explanation:
A "sample" is considered more accurate than a population because it prevents bias when it comes to responses--provided that each response was carefully assessed. This can give an exact representation of the entire population.
It is definitely not more expensive, not more time-intensive nor wasteful because it is more manageable, cost-effective and feasible than a population.
You are in the process of creating a form that will be used to obtain customer contact information. You have two goals: Wrap a box around the fields, and add a field to allow customers to type several lines of comments. Select the correct elements to fulfill these two codes.
To wrap a box around the fields in the form, you can use the HTML <fieldset> element. This element is used to group related form fields together and provides a visual boundary around them. Here's an example of how you can use it:
<fieldset>
<legend>Contact Information</legend>
<!-- Your form fields go here -->
</fieldset>
By using the <fieldset> element and providing a <legend> element inside it, you can create a labeled box around the contact information fields.
To add a field that allows customers to type several lines of comments, you can use the HTML <textarea> element. This element creates a multi-line input area where users can enter and edit text. Here's an example:
<textarea name="comments" rows="4" cols="50"></textarea>
In the example above, the <textarea> element is created with the name attribute set to "comments". The rows attribute determines the visible height of the input area, and the cols attribute determines the visible width. Adjust these values according to your desired size.
By incorporating the <fieldset> element to wrap the contact information fields and adding the <textarea> element for customer comments, you can create a form that fulfills both requirements.
To wrap a box around the fields in the form, you can use the HTML <fieldset> element. This element is used to group related form fields together and provides a visual boundary around them.
<fieldset>
<legend>Contact Information</legend>
<!-- Your form fields go here -->
</fieldset>
By using the <fieldset> element and providing a <legend> element inside it, you can create a labeled box around the contact information fields.
To add a field that allows customers to type several lines of comments, you can use the HTML <textarea> element. This element creates a multi-line input area where users can enter and edit text. Here's an example:
<textarea name="comments" rows="4" cols="50"></textarea>
In the example above, the <textarea> element is created with the name attribute set to "comments". The rows attribute determines the visible height of the input area, and the cols attribute determines the visible width. Adjust these values according to your desired size.
By incorporating the <fieldset> element to wrap the contact information fields and adding the <textarea> element for customer comments, you can create a form that fulfills both requirements.
Learn more about text on:
https://brainly.com/question/29784279
#SPJ1
public class Main {
public static void main(String[] args) {
String firstName = "John ";
String lastName = "Doe";
String fullName = firstName + lastName;
System.out.println(fullName);
}
}
From this example copy and paste code that when run would say your name. in javascript with my first name being Ryan and my last name being Smith
Answer:
const firstName = "Ryan ";
const lastName = "Smith";
const fullName = firstName + lastName;
console.log(fullName);
Explanation:
C programming Computers represent color by combining the sub-colors red, green, and blue (rgb). Each sub-color's value can range from 0 to 255. Thus (255, 0, 0) is bright red, (130, 0, 130) is a medium purple, (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (In other words, equal amounts of red, green, blue yield gray).
Given values for red, green, and blue, remove the gray part.
Answer:
Read Below
Explanation:
In C programming, computers represent color by combining the sub-colors red, green, and blue (rgb), where each sub-color's value can range from 0 to 255. For example, (255, 0, 0) represents bright red, (130, 0, 130) represents a medium purple, (0, 0, 0) represents black, (255, 255, 255) represents white, and (40, 40, 40) represents a dark gray. When equal amounts of red, green, and blue are combined, they yield gray. Thus, (130, 50, 130) represents a faded purple, due to the (50, 50, 50) gray part.
THIS IS FOR AN ASSIGNMENT
do any of you guys ship Mike X Ennard
(I don't)
Answer:
who knows
Explanation:
GIVING BRAINLIEST
Explain why it’s important to know your audience when designing a web page.
Answer:
Hi there!
Your answer is
It is important to know your audience so you know the type of content to put in your webpage. You also must know the audience to determine what knowledge-level your content will include.
For example, if your webpage was meant for an audience of well educated professionals, you would need to use strong terminology and use higher level explanations.
I hope this makes sense! Good studying!
5th grade
Remi would like to write a paper about the biggest roller coaster. Before he begins to write he should research amusement parks so he is able to make an
A : advised decision
B : informed opinion
C : informed outcome
D : uninformed opinion
please heeeeelp
True or False: Comments allow users to make their project more readable for other users.
The process of transferring information from a computer's memory to a flash drive is called:
a. writing c. formatting
b. reading d. transporting
Answer:
The process of transferring information from a computer's memory to a flash drive is called writing.
To write to a flash drive, you can simply connect the flash drive to your computer using a USB port, and then use a file manager or other software to copy and paste the files you want to transfer from the computer's memory to the flash drive. Alternatively, you can also drag and drop the files from the computer's file explorer directly onto the flash drive icon.
Formatting refers to the process of preparing a storage device, such as a hard drive or flash drive, for use by organizing it into a specific file system that the operating system can understand and access. Formatting a flash drive will erase any existing data on the drive, so it is usually only done when setting up a new drive or when you want to erase all the data on the drive.
Reading refers to the process of accessing and extracting information from a storage device. When you read from a flash drive, you are accessing and copying the files stored on the drive to your computer's memory.
Transporting refers to the act of physically moving a storage device, such as a flash drive, from one location to another. It does not involve the transfer of data or information.
Explanation:
PLEASE HELP ME Write a 150-word paragraph about five of the zaniest and/or most novel ways you’ve found online that people earn incomes. Keep in mind that the sites should not be corporate sites. We are looking for unique niches. Have fun. We think you will be surprised when you see what people are willing to pay for online.
Answer: Disney and video games winning ratings can produced a vast amount of money, making into a job, that anyone could create for example becoming an actor or becoming a gamer.
we could go over the amount of time disney and other companies spent.
Walt needs to ensure that messages from a colleague in another organization are never incorrectly identified as spam. What should he do?
A.Configure a safe recipient.
B.Configure a blocked sender.
C.Configure a safe sender.
D.Do nothing.
Answer:
C. Configure a safe sender
Explanation:
It’s dabest thing to do
As per the given scenario, Walt should need to configure a safe sender. The correct option is C.
What is configuration?A system's configuration in communications or computer systems refers to how each of its functional elements is organised in relation to their nature, number, and distinguishing features.
Configuration frequently involves picking the right hardware, software, firmware, and documentation.
A person, group, or organisation that starts the communication is known as the sender. The success of the message stems primarily from this source.
The communication is influenced by the sender's experiences, attitudes, knowledge, competence, perspectives, and culture.
Walt must take care to prevent messages from a colleague in a different organisation from ever being mistakenly classified as spam. He ought to set up a secure sender.
Thus the correct option is C.
For more details regarding configuration, visit:
https://brainly.com/question/13410673
#SPJ2
help please im not sure what this means T^T
Answer:
14
Explanation:
50 points! ㅠㅠ does anyone speak korean or watch korean animes? 안녕 ㅋㅋ ㅇㅅㅇ How do people make animationsss.
Answer:
Explanation Well depends on what type of animations your asking for but Anime is almost entirely drawn by hand but It also takes skill to create hand-drawn animation and experience to do it quickly. ... They're the ones who make all the individual drawings after the top-level directors come up with the storyboards and the middle-tier “key animators” draw the important frames in each scene it has a lot of process .
A local variable is printed outside its function. What is the output?
O A global version of the variable
O Both local and global versions of the variable
O The local variable
OThe output is not defined
Answer:
O The output is not defined
Explanation:
A proper compiler won't allow the print statement to compile. It cannot be executed.
Assuming the program does compile somehow, the print statement would reference a memory location whose value may or may not have any relationship with the last stored value of the local variable.
The output is not defined.
Which best describes desktop publishing? the process of designing and laying out printed material the positioning of text, graphics, and white space on a page the style of letters and how they are arranged the use of images and colors
Explanation:
the process of designing and laying out printed material.
Answer:A photographic proof where all colors are shown in blue, best used for spot color jobs, and it is used primarily to ... WYSIWYG is technical jargon that describes.
Explanation:
Describe the narrative of the game Badland. How did it develop from level to level?
Answer:
The story takes place during two separate days, over the course of Dawn, Noon, Dusk, and Night time periods per day. Your character is flying through this already somewhat dangerous forest when giant egg-shaped robots begin to emerge out of the water and background and begin to take over the forest.
Explanation:
after i played the game i know the story by heart
The Zheltikes discovered the planet's badlands, where they spent days (which seemed like years to them) creating a vast civilization.
They created The Quinshee, a robotic aide that would help them rule the earth, but they erred greatly by using artificial intelligence. They were attacked by their creation, who also destroyed their infrastructure and factories.
The game proceeds through four stages with ten levels each: dawn, noon, dusk, and night. Each stage has a distinct subject and history. Day I and Day II, each with all four stages, make up the two chapters that make up the Main Game.
There are three extra goals at each stage that grant eggs. The story occurs throughout the span of two distinct days, at various times during each day's dawn, noon, dusk, and night. Flying through this already quite hazardous woodland is your character.
Learn more about badlands here:
https://brainly.com/question/31633114
#SPJ3
What happens when you try mixing colors (color3, Vector3) in tech? What happens
A. It fades with the color
B. It prints an error in output and chooses a random color
C. It reverts itself
D. It layers with a random color
E. None of the above
Answer:
A
Explanation:
When the prompt function is used in JavaScript, _____ appears.
A.
an error message
B.
a pop-up box
C.
a data warning
D.
a password request
Answer:
B
Explanation:
instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog
Why isn't my brainly post being answered?
Try deleting then reposting, it may not always pop up in new questions, I will have a look at the question anyway.
(I made this up teehee) what anime is katski bakugo from
What where the two problems Microsoft faced? How was it solved?
Answer:
Mobile
Explanation:
They completely discontinued it before they started being deficit
Answer:
i honestly dont i just need more
Explanation:
Renee spends most of her day typing information into a computer from handwritten applications. What is MOST likely her job?
Question 25 options:
transcriptionist
court reporter
bookkeeper
data entry clerk
Answer:
transcriptionist
Explanation:
The definition of a transcriptionist is a typist who transcribes letters or other documents from recorded dictation.
How do you code things to make shapes out of them and add color
Answer:
go to KhanAcademy and search "Coloring with code" and it should be the first thing at the top
Today you turned on your computer after being on vacation for a week. You see spinning white dots on a black screen. You decide that an update might be installing, so you allow the computer to work for approximately 20 minutes. After 20 minutes, you turn off your computer and then restart it, and it fails two more times.
Answer:
The loading symbol means that it's trying to resolve somthing did you leave any applications on or did your computer warn you that an update was coming that could cause the software to malfunction.
Answer; Unplug your cord that operates your COMPUTAR and unplug it for 10 min and replug it in again
Explanation: It might have been weak so its trying to use its self so it can reload itself and if that dont work your computar .is messed up i recomend getting a new one if that DONT work
Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain. ( USE C.E.R *Claim, Evidence, Reasoning* )
I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.
How do Java scripts work?!
I need the answer fast because My school homework is due tommorow!
Answer:
The way JavaScript works is interesting. Inside a normal Web page you place some JavaScript code (See How Web Pages Work for details on Web pages). When the browser loads the page, the browser has a built-in interpreter that reads the JavaScript code it finds in the page and runs it.
What does nitro type teach? What lessons do we learn from it? Explain your answer.
Answer:
it teaches how to type and not get mad over it
Explanation:
I love nitro type it makes me feal like i know how to type