Suppose that a laptop identifies its processor as follows: AMD’s A84500M. What does the AMD represent?

Answers

Answer 1

Answer:

Advanced Micro Devices

Explanation:


Related Questions

You are most likely to take advantage of automation when you

scan groceries at the supermarket

eat home-made bread

go to a hockey game

lock your front door

Answers

Answer:

scan groceries at the supermarket

Can someone plz help me!!

Answers

Answer:

A

Explanation:

Iv'e did this before.

How are water resources and air adversely affected by environmental degardation?​

Answers

Answer:

Environmental degradation is one of the ten threats officially cautioned by the High-level Panel on Threats, Challenges and Change of the United Nations. The United Nations International Strategy for Disaster Reduction defines environmental degradation as "the reduction of the capacity of the environment to meet social and ecological objectives, and needs".[4] Environmental degradation comes in many types. When natural habitats are destroyed or natural resources are depleted, the environment is degraded. Efforts to counteract this problem include environmental protection and environmental resources management.

There are many examples of environmental degradation throughout the world. A recent example is the 2019 Amazon rainforest wildfires. The Amazon makes up 60% of all rainforests. It is the earth's lungs and with it getting destroyed is posing a huge threat to the environment and the whole world. The effects of the deforestation will pose major impacts on the world around us. The constant cutting down of trees is getting rid of our oxygen supply as well as the absorption of co2. With the continuation of deforestation we will have less available oxygen in the world which could have detrimental effects on human health. An alternate issue that results from this is the overconsumption and waste of the paper products that come from those trees. The waste it typically produces does not get recycled, therefore, immense amount of waste is created. An additional harmful result from this is the degradation of the soil. The constant deforestation causes the soil to become less nutrient which will make it harder to be used again.

Explanation:

Environmental degradation is one of the ten threats officially cautioned by the High-level Panel on Threats, Challenges and Change of the United Nations. The United Nations International Strategy for Disaster Reduction defines environmental degradation as "the reduction of the capacity of the environment to meet social and ecological objectives, and needs".[4] Environmental degradation comes in many types. When natural habitats are destroyed or natural resources are depleted, the environment is degraded. Efforts to counteract this problem include environmental protection and environmental resources management.

There are many examples of environmental degradation throughout the world. A recent example is the 2019 Amazon rainforest wildfires. The Amazon makes up 60% of all rainforests. It is the earth's lungs and with it getting destroyed is posing a huge threat to the environment and the whole world. The effects of the deforestation will pose major impacts on the world around us. The constant cutting down of trees is getting rid of our oxygen supply as well as the absorption of co2. With the continuation of deforestation we will have less available oxygen in the world which could have detrimental effects on human health. An alternate issue that results from this is the overconsumption and waste of the paper products that come from those trees. The waste it typically produces does not get recycled, therefore, immense amount of waste is created. An additional harmful result from this is the degradation of the soil. The constant deforestation causes the soil to become less nutrient which will make it harder to be used again.

What is the difference between a method and a function? In what ways are they similar? Why do you think Python makes a distinction between methods and functions?

Answers

Answer:

A method in python is somewhat similarto a function, except it is associated with object/classes. Methods in python are very similar to functions except for two major differences. The method is implicitly used for an object for which it is called. The method is accessible to data that is contained within the class.

Why would programmers develop a prototype?

Answers

Answer:

so they can test that there design works

Explanation:

If it is wrong I'm very sorry

Have a good day!

Answer:

to make sure it works and to find bugs or glitches

Explanation:

lets say you make i don't know a game you would need to test it out to find glitches and bugs or if it does not even tun on that is why you need a prototype

Difference between Analog and Digital computer​

Answers

Answer:

The basic difference between analog and digital computers is the type of data they process. Analog computers process analog, i.e. continuously varying, data. Digital computer process data which is binary, i.e. in the form of 0 and 1

Explanation:

Analog computer system is the very old computer system which operates on the mathematical variables in the form of continuously changeable physical quantities/entities like mechanical, electrical, hydraulic, etc. They use continuous values rather than discrete values so they work on analog signal.

Digital computers are the computer systems/machines which uses the binary number system, which has two digits: 0 and 1 and performs many computational tasks. It processes the data represented in discrete and the main three components of digital computers are input, processing and output.

3
Select the correct answer.
What is the output of the following HTML code?

Please

Answers

Answer: or element_id Specifies the relationship between the result of the calculation, and the elements used in the calculation

form form_id Specifies which form the output element belongs to

name name Specifies a name for the output element

Explanation:

Answer:

Please click here to visit our website

