Why is power supply important

Answers

Answer 1

Answer:

The more efficient your Power supply, the less power it uses, and the less heat it generates


Related Questions

a(n) ____ is a temporary view of the data that is removed when you close the datasheet.

Answers

a(n) Filter is a temporary view of the data that is removed when you close the datasheet.

How happens if you remove a data-filled field from a table?

In Access, you can remove a field from the a table or a query.A field that has been removed from a query still exists in the database but is no more used by it.A field gets erased from the entire dataset when it is removed from a table.

What in a database is an exit?

When a task opens a database file, the exit program for Open Database File is invoked.The job that's also attempting the open the file calls this exit.A list of the files referred to in the open demand and open options is supplied to the exit program.The open request may be closed by the exit program by setting a return code value.

To know more about database visit:

https://brainly.com/question/6447559

#SPJ4

. The output of the statementcout << tolower('$') << endl; is ____.a. '$' b. '0' c. '1'd. An error, because you cannot use tolower with '$'.

Answers

a. '$'. The output of the statementcout << tolower('$') << endl; is '$'.

What does cout produce?

It is employed to display the result to the monitor, which is the typical output device.It is connected to the common stdout output stream for C.Using insertion operator (), the information required to be displayed just on screen is added to the standard output sequence (cout).

Is the output statement cout?

The ostream class is represented by the C++ cout statement.The standard output device, which is often the display screen, is used to produce the product.

To know more about sequence visit:

https://brainly.com/question/21961097

#SPJ4

Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of sum to calculate the total. Which error would the spreadsheet have thrown up?

Answers

Since Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of sum to calculate the total. The error that the spreadsheet have thrown up is option C. #NAME

What is the error about?

The #NAME? error appears in a spreadsheet when a function or formula is entered incorrectly or the function or formula is not recognized by the spreadsheet software.

In Jamie's case, the SUM function is a built-in function in most spreadsheet software that is used to add up the values in a range of cells. By typing "SOM" instead of "SUM", Jamie is using a formula that is not recognized by the spreadsheet software, which results in the #NAME? error.

Learn more about spreadsheet from

https://brainly.com/question/26919847
#SPJ1

See full question below

Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of SUM to calculate the total. Which error would the spreadsheet have thrown up?

A.

#REF

B.

#VALUE

C.

#NAME

D.

#DIV/0!

E.

#####

When you pass an argument to a method, be sure that the argument's data type is compatible with:
Select one:
a. the parameter variable's data type
b. the method's return type
c. the version of Java currently being used
d. IEEE standards

Answers

ARGUMENT DATA

The correct answer is A. the parameter variable's data type.

When you pass an argument to a method, it is important to ensure that the data type of the argument is compatible with the data type of the corresponding parameter variable in the method definition.

For example, if the method expects an integer argument, you should pass an integer value, rather than a string or a floating-point number. If the data types are incompatible, the method may not work correctly or may produce an error.

The data type of the argument has no bearing on the method's return type or the version of Java being used. IEEE standards, which are developed by the Institute of Electrical and Electronics Engineers, generally do not apply to the data types of arguments passed to methods.

[tex]\bold{ \: \purple{Hope \: This \: Helps \: You!}}[/tex]

if you want all objects to share a single nonchanging value, then the field is static and ______.

Answers

The correct answer is if you want all objects to share a single nonchanging value, then the field is static and final.

No matter how many instances of the class there may be, if a field is declared static, there will only ever be one instance of that field in memory. All instances of a class share a single copy of the static field. When a method is finished, a variable that was declared within it no longer exists. It is no longer relevant. An alternative return value for a method is "nothing," or a void method. When a method is finished, it may return a value. All instances of a class share a static variable.

To learn more about static click the link below:

brainly.com/question/26609519

#SPJ4

True/False 1. A simple decision can be implemented with an if statement.

Answers

