Draw a circle with radius 2cm and display its perimeter

Answers

Answer 1

Answer:

12.57

Explanation:

circumference =

[tex]2\pi r = [/tex]

[tex]2 \times \frac{22}{7} \times2[/tex]

[tex] = 12.57[/tex]


Related Questions

What is wrong with the following code?
numl = int (input("Enter a number: "))
numz = int (input("Enter a number: "D)
num3 = int (input("Enter a number: "))
print ("The average is: + (numl + num2 + num3/3)
The last line should be print ("The average is: (numl + num2 + num/3)
The variables should be lnum, 2num, Bnum
It needs a into command
It needs a stro command

Answers

Code:

numl = int (input("Enter a number: "))

num2 = int (input("Enter a number: "))

num3 = int (input("Enter a number: "))

print ("The average is:" + ((numl + num2 + num3)/3))

Answer:

It needs a str command

Explanation:

Given

The above code

Required

Determine and correct the error

At the last line of the code, there is an attempt to print the average of the three numbers.

However, this will return an error because:

In order to print the literal "The average is:" and the numeric value of (numl + num2 + num3)/3, a str command is needed.

This converts (numl + num2 + num3)/3 to a literal and then print without error.

So, the correct instruction is:

print ("The average is:" + str((numl + num2 + num3)/3))

Help Me

What are the four types of graphic models?

Answers

Answer:

-Bayesian network

-Naive Bayes classifier where we use a tree with a single root

-Dependency network where cycles are allowed

-Tree-augmented classifier or TAN model

Explanation:

can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do

Write a function called initials that will take a first and last name and return their initials using the following format:

initials("Tracy", "Turtle")
# => "T.T."
initials("Peter", "Parker")
# => "P.P."

Answers

Answer:

first = input( "What is your first name? " )

last = input( "What is your last name? " )

def initials():

   print ("Your initials are: "+first[0]+"."+last[0]+".")

initials ()

Explanation:

it works when I test but it won't submit. Hope this helps

Following are the program to prints the initials of the input value.  

Program Explanation:

Defining a class Main.Inside the class, a method "initials" is declared that takes two string variables "first, last" in the parameter.Inside the method, a return keyword is defined that uses the charAt method that returns the first character value of the parameters. In the next step, the main method is defined.Inside the main method, a print method is declared that calls initials method that accepts value in the parameter and prints its value.

Program:

public class Main //defining a class Main

{

   static String initials(String first, String last)//defining a String method initials that input two variables in the parameter

   {

       return first.charAt(0)+"."+last.charAt(0)+".";//using charAt method that returns first character value

   }

 public static void main(String[] as) //defining main method

 {

   System.out.println(initials("Tracy", "Turtle"));//using print method that calls initials method that accepts value in parameter

   System.out.println(initials("Peter", "Parker"));//using print method that calls initials method that accepts value in parameter

 }

}

Output:

Please find the attached file.

Learn more:

brainly.com/question/2810164

hellllllllllp i need hlel dad

Answers

miss girl whatttttttttt

can someone help me with Exercise 7.1.5: Initials on codehs.

Answers

7.1.5 Codehs:

Write a program that gets a string containing a person's first, middle and last names, and then display their first, middle and last initials. For example, if the user enters John William Smith, the program should display J. W. S. [In python]

Answer:

first = input("First name: ")

middle = input("Middle name: ")

last = input("Last name: ")

print(first[0]+". "+middle[0]+". "+last[0]+".")

Explanation:

This line prompts user for first name

first = input("First name: ")

This line prompts user for middle name

middle = input("Middle name: ")

This line prompts user for last name

last = input("Last name: ")

This line prints the name initials

print(first[0]+". "+middle[0]+". "+last[0]+".")

Answer:

def initials(string, new_string):

   return string[0] + "." + new_string[0] + "."

print(initials("Your", "Name"))

Explanation:

Cody needs to print a message to the screen using Python. Which shows the correct way to code a print statement?
Oprint("I can code.")
O print (I can code.)
O print - I can code.
Oprint (I can code);

Answers

Answer:

A. print ("I can code.")

Explanation:

In this scenario, Cody needs to print a message to the screen using Python. The command which shows the correct way to code a print statement is print ("I can code.").

In Python programming, the print () function is used for printing a specific output message. The syntax for the print function includes using double quotation marks to enclose the text (string).

An example of an executable code using Python programming language is;

Print ("1. RED")

Print ("2. BLUE")

COLOR = Int(input("Please select your favorite color by entering a number:"))

If (COLOR == 1);

Print ("You chose Color Red")

elif (COLOR == 2);

Print ("You chose Color Blue")

else;

Print ("You have entered a wrong number")

Answer: A print I can code

Need help asapppppppppp

Answers

Answer:

artistic

Explanation:

because being it is considered a art

Answer:

daddy

Explanation:

Tennis players are not allowed to swear when they are playing in Wimbledon

Answers

Answer:

True

Explanation:

Answer:

Yes

Explanation:

Project: big research project

Answers

Answer:

Where is the question?

Explanation:

Cool, where is the question. If u want us to answer ur gonna have to give a question or picture lol

overview of your opinion of Digital Access

Answers

Answer:

What type of digital access I can further answer if you tell me

Explanation:

I think its ok sometimes, but other times its just stupi.d

I need help building a computer what are some good parts?

Answers

Answer:

glass for the screen, wires to connect everything, something for the buttons, you also might need a screen protector so it can help your eyes because the screen will be bright, use something that will help the computer not fall off the desk, you also need to make some space at the bottom of the computer for the sound to go through, you need to make some more space at the either side you want the charger for it to always have power so you can always use it, and memory space, if you want to you can add a little space at the side for your earbuds.

Explanation:

you need to have your parents help you so you don't get hurt.

Imma say something random...



like LOL
who ever likes Gacha games with tik tok
go follow "ashten.ace" if ya want UwU
he's pretty good in my opinion


okay thx BYEEEEEEEEEEE <3

Answers

Answer:

Uh I don't understand what you said.

Explanation:

N/A

Layer 4 security and application services, including server load balancing, Secure Sockets Layer (SSL) offloading, firewalling, and intrusion prevention system (IPS) services are provided by the data center ___________ layer.

Answers

Answer:

Layer 4 security and application services, including server load balancing, Secure Sockets Layer (SSL) offloading, firewalling, and intrusion prevention system (IPS) services are provided by the data center aggregation layer.

Explanation:

Consider the given information.

A key point for security and application services is the aggregation layer. In the data centre aggregation layer, the Layer 4 security and application services provide server load balancing, SSL offloading, firewalling, and IPS services.

Layer 4 security and application services, including server load balancing, Secure Sockets Layer (SSL) offloading, firewalling, and intrusion prevention system (IPS) services are provided by the data center aggregation layer.

You want to ensure that a project team can only access the files specifically created for them, and no other files. Which term is most correct in describing this configuration?

Answers

Answer:

Least privilege model.

Explanation:

In Computer science, the least privilege model can be defined as an information security model which typically involves giving a user the minimum level of permission, access or rights required to perform his or her duties, tasks or job functions.

In this scenario, you want to ensure that a project team can only access the files specifically created for them, and no other files. Thus, the term which is most correct in describing this configuration is least privilege model.

Basically, the least privilege model ensures a particular user is only given the barest minimum of rights, permission or access needed to perform a task.

A typical day in programming and software development would involve

monitoring network connections.

figuring out why a computer will not turn on.

using an image-editing program.

writing code for a software program.

Answers

Answer:

writing code for a software program.

Explanation:

Software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications.

Some of the models used in the software development life cycle (SDLC) are; waterfall model, incremental model, spiral model, agile model, big bang model, and V-shaped model.

The five (5) standard stages of development in software development are;

I. Analysis.

II. Design.

III. Implementation (coding).

IV. Testing.

V. Maintenance.

A typical day in programming and software development would involve writing code for a software program.

Generally, software applications or programs require a code containing series of sequential instruction to perform specific tasks, commands and processes. These sets of code are typically written by a software developer (programmer).

Have any of you guys had to deal with not seeing profile pictures or not being able to open PDFs on this website? Is it just me or an overall glitch of the Brainly system?

Answers

Me too man me too yeah

wap in java to complete the following (16*1) +(14*2) +(12*3) +(10*4) +(8*5) +(6*6) +(4*7)​

Answers

Answer:

It goes like:

public class Program

{

public static void main(String[] args)

{

int j=18;

int sum=0;

for (int i =1; i<7; i++)

{

sum=sum+(i*(j-2));

j=j-2;

}

System.out.println(sum);

}

}

Explanation:

Variables used:

j : controls the first number in product and decreases by 2 each time the loop runs.

sum: saves the values of addition as the loop runs.

Effective nonverbal communication can cause tension.

True or False

Answers

Explanation:

When your nonverbal signals match up with the words you're saying, they increase trust, clarity, and rapport. When they don't, they can generate tension, mistrust, and confusion.

Answer:

False

Explanation:

Designing a video game takes tons of creativity. What inspires your personal creativity and ideas for video games? Explain and give several specific examples. How do you make sure your ideas are original and not copied directly from other video games?

Answers

Answer:

you could say that you would  put watermarks in some frames so you can prove u made it yourself

Explanation:

Writers develop plot arcs and dialogue, artists construct 2D and 3D models, composers produce soundtracks, programmers choreograph all the moving parts into a cohesive universe. The artwork is an eclectic mix. The audience and players have a first-person perspective while playing the games.

What personal creativity and ideas for video games?

Playing video games can increase your reaction times and hand-eye coordination, two skills that are essential to creativity. Game design is the process of using creativity and design to produce a game for entertainment or educational purposes. It is a part of the broader field of creating video games.

Post-Release Assistance. This is a crucial element in the various stages of game development. Most projects fail because this important component is overlooked.

Therefore, You may claim that you would include watermarks in select frames to demonstrate your authorship.

Learn more about creativity here:

https://brainly.com/question/17081416

#SPJ2

You wrote a program to compare the portion of drivers who were on the phone. Which statements are true? Select 4 options. A different set of observations might result in a larger portion of male drivers being on the phone. Your program compared an equal number of male and female drivers. It is important to test your program with a small enough set of data that you can know what the result should be. Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results. You could modify the program to allow the user to enter the data.

Answers

Answer:

1,3,4,5 (It's not the one that starts with your program)

Explanation:

Edge 2020

A driver is essentially a piece of software that enables communication between an operating system and a device. Consider the scenario where a device needs to read some data from an application.

What program to compare the portion of drivers?

Type “device management” into the taskbar's search box, then click on Device Manager. To see the names of the devices, choose a category, then right-click (or press and hold) the item you want to update. Decide Automatically check for driver software updates.

A computer software known as a driver, sometimes known as a device driver, that serves as a bridge between the operating system and a device such a disk drive, video card, printer, or keyboard.

Therefore, The device's collection of specific commands must be thoroughly understood by the driver.

Learn more about program here:

https://brainly.com/question/3224396

#SPJ2

Bananas are curved because they grow towards the sun ☀️

Answers

Answer:

Yes bc nutrients twords the sun!

Explanation:

Answer:

yes?

Explanation:

Pedro needs to write a block of code that will repeat a loop six times. Which type of loop should he use?

for
else
else-if
while

Answers

Answer: D

Explanation:

Answer:

im pretty sure its for

Explanation:

Please help me figer out hot to change the letter to a C

Answers

Answer:I

I do not know sorry, but I will try and see if I can sear how to do it..

Explanation:

Answer:

find where it says d and delete it and add a c

Explanation:

but if you reload it will go back to normal

WILL GIVE BRAINLIEST!!!!!!!!!
The Port of New Orleans is not considered an intermodal port.


True

False

Answers

Answer:

True

Explanation:

The ____ view displays the worksheet the way it will look when it prints.

A) Normal

B) Page layout

C) Break

D) Page settings