with "click here" highlighted and underlined blue

Explanation:

PLEASE HELP!
A ... study will help Neil analyze and examine the proposed product.

Answers

what's the proposed product???

Answer:

Feasibility

Explanation:

A feasibility study is the analysis and examination of the proposed product

2. What is the name for an action performed by the VR Robot?
3. Command
b. Behavior
o. Parameter
d. Programming Language

Answers

Answer:its Parameter

Explanation:

Answer:

behavior is the answer

Explanation:

behavior

Match each example to the type of component, either Input, Process, or Output.

fermentation

newly painted structure

employees in a
management team

program code for
a software application

flour for making bread

harvesting a crop

freshly mowed lawn

a wrench

hot muffins

dryer spinning at

top speed

Answers

Answer:

Find answers below.

Explanation:

1. Input: it takes in data in its raw format or an item that receives data and transfers them to the process.

Employees in a management team. Program code for a software application. Flour for making bread.A wrench.

2. Process: it converts the data from an input to a usable format. Also, it conveys the processed data (informations) to the output.

Fermentation. Harvesting a crop. Dryer spinning at top speed.

3. Output: it is the result produced by a process i.e the finished product.

Newly painted structure. Freshly mowed lawn. Hot muffins.

Please help me!!!
!!!!!!!!!!!!!!!!!!!

Answers

HTML uses tags to help the computer know what different pieces of content in the web page actually are. Right now we've only learned how to tell the computer that some text is a paragraph, or that part of your website is the body. We've already seen how that affects the way our web pages look and are structured.

QUESTION
Which weld type is shaped like a right triangle and is commonly used to make lap joints,
corner joints, and T-joints?
POSSIBLE ANSWERS:
O Slot weld
O Fillet weld
O Plug weld
O Groove weld

Answers

Answer:

The weld that is shaped like a right triangle and is commonly used to make lap joints corner joints, and T-joints is;

Fillet weld

Explanation:

Fillet welds are defined as welds that have a cross section that is approximately triangular in shape that is used for joining two surfaces that form a perpendicular of near perpendicular alignment to each other in joint configurations including a lap joint, T-joint, and corner joint, such that the cross section of the weld is approximately the same as a right triangle.

Credence is a student in college.

Answers

this is hilarious to read

hmmmmmmmmmmmmmmmmmmmmmmm yes.

Write a Console program, let users to enter prices calculate subtotal, tax, and total.

- Delcare variable data type as decimal (6 variables needed)
decimal apple;

- Conver string to decimal from input
apple = Convert.ToDecimal(Console.ReadLine());

- Do addition for subtotal

- Multiplication for tax (0.065M) --- M or m stands for money value, read page 94.

- Addition for total

- You need to show only two digits after decimal point
Console.WriteLine(" Subtotal: ${0}", String.Format("{0:0.00}", subTotal));



blank line: Console.WriteLine("")



Console.Write(" Apple: $");
apple = Convert.ToDecimal(Console.ReadLine());

Answers

Answer:

Explanation:

This is a project I already submitted, but I never received feedback. All my upcoming assignments will be based on this, so I wanted to make sure it is correct. I got this program to work as far as calculating the information, but I was hoping someone could please let me know if it meets the parameters/requirements?

I did attempt it. It works and adds the items exactly how the example showed in the video. However, I wanted to make sure my code is solid, and not just a mishmash or working because I got lucky, and if there is a better more solid way to do this I want to make sure I can. I do want feedback so I can learn and get better and I am trying my hardest. I always right out all the code I see here and try it and learn what it does piece by piece, because it helps me learn and improve. I also want to make sure it is going to work once I start the code for the next half of the requirements.

i cant really help they dont let us put codes on here


List three ways python can handle colors

Answers

Hi, your question is quite unclear. However, I inferred you want to know the colors that can be displayed on the Python module.

Answer:

redgreenblue, etc

Explanation:

Python, put simply, refers to a computer programming language; used to give the computer instructions.

The Python module can handle or display several different colors, some of which includes:

redgreenbluegreenpurple,cyan, etc.

how do you make a ringtone on earsketch

Answers

Haven't used earsketch, but here we go.

Answer:

1). Make a track in earsketch, make it like 6/7 seconds

2.) export your track as an .mp3, .wav, or  .ogg (your choice!)

3.) (If on android) Navigate to settings, now search for an entry for ringtone.

4.) If you have no luck, look up how to set ringtone on your desired phone brand (iOS, Android, etc.)

5.) Test out your new ringtone

6.)Profit

