Possible angles between the given sides are 48.59° and 122.57°.```This means that the angle between the sides with lengths 13 cm and 22 cm can be either 48.59° or 122.57°, depending on the length of the third side of the triangle.
To calculate the third side of the triangle, the Heron's formula can be used. According to Heron's formula, the area of a triangle can be expressed in terms of its sides as:$$Area = \sqrt{s(s-a)(s-b)(s-c)}$$
where a, b and c are the lengths of the sides of the triangle, and s is the semiperimeter of the triangle, defined as:$$s=\frac{a+b+c}{2}$$
Let's apply the formula to calculate the semiperimeter s of the triangle with sides 13 cm and 22 cm, and area 100 cm². $$100 = \sqrt{s(s-13)(s-22)(s-c)}$$Let's square both sides to re
move the square root:$$100^2 = s(s-13)(s-22)(s-c)$$Simplifying:$$100^2 = s(s^3 - 35s^2 + 286s - 572)$$T
To know more about angles visit:
brainly.com/question/31671463
#SPJ11
Elsa wants to save her work at the office to be continued at home either on a pen drive or CD. Outline three reasons why she will choose the pen drive over the CD
Answer:
Pen Drive offers more accessibility
Not every device is equipped with a CD player but every device has a USB port for a pen Drive. Saving on the pen Drive will therefore enable the data to be more accessible.
Pen Drive has more space.
CDs usually have a storage capacity of below a gigabyte whilst pen drives can reach up to 2 terabytes thereby offering exponentially more space to save data.
Safety of Data
CDs are more prone to damage as data could be lost if the CD is scratches. Pen Drives on the other hand are encased in an outer case that protects the data.
driswers.
In what two ways is the plain text form of markup languages an advantage?
Developers don't need a special program to view or edit it.
Developers can use it to make web pages more dynamic.
It is secure because developers can view it only in a text editor.
It is human-readable, but machines cannot read or change it.
It makes markup languages independent of hardware and software.
Answer:
Developers don't need a special program to view or edit it.
It makes markup languages independent of hardware and software
Explanation:
Markup just means that it's easily readable by humans. However, you'll often need specific software to be able to edit it, as opposed to plaintext, which could be edited in notepad.
What security trade-offs or options should an administrator consider when confronted with a potentially extraneous service, such as FTP or SMTP, running on a web server? *
FTP or File Transfer Protocol was never designed to be hack-safe. Files exchanged using FTP are not encrypted. Hence, this service is susceptible to various kinds of security risks such as spoofing, sniffing, etc.
What tradeoff must the Administrator consider when using FTP?Although the FTP is insecure, it is a very fast way of transferring files.
When the connection is lost during file transfer, it is possible to resume such a transfer.
It also allows for queuing, scheduling, uploading, and downloading of files.
The full meaning of SMTP is Simple Email Transfer Protocol.
Learn more about FTP and SMTP at:
https://brainly.com/question/17506968
https://brainly.com/question/14396938
Unlike radio frequency identification (RFID) tags, bar codes: Question 30 options: require a reader that tunes into a specific frequency to determine the location of products. cannot be read using a handheld or pen-type scanner that reads and records data instantly. require direct line-of-sight scanning. increase data entry errors by 75 percent.
Answer:
require direct line-of-sight scanning.
Explanation:
Unlike radio frequency identification (RFID) tags, bar codes require direct line-of-sight scanning. Meaning you need a device that can scan the bar code and the scanner needs to be directly pointing at the barcode without anything in the way. This is because bar codes work by embedding the information in a design of lines that need to be scanned to retrieve the information. If anything gets in the way it interrupts the scanning process and the data is not correctly transmitted. RFID tags on the other hand do not need a direct line of sight since the information is transferred through radiofrequency. This allows the data to be transferred without a line of sight and at a distance of up to 300ft.
Which of the following numbers might this code generate: random.randint(1,9)?
0
10
11
1
Answer:
1
Explanation:
In Python programming language, the random.randint function is an abbreviation for random integers.
Basically, the random.randint is used for generating or creating a random integer numbers.
The syntax for this code can be written as;
A = random.randint(1,9)
Print ("Random number between 1 and 9 is % s" % (A))
Note, the numbers between 1 and 9 are 1, 2, 3, 4, 5, 6, 7, 8 and 9.
From the answer choices given (0, 1, 10 and 11), the only number that matches the requirement is 1.
Therefore, the number this code random.randint (1,9) might generate is 1.
A method which returns a value is referred to as…
Well, it could be multiple things.
For example:
A function can return a value. (i.e: int test() { return 1; }
A declaration can return a value. (i.e: int test2 = 1;)
But I'd say a function because it makes more sense logically.
How do you turn Track changes on?
A.) Select the review tab the track changes.
B.) Select the review tab then new comment.
C.) select the file tab then track changes.
D.) Select the reference tab then track changes.
help me
To turn on Track Changes in Microsoft Word, you need to follow these steps: A.) Select the "Review" tab, then click on "Track Changes."
How do you turn Track changes on?A person have the option to activate or deactivate the "Track Changes" function in the designated section.
When the Track Changes function is enabled, all alterations made to the document will be documented and presented with formatted indicators.
Therefore, the correct answer is option A.) Select the review tab then click on "Track Changes."
Learn more about Track changes from
https://brainly.com/question/27640101
#SPJ1
Apply the following tasks to the attached "Sales V2. Xlsx"
1. On the "Age" Worksheet, format the table so that every other row is
shaded. Use technique that updates the formatting if you insert a new
row.
2. On the "Age" Worksheet, enter a formula in cell L2 that uses an
Excel function to return the average age of the customers based on
the values in the "CurrentAge" column.
3. On the "Age" Worksheet, sort the table to order the records by the
"CountryOrRegion" field with customer in the United States first
and customers in Canada Second. Then sort the customers in each
country alphabetically (from A to Z) by the "StateOrProvince" field.
Finally, sort the customers in each state or province in ascending
order by the "PostalCode" field.
4. On the "Category" worksheet, apply a number format to display the
number in the "Weight" column to three decimal places.
5. In Cell J3 of the "Info" worksheet, enter a formula that return the
total
OrderTotal of all "MTVH" item even if rows are added or their order
is changed.
6. On the "Info" worksheet, modify the cell formatting of cell H7 to
display the text on two lines
7. Change Authors of the current workbook to your name’s.
Best Regard
Format alternate rows, 2. Calculate average age, 3. Sort table by Country, State, and Postal Code, 4. Apply number format to Weight column, 5. Calculate total order total for "MTVH" items, 6. Modify cell formatting in Info worksheet, 7. Change workbook authors.
To format alternate rows on the "Age" worksheet, select the table range and apply conditional formatting using a formula. Use the formula =MOD(ROW(),2)=0 and choose a shading format to apply to the selected rows. This formatting will automatically update if new rows are inserted.
In cell L2 on the "Age" worksheet, enter the formula =AVERAGE(CurrentAgeColumn), replacing "CurrentAgeColumn" with the appropriate column reference for the "CurrentAge" values. This formula will calculate the average age of the customers based on the data in the specified column.
To sort the table on the "Age" worksheet, select the table range and go to the Data tab. Click on the "Sort" button and set the sort criteria to first sort by "CountryOrRegion" with United States at the top and Canada next. Then add additional levels to sort by "StateOrProvince" in alphabetical order and "PostalCode" in ascending order within each state or province.
On the "Category" worksheet, select the "Weight" column and apply a number format to display the values with three decimal places. Right-click on the column, choose "Format Cells," and select the appropriate number format.
In cell J3 of the "Info" worksheet, enter the formula =SUMIF(ItemColumn,"MTVH",OrderTotalColumn), replacing "ItemColumn" and "OrderTotalColumn" with the appropriate column references for the item and order total values. This formula will calculate the total order total for all "MTVH" items, even if rows are added or their order is changed.
To modify the cell formatting in cell H7 of the "Info" worksheet to display the text on two lines, select the cell and press "Ctrl+1" to open the Format Cells dialog box. In the Alignment tab, enable the "Wrap text" option. The cell will now display the text on two lines if it exceeds the cell width.
To change the authors of the current workbook, go to the File tab, select "Info," and click on "Properties" at the top right. Then, choose "Advanced Properties" and navigate to the "Summary" tab. Update the "Author" field with your name and click "OK" to save the changes.
Learn more about formatting here: https://brainly.com/question/32478530
#SPJ11
An ______ is a simplified image. (4 letters) This is for a paxton paterson
Answer:
allegory.
p.s: this is the right answer but with out the four letters you need
consider the following page reference string: 1,2,1,2,3,1,3,2,3,1,2,3,1 assuming pure demand paging and 3 frames allocation, how many times will the page replacement algorithm need to be run?
Considering the page reference string: 1,2,1,2,3,1,3,2,3,1,2,3,1 and assuming pure demand paging with 3 frames allocation, the page replacement algorithm will need to be run 9 times.
Assuming pure demand paging and 3 frames allocation, the page replacement algorithm will need to be run 9 times for the given page reference string: 1,2,1,2,3,1,3,2,3,1,2,3,1. This is because there are 13 page references and only 3 frames, which means that some pages will have to be replaced in order to bring in new ones. The exact pages that will be replaced and the order in which they will be replaced will depend on the page replacement algorithm used.Reference String is set of successfully unique pages referred in the given list of Virtual Address or Logical Address. Consider the Logical Address given as 3001,1002,1003,2001,2002,3003,2601,2602,1004,1005,1507,1510,2003,2008,3501,3603,4001,4002,1020,1021 and page size as 250 .
learn more about page reference string here:
https://brainly.com/question/29997612
#SPJ11
Which code is easier to learn, Python or C++. And which one is better than the other in your opinion
10. What is the value of favorite Animal after the code below is run?
animals = [ 'dog', 'cat', 'cow', 'pig' ]
favoriteAnimal = animals[2]
[1 point]
O a. dog
O b.cat
O c. cow
O d. pig
Running the code
animals = [ 'dog', 'cat', 'cow', 'pig' ]
favoriteAnimal = animals[2]
will give a result of
"cow"
what did Ada lovelace do
Answer: Ada Lovelace is often considered to be the first computer programmer!
Explanation: Most wealthy women of the 1800s did not study math and science. Ada Lovelace excelled at them—and became what some say is the world's first computer programmer. Born in England on December 10, 1815, Ada was the daughter of the famous poet Lord George Byron and his wife, Lady Anne Byron.
The higher the dpi, the better the print quality or resolution because more ink droplets are filling up that one-inch space. Inkjet printers typically have a range between 300-720 DPI, while laser printers range from 600-2,400 DPI.
Yes, that is correct. DPI stands for "dots per inch," and it refers to the number of ink droplets or dots that a printer can produce within one inch of space. The higher the DPI, the more dots or ink droplets are placed within that one-inch area, resulting in finer detail and better print quality.
Inkjet printers and laser printers have different DPI ranges. Inkjet printers typically have a DPI range between 300 and 720, which means they can produce a varying number of dots within each inch of the printed image. Laser printers, on the other hand, generally have a higher DPI range of 600 to 2,400, allowing them to produce even finer details and smoother gradients.
It's important to note that DPI is just one factor that affects print quality. Other factors, such as the printer's technology, print settings, and the quality of the source image or document, also contribute to the overall print quality. However, a higher DPI generally results in sharper and more detailed prints, especially when combined with high-quality paper and appropriate printing techniques.
learn more about technology here:
https://brainly.com/question/9171028
#SPJ11
How does iteration help the engineering design process?
A.
It lets engineers know how to complete their experiments.
B.
It provides proof positive that an engineer’s plan will work.
C.
It encourages engineers to revisit past steps in the process.
D.
It ensures that all ideas or discoveries are communicated clearly.
The way that iteration helps the engineering process is that; C.
It encourages engineers to revisit past steps in the process.
What is the importance of the iteration process?The engineering design process contains a series of steps that helps engineering teams in solving problems.
When we say that design process is iterative, it means that we repeat the steps as many times as required, by making improvements along the way as we learn from previous failure and uncover new design possibilities that help us to arrive at great solutions.
Read more about iteration at; https://brainly.com/question/24793921
true or false A client is a computer that responds to requests from other computers.
Answer:
it's answer is option A )true
3 alternativas donde puedas utilizar la tecnologia que nos ayude a reducir el impacto ambiental al medio ambiente
Answer:
El correo, las notas y las agendas ahora están archivados en el mundo digital, ayudando a reducir la deforestación. Coches eléctricos: se está trabajando meticulosamente en reducir la contaminación que producen los vehículos, haciendo que cada vez sean más sostenibles.
Explanation:
How do I make someone "Brainiest".
First person to reply will get "Brainiest"
Answer:
Usually when someone answers a question there would be an option to mark the brainliest. However, you only get one every like 24 hrs so if you already gave someone brainliest you can't give it to someone else for a while
Explanation:
Answer:
Brainiest
Explanation:
the software which help to maintain the hardwarefree software which provide user to sascode free software which provide user to source code
In order to display and use a paid version of a software without paying, you are referring to a software crack
What is a Software Crack?Software cracking is the process of altering software to get rid of or disable aspects that the person doing the cracking finds objectionable, particularly copy protection mechanisms or software annoyances like nag screens and adware.
It is illegal in many countries and it is highly discouraged as you are encouraged to buy softwares and not use software cracks.
Read more about software here:
https://brainly.com/question/28224061
#SPJ1
favorite rappers22???
There are so many rappers that I love and I can't choose.
And there are K-pop singers who are also good at rap.
why does a wooden spoon not get hot when used in stirring hot liquids
Answer:
Explanation:
A wooden spoon does not get hot when used in stirring hot liquids is because its an insulator.
write a Visual Basic program that asks the user to enter their name and then uses a for loop to display their name 1000 times.
Answer:
Module Module1
Sub Main()
Dim name As String
Console.WriteLine("Enter your name: ")
name = Console.ReadLine()
For i = 1 To 1000
Console.WriteLine(name)
Next
Console.ReadLine()
End Sub
End Module
assume the variables x and y have each been assigned an integer. write a fragment of code that assigns the greater of these two variables to another variable named max.
The code that assigns the greater of these two variables to another variable named max is: if (x > y) { int max = x;} else { int max = y;}
What's a variable?In a computer program, a variable is a named memory location used to temporarily store data while the program is running. One way to think of a variable is as a container that holds a value that can change as the program runs.
Before they can be used in a program, variables must be declared or defined, and each variable must have a unique name. The data type of the variable is what determines the kind of data it can hold. Integers, floating-point numbers, characters, and strings are all common data types. Variables are necessary for programming because they are used to store data in memory.
Learn more about variables:
brainly.com/question/29614058
#SPJ4
Select the correct answer.
Frankle is trying to create an app. He creates a new ViewController and removes the default one. What should he keep in mind when building
the app?
OA
connect all the ViewControllers to the old ones
OB.
assigning the first ViewController as initial
Oc. creating a SplitViewController
OD. adding a segue from the last ViewController
od. adding a segue fro. the last viewcontroller
JPG, PNG, .GIF ... Which image is limited
to 256 colors?
The image format that is limited to 256 colors is the GIF format. This format was commonly used in the early days of the internet due to its small file size and ability to support animations.
However, with the advancements in technology and internet speeds, other formats such as JPG and PNG have become more popular due to their ability to support higher quality images with millions of colors.The image format that is limited to 256 colors is the GIF format. This format was commonly used in the early days of the internet due to its small file size and ability to support animations.
The image format that is limited to 256 colors is the .GIF format. The JPG and PNG formats support a much higher number of colors. with the advancements in technology and internet speeds, other formats such as JPG and PNG have become more popular due to their ability to support higher quality images with millions of colors.
To know more about internet visit:
https://brainly.com/question/14823958
#SPJ11
7.4 Code Practice 1
Write a program that prompts the user to input a letter grade in either capital or lowercase.
Your program should then output the correct
number of the GPA. See the table below for possible inputs and expected outputs. Your program should define at least one function named
GPACalc that is called from your main program.
The GPACalc function should take exactly one parameter-a string for the letter grade as lower or upper case. It will return either an
integer for the GPA value or a string Invalid, if the letter grade parameter is invalid.
Can someone please help me with this quickly cause I feel like I’m overthinking this
In python 3.8
def GPAcalc(grade):
if grade.lower() == "a":
return 4
elif grade.lower() == "b":
return 3
elif grade.lower() == "c":
return 2
elif grade.lower() == "d":
return 1
elif grade.lower() == "f":
return 0
else:
return "Invalid"
print(GPAcalc(input("Input a letter grade: ")))
I hope this helps!
The program illustrates the use of conditional statements.
Conditional statements are statements whose execution depends on the truth value of the condition.
The program in Python, where comments are used to explain each line is as follows:
#This defines the GPAcalc function
def GPAcalc(grade):
#This converts grade to lower case
grade = grade.lower()
#The following if conditions returns the GPA value depending on the letter grade
if grade == "a":
return 4
elif grade == "b":
return 3
elif grade == "c":
return 2
elif grade == "d":
return 1
elif grade == "f":
return 0
#If the letter grade is Invalid, then the function returns Invalid
else:
return "Invalid"
#This gets input for grade
grade = input("Letter Grade: ")
#This prints the corresponding GPA value
print("GPA value:",GPAcalc(grade))
At the end of the program, the corresponding GPA value is printed
Read more about similar program at:
https://brainly.com/question/20318287
Complete each sentence using the drop-down menu. Information on local driving laws can be found on a website. A class textbook can be found on a website. An article about how to donate blood can be found on a website. An popular magazine can be bought off of a website.
Answers:
1. D
2. A
3. B
4. C
Explanation: I just did it and got a 100%
The correct option are D, A, B and C.
What is Drop Down Menu?
A drop-down menu is a list of choices that can only be seen if a user interacts with it, either by clicking on it or by moving their mouse over it. The menu options then vertically descend and vanish after the user leaves the menu.
Dropdown menus are frequently used on websites and web applications to hide information.
It is that consumers might not need to view after the initial page load but still might want to utilize since they let you add additional content and connections to a page without making it look cluttered.
Therefore, The correct option are D, A, B and C.
To learn more about Dropdown, refer to the link:
https://brainly.com/question/27625347
#SPJ3
What is the force that resists the motion of an object through a fluid?
Answer:
Friction (drag)
Explanation:
The force resisting motion through a fluid is a type of friction, that is called drag.
Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.
Answer:
I am using normally using conditions it will suit for all programming language
Explanation:
if(minimum){
hours=10
}
please help me out with answering the questions
10.
if "h" in letter:
#do something
11.
if value >= 13.6:
#do something
12.
if 5 < y < 11:
#do something
13.
if num1 == num2:
print("equal")
14.
num1 = int(input("Enter a number: "))
num2 = int(input("Enter a number: "))
if num1 > num2:
print(num1)
else:
print(num2)
15.
if number == 89 or number == 78:
print("Your number is equal to 89 or 78")
I hope this helps! If you have any other questions, I'll do my best to answer them.