The claim is true, i.e., an if statement can be used to implement a straightforward decision. The if keyword is used to start an if statement, which is then followed by a condition enclosed in parentheses.

What does a Python keyword mean?

Python keywords are distinctive reserved words with specific definitions and applications that can only be used for those specific applications. As they are constantly accessible, you will never need to import these keywords into your code.

How are keywords written in Python?

Python allows you to create Excel macros that perform tasks for which you would have previously utilized VBA. Macros and worksheet functions both function fairly similarly. To include a function in the list of registered macros, use the xl macro decorator. Because they can be used to control GUI elements, macros are advantageous (buttons, checkboxes etc.)

To know more about keyword visit-

brainly.com/question/28221886

#SPJ4

After reading the email, you notice that the acronym whm appears in multiple places. You look it up online, and the most common result is web host manager. That doesn't seem right to you, as it doesn't fit the context of a feminist bookstore. You email your supervisor to ask. When writing your email, what do you do to ensure it sounds professional? select all that apply.

Answers

If, after reading the email, you find that the acronym whm appears numerous times, you should select Option C. Send a polite, brief email to your supervisor requesting clarification on the meaning of WHM.

What is email, exactly?

Electronic mail is a computer-based messaging system that allows users to communicate (or "e-mail").

                                    A global email network allows people to exchange emails quickly. E-mail is a letter's electronic equivalent, although it provides flexibility and speed advantages over letters.

What is it used for?

Email can be used for many reasons, including communicating with friends, speaking with professors and superiors, gathering information, and submitting applications for jobs, internships, and scholarships.

                                   Your objectives will dictate the formality, target market, and expected results of the messages you send.

Learn more about Electronic Mail

brainly.com/question/2141545

#SPJ4

To move from Layout view to Form view, click the ____ button on the Access status bar.a. Open Form b. Edit View c. Data View d. Form view.

Answers

The correct answer is  d. Form view   button on the Access status bar.A single record from a data source is shown using the FormView control.

A single record from a data source is shown using the FormView control. The only difference between it and the DetailsView control is that it shows user-defined templates rather than row fields. Using an ItemTemplate, we can use the FormView control to show a database entry. As an illustration, the page shown below shows a record from the database table BOOK LIST. The DataSourceID attribute of the FormView control in the code above links to the SqlDataSource control. A view (logic) used to display and validate a Django Form is referred to as FormView. For instance, a Geeksforgeeks user registration form. An alternative to using functions to build views in Python is to use class-based views.

To learn more about Form view click the link below:

brainly.com/question/29412944

#SPJ4

in a natural join, the column on which the join was made occurs twice in the new table.T/F

Answers

In a relational database, a primary key is required for each table. T/F ... The column on which the join was created appears twice in the new table in a natural join.

What is database and its types?

A collection of organised data is called a database. You would need a good recollection of the past and current records that entered and/or exited that specific system in order to operate it effectively. The same holds true for any company or group that depends on the cooperation of many people. Large and small businesses, as well as institutions like hospitals, schools, and colleges, use a highly helpful strategy for gathering, organising, and sharing data in order to create systematic "entities" that are kept in the various databases that are available. Different database types can be used by businesses to satisfy their own business demands.

Know more about compare an appears Visit:

https://brainly.com/question/13885823

#SPJ4

a ____________ is a self-describing collection of integrated records.
A) datasheet
B) metadata
C) database
D) data record

Answers

A database is a comprehensive collection of records that can self-describe.A database is information that is set up for easy access, management and updating.

What are examples and databases?

Databases are widely used to hold information about individuals, such as client or user information. For instance, social media platforms use databases to store user information such as names, email addresses, and usage trends. Utilizing the data will improve user experience and suggest content to users. Business operations, such as sales, order processing, and customer service, are studied by businesses. They use the data analysis to improve these processes, expand their business, and boost profits. A database is a methodical or orderly collection of pertinent information that is stored in a way that makes it easy to access, retrieve, manage, and...

Know more about  self-describe Visit:

https://brainly.com/question/17601237

#SPJ4

This program requires you to collect rainfall amounts and calculate the total and average rainfall over a period of years. The program should first ask for the number of years of rainfall to calculate and then request rainfall input for each month of the years.

After data has been input, the program should display the total number of months, the total inches of rainfall, and the average rainfall for the total number of months.

Answers

Using the knowledge in computational language in python it is possible to write a code that  should first ask for the number of years of rainfall to calculate and then request rainfall input for each month of the years.

Writting the code;

def rainfall(year):

   totalRainfall = 0

   totalMonths = 0

   for i in range(1, year + 1):

       print("For year ", i, ":")

       for month in range(1, 13):

           print("Enter the rainfall amount for the month", month, "in inches:")

           totalRainfall += float(input())

           totalMonths += 1

   return totalMonths, totalRainfall

if __name__ == '__main__':

   years = int(input("Enter the number of years (Greater than 0):\n"))

   while years <= 0:

       years = int(input("Enter the number of years (Greater than 0):\n"))

   count, total = rainfall(years)

   print("For", count, "months")

   print("Total rainfall: {:.2f} inches".format(total))

   print("Average monthly rainfall: {:.2f} inches".format(total / count))

See more about python at brainly.com/question/15872044

#SPJ1

how to resolve the server you are trying to access is using an authentication protocol not supported by this version of office

Answers

Start an Office application that isn't OneDrive.Click the File tab, then Account, and then Switch account. Click Add Account, then enter the Microsoft 365 account that uses OneDrive.

In a computer system, a file is a container for storing information. The characteristics of files used in computers are similar to those of paper documents used in library and office files. Text files, data files, directory files, binary files, and graphic files are all types of files that store different types of information. Files can be saved on optical drives, hard drives, or other types of storage devices in a computer operating system.

A file must have a distinct name within a given file directory in most operating systems. Certain characters, however, are illegal and thus cannot be used when creating a filename. A filename consists of a name followed by a suffix.

Learn more about File here:

https://brainly.com/question/3911580

#SPJ4

A recent change in an organization's security policy states that documents with personally identifiable information must be shredded before discarded. What is the purpose of this policy

Answers

Attack on the rainbow table. Reversing cryptographic hash algorithms is the basis of this attack.

Attackers will employ a pre-generated table or dictionary of plaintext passwords and the corresponding hash functions to crack credentials.

A DDoS attack on a business's website, web application, APIs, network, or data center infrastructure can disrupt operations and keep genuine customers from making purchases, accessing services, acquiring information, or gaining access to anything else. A distributed denial of service (DDoS) assault uses fictitious traffic to overwhelm a network, server, or application in an attempt to shut down or significantly slow down a targeted IS website.

Learn more about information here-

https://brainly.com/question/15709585

#SPJ4

an advantage of ____ software is its ability to run more than one operating system on a computer.

Answers

Running multiple operating systems on a computer is one of the benefits using virtual machine (VM) software.

What are the uses of virtual machines?

The use of virtual machines is recommended for multi-application environments, monolithic programs, app isolation, and legacy applications running on earlier operating systems. Virtual machines and containers can also work together.

What are virtual machines and how do they operate?

An virtual machine is indeed a computer file, sometimes known as an image, that functions much like a real computer. It can act as the user's whole computer experience or run in a frame as a distinct computing environment, as is typical on many folk's work computers. This is frequently done to operate a different operating system.

To know more about virtual machine visit:

https://brainly.com/question/29535108

#SPJ4

How many grandfather clocks could you run using the same amount of power it takes to light a standard lightbulb?.

Answers

Yes, we can operate over three lakh grandfather clocks instead of only one light bulb.

Yes, we can power nearly three lakh grandfather clocks in order to power a single light bulb.

Power may be summed up as the work completed over time, and the SI unit for power is joules per second.

For instance, the Incandescent light bulb requires 60 watts per hour in the case of the light bulb.