Answers

I think you are looking for page layout. You can typically see it before printing out a page
page layout should be correct

Question #3
Which techniques are useful when evaluating a program? Select 4 options.
O user experience testing
print debugging
defuncto debugging
o test cases
automated testing

Answers

Answer:

user experience testingtest casesautomated testingprint debugging

Explanation:

The techniques which are useful when evaluating a program are user experience testing, test cases, automated testing and print debugging. Thus, option 1st, 2nd, 4th and 5th are correct.

What is Programming?

Programming is the process of carrying out a certain computation, often through creating and constructing an executable computer program. Programming activities include analysis, algorithm generation, algorithm accuracy and resource use assessment, and algorithm implementation.

The process of producing a set of instructions that tells a computer how to complete a task is known as programming. Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.

Goal-based, process-based, and outcomes-based assessment methods are the three basic types of evaluation methodologies.

User experience testing, test cases, automated testing, and print debugging are always that may be used to evaluate an application. As a result, options 1, 2, 4, and 5 are correct.

Learn more about programming here:

https://brainly.com/question/11023419

#SPJ2

what are the secure methods when transmitting data?

Answers

Answer:

Many secure transmission methods require a type of encryption. The most common email encryption is called PKI.

Explanation:

Which filter gives a “squeezed” effect to an image?