Which of the following is NOT a method for companies to inform consumers that a product has been recalled?

make a public service announcement on radio
agree for a spokesperson to be interviewed about the recall
provide information on the packaging of the product
provide information on the company website

Answers

Answer: provide information on the packaging of the product

Explanation:

Product recalls usually happens in case of a fault or quality issue that is identified once the product has been delivered to the customer or is in transit. In these cases the company either reach out to the customers to get the product back or recall the products back midway.

This is done through various methods like announcemnts on radio, notification on the website or through some interview with a spokesperson.

As explained above the quality issues are identified later on post the product dispatch and hence no information is listed on the product itself. Also, recalls happen to rectify the mistakes and hence this is not a part of product inforamtion which is listed on the product.

Your customer said that the language used in your program was offensive. This is an aspect of
O accuracy
O efficiency
O usability
O propriety

Answers

Answer: USABILITY

Explanation:

Perhaps efficiency

Answer:

Propriety

Explanation:

Right on Edge

Which of the following is NOT an algorithm?

Following a recipe to bake a cake

Following an instruction booklet for a game

SHA-256

Rolling a pair of dice in monopoly

Answers

Answer:

d) rolling a pair of dice in monopoly

Explanation:

an algorithm is a process or set of rules followed in a particular order to perform a certain task. all of the other answers are a set of instructions that lead to something except for rolling a pair of dice. rolling a pair of dice can be a part of instruction but its not a process in itself.

hope this makes sense!

Why should we not underestimate the widespread of mass media?
Select one:

a.
While we do not seem to be aware of it, media has always been a useful and influential part of our lives.

b.
Media's span of influence knows no bounds

c.
All of the given choices are correct

d.
The media could reach almost anywhere in the world

Answers

C. A false statement by a good media source can go a long way

We should not underestimate the widespread of mass media because C. All of the given choices are correct.

It should be noted that media has always been a useful and influential part of our lives and its span of influence knows no bounds.

Also, it's important for one not to underestimate mass media because media could reach almost anywhere in the world. Therefore, all the options are correct.

Read related link on:

https://brainly.com/question/23270499

In what situations can knowing the index of an item in a list be useful?
Why might a programmer want to define his or her own functions? What are some potential disadvantages? How might new functions make debugging more complicated?
What are some situations in which you would use the len function to find the length of a list?
What is an example of a situation in which you might use the append method? In what ways is the append method limited?
What is the difference between a method and a function? In what ways are they similar? Why do you think Python makes a distinction between methods and functions?

Answers

Answer:

We have to define our functions as well, and that is known as the user-defined functions. And to be precise we should not worry at all, as there is no potential disadvantage of the functions we define on our own. The only disadvantage can be that it might not be in a standard format. However, we have design patterns now, and each programmer knows the required format hence. However, for a layman, this can be a problem. And that is the only potential disadvantage related to the user-defined function.

Explanation:

Explanation:

When we are shopping for something, having the index of an item in a list is helpful. Other part of the question is discussed below.

What are some scenarios in which you might use the len function to determine a list's length?

One of Python's built-in functions is called len(). It gives back an object's length. It might, for instance, return the number of entries in a list. To add a single item to a certain collection type in Python, use the predefined function called append.

Without the append method, programmers would have to change the collection's entire source code to add a single value or item.The append() arrangement in python combines a separate item to the present list.

It doesn't recover a new record of items but will transform the primary list by combining the item to the conclusion of the record. After completing the process append on the list the size of the list advances by one.

Therefore, When we are shopping for something, having the index of an item in a list is helpful.

Learn more about python on:

https://brainly.com/question/30427047

#SPJ2

Human services organizations seek to make changes and help people in need to improve their .

Answers

Answer:

quality of life

Explanation:

In some video games, the player cannot obtain the reward without doing what with something that they already have?
Group of answer choices

hiding

risking

selling

maintaining

Answers

I think your answer is risking I’m not sure

Answer:

Risking.

Explanation:

QUESTION:
Which welding process might a medical equipment manufacturer select for welding an
aluminum workpiece, without filler metal, that requires a strong joint?
POSSIBLE ANSWERS:
Oxyfuel welding
O Laser beam welding
O Flux-cored arc welding
O Shielded metal arc welding

Answers

Answer:

The welding process the equipment manufacturer should select for welding an aluminum workpiece, without filler metal is;

Laser beam welding

Explanation:

Laser beam welding (LBW) is a welding process that is used, usually without the addition of filler metal, for joining two or more metals pieces or thermoplastics together with the use of a concentrated and focused source of heat that results in the fusion of the material pieces and a strong weld