The power consumption of contemporary clocks, for instance, ranges from 1 to 2 watts.

By multiplying the force we apply by the distance we apply it across, we may determine how much labour has been accomplished.

We must exert a force equivalent to the metal cylinders' weight in order to lift them.

Learn more about Clock here:

https://brainly.com/question/15968737

#SPJ4

A data analyst prepares to communicate to an audience about an analysis project. They consider what the audience members hope to do with the data insights. This describes establishing the setting.

Answers

This is how audience involvement is defined. Thinking on what the audience members want to accomplish with the data insights is important for audience engagement in data storytelling.

What is Audience engagement?

A group of people's active and supportive reaction to a live presentation is known as audience engagement.

              Engagement of the audience occurs when the presenter succeeds in maintaining their interest, focus, and participation throughout the presentation.

Why is audience participation crucial?

High audience involvement makes you stand out, generates a positive feedback loop that makes your material more important to your community, and may even open up prospects for brand collaborations and other forms of future income.

Learn more about audience engagement

brainly.com/question/1874542

#SPJ4

A group of two or more integrated hard drives is called a(n) _____.a.EIDEb.HDDc.SSDd.RAID

Answers

Answer:

A group of two or more integrated hard drives is called a RAID (Redundant Array of Independent Disks).

Explanation:

The ___ keyword, often used with the primary key, requires that the field include a value. a. NOT NULL c. NOT EMPTY b. NOT BLANK d. NOT VOID. NOT NULL.

Answers

With the primary key, the NOT NULL keyword necessitates the presence of a value in the field. (Selection a)

The main key, what is it?

The column(s) in a table whose values serve as the primary keys to each row's individual identification are known as the primary key. To insert, edit, recover, or delete data from a database table, Optim needs a primary key. The database's defined primary keys are used by Optim.

What do primary key and null key mean?

The collection of columns in a table that serve as a primary key are known as the primary key set. No columns that are part of the main key can have any NULL constraints, meaning that they cannot allow NULL values, when you construct a primary key constraint.

To know more about Primary key visit:

https://brainly.com/question/13437797

#SPJ4

Insert a footer with the text Exploring Series on the left side, the sheet name code in the center, and the file name code on the right side. How do I do a footer on an excel sheet and do this other stuff that it is asking

Answers

Note that to insert a footer with the text "Exploring Series" on the left side, the sheet name in the center, and the file name on the right side, you can use the "Page Layout" tab in Excel. Here are the steps you can follow:

Click on the "Page Layout" tab in the ribbon.In the "Page Setup" group, click on the "Footer" button. This will open the "Header & Footer" tab in the "Page Setup" dialog box.In the "Header & Footer" tab, click on the "Custom Footer" button.In the "Left section" of the footer, type in "Exploring Series".On the center section, you can use &[Tab] to add the sheet name.On the right section, you can use &[Path]&[File] to add the file name.Click on the "OK" button to close the "Page Setup" dialog box.Once you have inserted the footer, you can preview it by clicking on the "Print Preview" button in the "Page Layout" tab, or you can see it in the sheet.

What is a Footer in Excel?

Only in Page Layout view and on printed pages do headers and footers appear. Choose the worksheet to which you wish to add a header or footer. Select Header & Footer from the Insert menu. This shows the spreadsheet in Page Layout mode.

Headers and footers often carry basic information about the spreadsheet, such as the page number, current date, workbook name, file location, and so on. Microsoft Excel has a number of predefined headers and footers to pick from, as well as the ability to create your own.

Learn more about Microsoft Excel:
https://brainly.com/question/24202382
#SPJ1

A(n) _____ is not decrypted but is only used for comparison purposes.
A.key
B.stream
C.digest
D.algorithm

Answers

Answer:

The correct answer is C

Explanation:

Digest

a pc that operates, but does not work as efficiently as it should, has a ____.

Answers