Answers

Explanation:

When using the pinch filter, you simply select a percentage from -100 to 100 to pinch or squeeze your image. The Pinch filter squeezes a selection or layer inward or outward.

E-mail is a special form of business communication.
is the set of rules that governs communication using e-mail.

Answers

Answer:

 Your answer would be 'Netiquette ' .

Hope this helped you out :D

Please help, thanks! (simple question) I'm doing a project and need to ask two people what they think is the highest contributor to global warming. my phone is dead. What do you think is one of the greatest contributors to global warming? I have to make an app about the two things.

Answers

What I think the highest is carbon dioxide . Because we use a lot of CO2 in every single day . So image that for 365 . We use a lot of carbon dioxide . In which that is ruining our earth
Other Questions
1. what was a major factor that caused the second Punic war?2. what was the outcome of the second Punic war? Wright Company recently petitioned for bankruptcy and is now in the process of preparing a statement of affairs. The carrying values and estimated fair values of the assets of Wright Company are as follows: Carrying Value Fair Value Cash $10,000 $10,000 Accounts Receivable 60,000 30,000 Inventory 70,000 40,000 Land 90,000 75,000 Building (net) 200,000 150,000 Equipment (net) 80,000 25,000 Total $510,000 $330,000 Debts of Wright are as follows: Accounts Payable $40,000 Wages Payable (all have priority) 6,000 Taxes Payable 12,000 Notes Payable (secured by receivables and inventory) 90,000 Interest on Notes Payable 5,000 Bonds Payable (secured by land and buildings) 200,000 Interest on Bonds Payable 8,000 Total $361,000 A) Based on the preceding information, what is the total amount owed to general unsecured creditors please help i shall give brainliest Please I really need help! Which equations passes through point (5, 1) with an x-intercept of 4?O y=x-4O y = 5x + 1Oy - 4x + 1O y = x + 5 I just don't understand how to do this URGENT!!! due in 1 hr pls help!! 30points THANK YOU history on our 50% of 32 less than a hundred greater than 100 but less than 150 or greater than 150 {7,21,63,189,..} write a rule for the geometric sequence Which pair of sides in this shape are parallel? R S P T RS and ST RS and PT QR and QP QR and ST Solve log x = 2 by changing it to exponential form.a. X = -20C. X=20B x=10^2D x=2^10 If two connected points objects pass through the same set of three points, the shapes created by each will be identical, regardless of the order in which each object was plotted. True !!PLS HELP ASAP!!In the process of creating ammonia (NH3), nitrogen gas (N2 ) is combined with hydrogen gas (H2) that is extracted from hydrocarbons such as methane (CH4) or propane (C3H8) gas. Manufacturers must determine the appropriate amount of each reactant so as to produce the highest yield of product.The balanced reaction for ammonia is below:N2+2H32NH3Explain why determining the limiting reactant is important to a manufacturer trying to produce NH3 and the effect of running out of reactant. The size of a cylinder changes with time. If r increases at the rate of 2 cm/min and h decreases at the rate of 7 cm/min, at what rate is the volume changing at the instant when r Judd puts password protection on all of his files, makes sure not to have any patient information open on his computer when he takes breaks, works well with his coworkers, and is in charge of training new employees. Which career pathway is Judd most suited for based on these skills?Support ServicesHealth InformaticsBiotechnologyDiagnostic Services In the diagram below of triangle KLM, N is a midpoint of K L and P is a midpointof LM. If NP + 3, and KM = 36 - 4x, what is the measure of NP? Charlie has 12 feet of rope. He cuts it into pieces that are each of a foot long. How many pieces of rope will he have? Find the acute angle between the lines. Round your answer to the nearest degree. 9x y = 4, 8x + y = 6 Bart and Celenia were filling a wading pool with water. Bart filled of the pool. Then Celenia filled of the pool. What part of the pool was not filled with water? PLZ HELP THXS uwu What is the slope of the line that passes through the points (3, 1) and (2, 5)?Show Work