The laser beam can be used to weld a material unto itself, which makes it a useful process in the medical and jewelry industries for welding small items together without the addition of filler materials

For welding an aluminum workpiece, without filler metal, the equipment manufacturer should select laser beam welding.

im looking for someone name shayla oon here

Answers

Answer:

ight here

Explanation:

Answer:

Explanation:

me

It is the responsibility of the web designer to be able to _____. design the files set up domains source file transfer manage the files

Answers

Answer:

Manage the Files

Explanation:

Just did on edge

Which is the last step to creating a community garden

Answers

Answer:

construct the garden

Explanation:

step 1. survey the property

step 2. test the soil

step 3. clean contaminants

step 4. consider garden design

step 5. construct the garden

2
Select the correct answer.
Which tag appears in the element of an HTML file?
ОА.

OB.


O c.

OD.
OE.
Reset
Next

Answers

Answer:

The first tag in any HTML file is the <HTML> tag. This tells web browsers that the document is an HTML file. The second tag is a <HEAD> tag. Information between the HEAD tags doesn't appear in the browser window, but is still important.

Explanation: doesn’t understand ur question so I hope that helps

Which of the following types of authority allows input and suggestions from additional staff members, but does not guarantee implementation?
A. Department authority
B. Staff authority
C. Functional authority
D. Employer authority

Answers

Wouldn’t it be B ? Staff authority

Musical instruments cause the air to vibrate, sending waves that are detected by our senses. The energy from these vibrations of air is an example of - A Light B Sound C Thermal D Electrical

Answers

B. Sound.

Explanation - instruments create sound waves
Other Questions
A cell phone plan cost $100 to start then there is a 40 charge each month. a. what is the total cost (start up fee and monthly charge) to use the cell phone plan for one month? b. what is the total cost for X months?c. graph the cost of the cell phone plan over a period of two years using months as the units of time be sure to label your axis and scale then by labeling each grid line with the number.d. is there a proportional relationship between time in the cost of the cell phone plan ?explain how you know. A bank customer borrows X at an annual effective rate of 12.5% and makes level payments at the end of each year for n years.(which fully repays the loan). i. The interest portion of the final payment is 142.78. ii. The total principal repaid as of time (n 1) is 6009.12. iii. The principal repaid in the first payment is Y . Calculate Y What is the initial value of the function represented by this graph? :) What are the use of logic gates in the field of robotics? which function defines the sequence 7,4,1,-2,-5... where f(8)=-14 Why is the surrender of Port Hudson and Vicksburg significant? Please help Helpppppp============== What expression is equivalent to 5(1/3x+7)-3(1/2x-4) can someone please explain how 17/3 goes into the graph as a parallel line Rectangle jklm is translated 3units to the left and 4 units up which rule represents the translation applied to rectangle JKLM to make J'K'L'M?F:(x,y) --> (3x,4y)G:(x,y)--> (x - 3,y+4)H:(x,y) --> (3x - 4y)J:(x,y) --> (x+3,y- 4) SOMEONE PLEASE HELP!! ill give brainliest Which of the following matches a human action with its impact? Construction of dam : Purification of water Use of pesticides : Contamination of drinking water Decrease in honeybee population : Increase in plant population Construction of roads : Improvement in quality of water in local lakes What are the major structures involved in lymph flow?A)tonsils and adenoidsB)lymphocytes and bone marrowC)smooth muscles and blood vesselsD)lymph vessels and skeletal muscles The heat in a system is equivalent to the temperature of the system.TrueFalse Help me 6th grade math :) A scale drawing of a building needs to be made using the scale 1 in = 230 ft. How tall will the building in the scale drawing be if the building is 1840 ft tall?The height of the building in the scale drawing will be in (Simplify your answer.) Q1: Describe the path taken by a water molecule from the soil until it reaches a mesophyll cell of a leaf to be made into sugar.Q2: What are the differences between xylem and phloem:a. In structureb. In function?Q3: State briefly the functions of the following : xylem, root hair, root cap, epidermis.Q4: Why do you think that root hairs are produced only on the parts of the root system that have stopped growing?Q5: What structures help to keep the stems shape and upright position?Plz hlp me I will give u brainliest Find theto two decimal places.if the area of an equilateral triangle is 81 v3 cm?, find its perimeter What process do human muscle cells perform when there is NOT ENOUGH OXYGEN present?answers:Lactic Acid FermentationPhotosynthesisCellular RespirationAlcoholic Fermentation please help me!! determine whether the quadrilateral is a parallelogram using the indicated method