Vapourware is a term used to describe a PC that performs somewhat, but not as effectively as it could.

What is a PC?

An electrical device used to manipulate data or information is called a computer.

It has the ability to store, retrieve, and process data. You may already be aware that you can use a computer to play games, send emails, browse the web, and type documents.

Additionally, it may be used to create or edit spreadsheets, movies, and presentations.

Hardware refers to any part of your computer with a physical structure, like the keyboard or mouse.

Software is any set of instructions that tells hardware what to do and how to do it.

Software includes, among other things, word processors, video games, and web browsers.

Hence, Vapourware is a term used to describe a PC that performs somewhat, but not as effectively as it could.

learn more about PC  click here:

brainly.com/question/24540334

#SPJ4

Which of the following is true? Select all that apply. True False All queries have an explicit location. True False The explicit location is found inside the query. True False T
he explicit location always tells you where users are located when they type the query. True False
The explicit location makes the query easier to understand and interpret.

Answers

Every query has a specific place. Both implicit and explicit false queries exist. 2. The query contains the explicit location. False While implicit query is contained within the query, explicit location is outside the query.

What does a database query mean?

A query might ask your database for data results, a specific action to be taken with the data, or both. A query can add, alter, or remove data from a database, conduct computations, integrate data from other databases, and answer simple questions.

What does a SQL query mean?

You can define several values in a WHERE clause by using the IN operator. The numerous OR conditions are abbreviated as the IN operator.

To know more about query visit :-

https://brainly.com/question/29575174

#SPJ4

there are four basic categories of software: commercial software, shareware, freeware, and ____.

Answers

Commercial software, shareware, freeware, and public domain software are the four fundamental subcategories of software.

What is shareware, exactly?

Shareware is commercial software that customers can download for free with the eventual requirement or recommendation that they pay for the software's ongoing support. Shareware may be presented in formats that paywall advanced features or provide the entire program for a brief period of time.

Software is it freeware?

Freeware is a class of proprietary software that is made available to the public without cost (not to be confused with free software). You may or may not be able to reuse the shareware in the software you're building, depending on the copyright restrictions.

To know more about public domain software visit:-

https://brainly.com/question/25675163

#SPJ4

What term below is used to describe the outer-most layer of protective covering of a coaxial cable?
a. ​braiding
b. ​insulation
c. ​sheath
d. ​shield

Answers

Which of the following terms best describes the coaxial cable's outermost layer of protective covering? A braid, B insulation, C a sheath, and D a shield.

What is the means of following

a group of adherents, attendants, or followers.

the group of people who follow, attend, or support someone or something:

There are many fans of that television program.

the following, or what follows in terms of pages, lines, etc.:

For a list of exclusions, see below.

an adverb that moves after or after another in the same direction

a prevailing wind.

that follows or is subsequent in time or order; resulting: the next day.

that will now be mentioned, described, related, or in a similar manner; that will now happen:

For further information, see the following report.

Know more about protective covering Visit:

https://brainly.com/question/29823226

#SPJ4

A technique used to compromise a system is known as a(n)
A. Asset
B. Access method
C. Exploit
D. Risk

Answers

The right answer is C, which states that an exploit is a method used to breach a system.

What is the definition of a system simple?

A system is a group of components or elements positioned in order to accomplish a specific objective. The phrase (which is semantically related to the word "method" in the statement "I have my own little system") can be used to refer to both the components of the system and the actual structure or design (as in "computer system").

Why is a computer system important?

It controls the hardware, software, processes, and memory of the computer. Using this technique, you can communicate with the computer even if you don't comprehend its language. An operating system is essential to the operation of a computer.

To know more about system visit-

brainly.com/question/9171028

#SPJ4

what is the main advantage of selecting the mark as final option?

Answers

When you selecting mark as final, editing commands, typing, proofing marks are disabled or turned off, and the file becomes read-only, and the Status property of the document is set to Final.

Editing can be described as the process of selecting and preparing written, visual,  photographic, audible, or cinematic material used by a person or an entity to convey a message or information. Editing also can be defined as a process that involves revising organization,  the content, grammar, and presentation of a piece of writing. Editing also known as the process that involves reviewing organization, the content, spelling, grammar, and formatting of a piece of content.

Here you can learn more about editing in the link brainly.com/question/21263685

#SPJ4

a ____ file is a text file with a .sql extension that contains sql commands.

Answers

An SQL-extended text file with SQL commands is referred to as a script file.

Which of the aforementioned is a legitimate SQL command?

All of these Character, Numeric, and Float commands are legitimate SQL statements. Check out Intellipaat's SQL certification course if you are a newbie who wants to study SQL and become certified in order to improve your employment prospects.

A column text type is what?

The TEXT column type family is designed to store large amounts of text. Four different types of the TEXT column are actually available: TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. The greatest amount of data that each of the four TEXT kinds can store is the sole significant distinction between them.

To know more about SQL commands visit:-

https://brainly.com/question/13014014

#SPJ4

Given the string below is an md5 hash of a five digits long PIN. It is given as string. Md5 is a function to hash your password: "password123" ===> "482c811da5d5b4bc6d497ffa98491e38"
Your task is to return the cracked PIN as a string.(Python)

Answers

The cracked PIN must be returned as a string. A PIN with five digits is hashed using MD5 in Python using the string below. It's provided as a string.

Program:

digits = '0123456789'  # or use from string import digits

pin = ''.join([random.choice(digits) for _ in range(4)])  # 4 random digits, one string

usrinp = input('')

if usrinp == pin:

if usrinp == pin:

   print('Cracked!')

else:

   correct_count = 0

   for pindigit, userdigit in zip(pin, usrinp):

       if pindigit == userdigit:

           correct_count += 1

   print('Sorry, not the right pin, but you guessed",

         correct_count, 'digits correctly!')

userinp = [int(digit) for digit in input('')]

What does PHP MD5 mean?

The RSA Data Security, Inc. MD5 Message-Digest Algorithm is used by the md5() function. "The MD5 message-digest algorithm takes as input a message of arbitrary length and creates as output a 128-bit "fingerprint" or "message digest" of the input," according to RFC 1321 - The MD5 Message-Digest Algorithm.

What purpose serves MD5?

The main function of MD5 is file authentication. Instead of comparing two copies of a file bit by bit to verify if they match, it is considerably simpler to utilize the MD5 hash. Authentication is now MD5's main application, having previously been employed for data security and encryption.

To know more about Python visit:-

https://brainly.com/question/14914072

#SPJ4

While conducting routine maintenance, you discover a network server that needs to be replaced fairly soon. The server must be shut down during the replacement, which will affect office operations. The office manager asks for an update.
What should you say?
"I found one server that needs to be replaced immediately! We should do it now, but I promise service will only be down for just a moment."
"Everything looked fine, but I found one server we need to replace. Can we find a time to schedule a replacement when it will affect the fewest people?"
"I'm sorry to report there's a server we'll need to replace. I can replace it now if you want to let the office know service will be down for a bit."
"Luckily, only one server needs to be replaced. I'll send an email letting everyone know when to expect a service outage."
"I did notice a server that looks like it will need attention soon. We have some time before we need to replace it, though."

Answers

Given the details about conducting routine maintenance, and you discover a network server that needs to be replaced fairly soon, the appropriate response is "I have identified a server that needs to be replaced soon. In order to replace it, the server will need to be shut down, which will affect office operations. Can we schedule a replacement at a time that will cause the least disruption for the office?"

Why is this response appropriate?

When conducting routine maintenance, it is important to be transparent with the office manager and any other relevant parties about any issues that are discovered.

In this case, it is important to let the office manager know that a server needs to be replaced and that this will result in a service outage.

Read more about maintenance here:

https://brainly.com/question/4789600

#SPJ1

you need to hardwire your laptop to the network jack

Answers

When a computer or phone is connected to a computer network, a jack is utilised to connect the devices.

What do you need for a network jack?

On computer network equipment, Ethernet wires plug into a port (also known as a jack or socket). Their function is to link wired network components in an Ethernet LAN, MAN, or wide area network (WAN).

When a computer or phone is connected to a computer network, a jack is utilised to connect the devices. On a wall plate with many jacks, these jacks are typically grouped together.

Fully connected ports will always have a signal light (green) following a connection. Plug the wire all the way in until you hear a click. Something may be awry if you fail to notice the light. Using a browser, an app, or a computer system, you can check or test the speed of your internet connection.

To learn more about network jack refer to:

https://brainly.com/question/28930681

#SPJ1

Other Questions
6. A sequence of DNA is shown below. Determine the complimentary strand.7. Can you predict which base comes next in the strand of DNA above? Why or why not? If 3 less than 4 times a certain number is 9 more than the number, find the number. How do I record payroll deductions in QuickBooks? Empareja la palabra con la definicin. Match the word with the description. (4 points)Column A1.Esta religin cree en el mal de ojo.:cEsta religin cree en el mal de ojo.2.Fidel Castro es este tipo de lder.:dFidel Castro es este tipo de lder.3.Es el derecho de estar en otro pas por proteccin de persecucin.:aEs el derecho de estar en otro pas por proteccin de persecucin.4.Es cuando los ciudadanos no tienen propiedad privada y no hay clases sociales.:bEs cuando los ciudadanos no tienen propiedad privada y no hay clases sociales.Column Ba.Un dictadorb.La santerac.El asilo polticod.El rgimen comunista Which of the following is considered to be a problem in using GDP as a measure of national well-being?a. GDP does not include the value of goods and services produced in the underground economy,b. GDP does not include the market value of items produced for personal use,c. GDP is not adjusted to account for the depletion of natural resources,d. Items included in U.S. GDP are valued in current dollars. find the value of jk for this problem A remote control car costs $60. Its is reduced to $45 in the sale. By what percentage was the price reduced What is a thesis statement example? PLEASE HELP NO POINT THEFTING PLEASEE! Which statement describes the relative age of a fossil that has formed inside a layer of rock?(1 point)A.The fossil is older than the layer of rock right below it.B.The fossil is younger than the layer of rock it was formed in.C.The fossil is older than the layer of rock it was formed in.D.The fossil is younger than the layer of rock right above it. Please help!!! Algebra 2 Involves attempts to influence which emotions you have, when you have them, and how you experience and express them.emotional management 42. a) How do you think you did on the test this morning?b) I can't believe how my sister is reacting to her phone breaking.c) I'm not happy with the way I handled myself at yesterday's meeting.d) I had to borrow my brothers truck today because my car wouldnt turn on. What effect does homework have on students? (b) Algebraically show that this product has aconstant value (seen in (a)) regardless of thevalue of x. (x+2)(x-2)-(x+4)(x-4) If the original quantity is 12 and the new quantity is 15, what is the percent increase? A lighthouse, which is 18 feet high, stands on a cliff that is 150 feet above sea level. The distance from the top of the lighthouse to a sailboat on the ocean is 360 feet.What is the angle of elevation (x) from the sailboat to the top of the lighthouse? Round the answer to the nearest degree. Mike bought 15 baseball cards.Rookie players are featured on 3/4 of the cards. How many cards featured rookie players? Lysosomal proteins are marked by adding a phosphate to a _______ group. a. glucose b. serine c. GDP d. mannose y=6x+112x-3y=7Need Step by Step Solution A dump truck normally carries 10 cubic yards of gravel. A cubic yard of gravelweighs 1.35 tons. Road bans in the spring specify that the truck can only beloaded to 85 percent of normal capacity.How many tons of gravel can the truck carry when road bans are in effect?