O B. the bulk of a person's income.
a
C. a person's excess income.
Those taking illegal drugs, or using a prescription drug without a medical need, are likely ...
A. to be making a calci

Answers

Answer 1

im confused by the formatting of this- maybe type it again ;-;


Related Questions

Please help me on this it’s due now

Answers

Answer:

All of the above because all the other factors are needed to be considered

Select the correct explanation for the fact that a carrier of a recessive genetic disorder does not have the disorder.

Answers

The correct explanation is that In a recessive disorder, only a single functioning allele is necessary to determine a normal phenotype.

How is a carrier differs from a person who has a genetic disorder?

A carrier of a disease is known to be any person that is said to have the disease trait, and they do not show any kind of physical symptoms of the said ailment.

Note that the carrier do have present in them a gene mutation in the recessive gene. The dominant gene is said to overpower  the recessive gene, making the carrier to have the disease and can be able to pass on the said gene to their child.

Learn more about disorder from

https://brainly.com/question/25771019

In the context of customer relationship management (CRM) applications, which approach is chosen by organizations with an established IT infrastructure

Answers

In the context of customer relationship management (CRM) applications, On-premises CRM approach is chosen by organizations with an established IT.

What is on-premise CRM?

This is known as  On-Premise software. It is also called  CRM. This is regarded as a software that has its infrastructure, hardware, operating system etc. found on the client's premises.

Note that this implies that any form of maintenance, repairs, updates, etc. must be done a personal own IT member or staff.

Learn more about customer relationship from

https://brainly.com/question/25656282

When you commit a transaction, a. you can only roll back a portion of the transaction b. the operations performed by the SQL statements become a permanent part of the database c. you can still undo all of the changes made to the database since the beginning of the transaction by rolling back the transaction d. all of the above

Answers

When you commit a transaction, the operations performed by the SQL statements become a permanent part of the database.

What is a commit transaction?

In database transaction, a commit is a term that connote the act of keeping of data permanently after a set of consistent changes.

A commit is known to often ends a transaction  and if a person commit a transaction, the operations performed by the sql statements is said to be long lasting part of the database.

Learn more about transaction from

https://brainly.com/question/1016861

The _____ method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Answers

The value method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

What is this method about?

The values() method is known to be a method that acts by returning a new array iterator object that has or is made up of the values for all the index in the array.

Note that the  value method is very much like the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Learn more about Array from

https://brainly.com/question/24275089

im a beginner programmer. what languages should i learn and how do i get better

Answers

Answer: Python, Coding, JavaScript and there's more out there but it's been a while since I have taken Tech classes in a while!

Explanation: I recommend you use typing.com and code.org for coding! I don't know how else to answer this question but this was all I could say!

nums = [30, 10, 30, 14, 10, 3, 9, 7]
print(nums)

nums.extend([24, 3, 21, 19])
print(nums)
What is output by the second print statement in the code above?

Group of answer choices

[30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]

[30, 10, 30, 14, 10, 3, 9, 7]

[24, 3, 21, 19]

[24, 3, 21, 19, 30, 10, 30, 14, 10, 3, 9, 7, 24, 3, 21, 19]

Answers

The range function must have two parameters? False. ~Range has three possible sets of parameters: range(stop) - Returns 0 to the given stop value, counts by one.

The range function must have two parameters is False. ~Range has three possible sets of parameters: range(stop) - Returns 0 to the given stop value, counts by one.

What is program?

A computer can run multiple programs simultaneously, and each program can be in a different state. There are three states a program can be in: running, blocked, and ready. If a program is running, it means that it is currently using the computer's resources, such as the processor, memory, and I/O devices, to perform its tasks.

On the other hand, if a program is blocked, it means that it is waiting for a resource to become available, such as a file, network connection, or input from the user. In the scenario you mentioned, "Program A" is in the running state, meaning it is actively using the computer's resources.

Therefore, Program B" is in the blocked state, meaning it is waiting for a resource to become available so it can continue to run.

Learn more about program on:

brainly.com/question/30613605

#SPJ3

What happens when the button is clicked? Open the functions drawer and look at each of the StateLibrary functions. Mouseover them for documentation. How do these functions work? Click "Manage Libraries" in the gear menu, then click "view code" for the State Library. Read the code. How do the library functions work? Were your predictions correct?

Answers

Library functions work by assesment through its function name.

What are Library functions?

Library functions are computer language that are made up of inbuilt functions which are grouped together in a place called library.

A library is the collection of resources or data used by computer programs for software development.

These resources may include:

configuration data,

documentation,

help data,

message templates and

pre-written code.

Therefore, Library functions work by assesment through its function name.

Learn more about library here:

https://brainly.com/question/5961530

2.9.8 stop light codehs
I cant figure out how to do this stop light function on codehs help
(this is the assignment)
Write a program that prompts the user for a color: red, yellow, or green (the colors of a stoplight). Then using if statements and else statements, print the user a message describing what they should do. For example if the color was red, you could say something like, “Red light: you should stop.”

As a bonus, see if you can use “else if” in this problem. Check out “else if” in the “Docs” tab.

You may assume the user will only input “red”, “yellow”, or “green”. You do not have to worry about other colors, or mixed capitalization such as “blue” or “ReD”, but you can make your program handle these cases if you wish!

Answers

The program illustrates the use of conditional statements

Conditional statements are statements used to make comparison and decisions

How to write the program?

The program written in Python, where comments are used to explain each action is as follows:

#This gets input for the color

color = input("Color: ").lower()

#This checks if the input is red

if color == "red":

   print(“Red light: you should stop.”)

#This checks if the input is yellow

elif color == "yellow":

   print(“Yellow light: you should get ready.”)

#This checks if the input is green

elif color == "green":

   print(“Green light: you should go.”)

#This checks for invalid input

else:

   print(“Invalid")

Read more about Python programs at:

https://brainly.com/question/24833629

What is the advantage of selecting the only create connection option when importing data?.

Answers

The advantage of selecting the only create connection option when importing data is that  there would be no tables or reports that will show in your workbook.

What is only create connection about?

The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.

Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.

Learn more about data from

https://brainly.com/question/19243813

Isabella is a network engineer. She would like to strengthen the security of her organization's networks by adding more requirements before allowing a device to connect to a network. She plans to add authentication to the wireless network and posture checking to the wired network. What technology should Isabella use

Answers

The technology that Isabella should  use to strengthen the security of her organization's networks is Network access control (NAC).

What is Network access control (NAC)?

Network access control (NAC), is popularly known to be  network admission control. This is said to be a kind of process that is known for hindering unauthorized users and devices from having any kind of access to any private network.

Note that the use of this Network access control (NAC) can help Isabella should  to strengthen the security of her organization's networks.

Learn more about  network engineer from

https://brainly.com/question/26563535

When performing forensics on an Apple computer, what operating system are you the most likely to encounter QUIZLET

Answers

When performing forensics on an Apple computer, the operating system are you the most likely to encounter is iOS.

What is operating system forensics?

A Operating System Forensics is known to be a method used for the retrieving of any useful information from the Operating System (OS) of the computer or any kind of mobile device.

Note that the reasons for collecting this information is so as to get all the empirical evidence against any kind of perpetrator.

Learn more about operating system from

https://brainly.com/question/1763761

how to select whose salary is between 1000 and 2000 in Microsoft access what is its criteria​

Answers

Answer:

Hey

In the query design view, go to criteria and choose the cell you want to put criteria on. type

>1000 AND <2000

What is the address space of a computer with a 64-bit address bus?

Answers

Answer:

In principle, a 64-bit microprocessor can address 16 EiB (16 × 10246 = 264 = 18,446,744,073,709,551,616 bytes, or about 18.4 exabytes) of memory. However, not all instruction sets, and not all processors implementing those instruction sets, support a full 64-bit virtual or physical address space.

Which tab can help start a query? Create External Data File Home

Answers

The Create, External Data, File and Home tabs are in Microsoft Office Access

The Create tab can help to start a query

How to determine the tab?

There are several tabs in Microsoft Office Access.

Of all these tabs, the Create tab is used to help the user to start a query and return the required data of the query.

The other tabs such as file and home are used to perfom other tasks which include open files, save query, etc.

Read more about database at:

https://brainly.com/question/518894

Answer:

Its A Your Welcome

Explanation:

What is ergonomic in computer and technology

Answers

Answer: Interaction with technology

Explanation: Computer ergonomics is the study of how we interact with our computers. Scientists that study computer ergonomics, attempt to find solutions to strain, fatigue, and injuries caused by poor product design or workplace arrangement. Their goal is to create an overall comfortable and relaxed workplace environment.

list 4 functions of algorithm​ .ASAP,pls no Links!!! Thanks

Answers

Answer:

Simple recursive algorithms.

Backtracking algorithms.

Divide and conquer algorithms.

Dynamic programming algorithms.

Explanation:

the ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 true or false

Answers

The ability to collaborate with others on online documents is made possible through technologies collectively known as web 2.0 is known as a true statement.

What is the meaning of online document?

“E-document” is a term that is used for any online document. It refers to to any form of transactional document that is often exchanged between trading partners in form of an electronic format and manner.

Note that the strength to  be able to work with others on online documents can be made possible via technologies that are said to be known as web 2.0.

Learn more about online documents from

https://brainly.com/question/13171394

Answer:

True

Explanation:

Just because

paanswer po number 1, 2, 4, 6, 9, 15, 19 tyyyy​

Answers

Answer:

I hope it helps you

Explanation:

Pls do let me know if any doubt

Complete the sentence.

It is important that both IT professionals and governments always keep _________ in mind for emerging technologies.

Options
1. Artificial intelligence
2. Intellectual property rights
3. Ethical principles

Most only pick one

Answers

Answer:

It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies.

Explanation:

sorry if im wrong

The complete sentence is:  It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies. The correct option is 2.

What is Intellectual property?

Intellectual property is those properties that are unique and created by humans. These properties have the copyright of that people so that other people will not steal the work and if they want the work, they have to pay for it.

Some intellectual properties are patents, copyrights, trademarks, and trade secrets. These are the arts, discoveries, technologies, and literature. Government should take care of these people and properties at the time of emerging technologies.

Thus, the correct option is 2. Intellectual property rights.

To learn more about Intellectual property, refer to the link:

https://brainly.com/question/18650136

#SPJ5

A method of capturing only the changes that have occurred in the source data since the last capture is called ________ extract.

Answers

A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

What is Static extract?

This is known to be a given method that is often used in getting only the alterations that have taken place in the source data since its last capture.

Note that in  full extraction, there is data extraction and loading and as thus A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

Learn more about source data from

https://brainly.com/question/26928042

#SPJ1

To use Aggregate functions on subgroups within the total result set, place the Aggregate function in the Select clause and add the ____ ____ clause to the query. (two words)

Answers

To use Aggregate functions on subgroups within the total result set, place the Aggregate function in the Select clause and add the Group By clause to the query.

What is an aggregate function?

An aggregate function is known to be a tool that functions only by  calculating one or more values and then it also returns a single value.

Conclusively, The aggregate function is a tool that is often employed with the GROUP BY clause and HAVING clause of the SELECT words.

Learn more about  Aggregate functions from

https://brainly.com/question/15875528


Help!!! Photography class!! ASP

Which of the following represents aperture priority mode?
Select all that apply.
Α.
The photographer needs to select the value of aperture manually.
B.
The camera determines the value of aperture automatically.
С
The camera determines the value of shutter speed automatically.
D
The photographer needs to select the value of shutter speed manually.

Answers

Answer:

D.

Explanation:

Typically represented by a capital A (or sometimes Av, short for Aperture Value) on the camera mode dial, aperture priority allows the photographer to dial in this specific exposure setting—the ƒ-stop—and asks the camera to calculate the correct corresponding shutter speed in the instant before the shutter is released.

In flowcharts the rectangle shape represents a process or assignment statement?

A. True
B. False

Answers

The answer is true. So A

question in the attached img. pls help me thank you in advance ​

Answers

Answer:here you go miss

Explanation:

1.A title bar is a graphical user interface (GUI) component of a software application or Web page.

2. A menu bar is a row or strip of menu items titles that, when clicked, display dropdown menu of other items or commands.

3. The toolbar, also called bar or standard toolbar, is a row of buttons, often near the top of an application window, that controls software functions.

4. Apache Axis (A pache e X tensible I nteraction S ystem) is an open-source, XML based Web service framework.

5. A status bar is located at the bottom of Internet browser windows and many application windows and displays the current state of the web page or application being displayed.

6. VCB box Type in value and press Enter to apply the

value to the active tool (no click required).

You use trace precedents for a cell containing a formula. What indicates an error in the precedents used?.

Answers

When you use Trace Precedents for a cell containing a formula, an error in the precedents used would be indicated by a red tracer arrow.

What is Trace Precedents?

Trace Precedents can be defined as cells or groups of cells in Microsoft Excel that is used to review and determine which ones affect the value of an active cell.

IGenerally, when you use Trace Precedents for a cell in a spreadsheet document containing a formula, an error in the precedents used would be indicated by a red tracer arrow, which is displayed between the dependent and precedent cells.

Read more on cells here: brainly.com/question/26053797

define operating system?explain the types of operating system on the basis of use.​

Answers

Answer:

An operating system is a software that helps the any computers basic needs or functions.  For example, the windows on a computer is a operating system.

Explanation:

What is the decline of raccoons in the florida everglades due to?.

Answers

This is not a computer science question.

Consider a swapping system in which memory consists of the following hole sizes in memory order: 10 KB, 4 KB, 20 KB, 18 KB, 7 KB, 9 KB, 12 KB, and 15 KB. Which hole is taken for successive segment request of

Answers

Answer:

um uwu

Explanation:

what should i do if my earbuds keep dying and not charge fully to where i get 2 minutes out of them

Answers

You could call apple customer service and tell them.

Answer:

Check the chord that plus into the case because it might need fixing. Buy a new cord or a new case. Or call apple customer service, and tell them the earbuds will not charge and they may give you a free pair! Be sure to make them feel like they are about to loose a customer and but still be sweet and respectful. If none of that works, you might have to buy a new pair :(

Explanation:

Good luck! and i hope this helped <3 Brainliest please? :)

Other Questions
What is 8,838 rounded to the nearest ten What are your initial ideas about why MKenna is losing so much weight? what was the utilities of the topography of Nepal? write in four points. During which phase of meiosis do the homologous chromosomes line up across from each other in the center of the cell? 1. Fill in the T-chart with the arguments of hawks and doves about the Vietnam War(highlight, and drag the statement to the correct side.)hawksdoves The collapse of Vietnam would strengthen communism.The US would lose if it entered the war.Focusing on the war would draw attention away from LBJ's Great Society.LBJ could lose domestic support if he wasn't hard on communism.China or the Soviet Union might enter the war if the US did.Appeasement had helped lead to World War II.2.Place the following events in the proper order on a timeline (the timeline can be inany format you wish--including a separate Slides presentation.For each event, includeThe Date of the event,A brief description Which of the following numbers is the smallest?1/33/102/53/8 Marsha sees an airplane flying overhead. The spot on the ground that is directly under the plane is 3,600 feet from Marsha's house. She sees the plane at a 45o angle of elevation. What is the elevation of the plane? During prophase I, all four chromatids of the two homologues become closely associated as a result of pairing, forming a structure known as a(n) i will give brainliestPLEASE HELP! Frank, Steven, and Daniel share 4 pizzas equally. How much pizza will they each get?? please explain in division expression and fraction work if you want and the sentence PLSPLSPLSPLSPLSPLSPLSPLSPLSPSLSLS Where do local governments get most of their revenue to meet their budget needs?Lotteries A. Fines and licensesB. Property Taxes Look at attachment below please help100 POINTS AND BRAINLYIEST A plumber needs to drill a hole that is just slightly larger than 3/16 of an inch in diameter. Which measurement is the smallest but still larger than the 3/16 inch?A)3/32B) 5/16C) 13/64D) 17/32 Please help!Hausaufgabe Wo? Wohin? Dativ oder Akkusativ? 1) Das Bild hangt an.... Wand. 2)Ich hnge das Bild an.... Wand 3) Das Buch legt auf ...Tisch 4) Ich lege das Buch auf... Tisch 5) Das Fahrrad ist hinter Haus 6) Ich stelle das Fahrrad hinter... Haus 7) ich bin in...Bad 8) Ich gehe in... Bad 9) Der Stuhl steht neben... Sofa 10) ich stelle den Stuhl neber...Sofa 11) Ich hnge die Uhr neben ...Bild 12) Das Bild hngt neben... Uhe Given the tunction f(x)= - x^2 + 4x - 3 ,find the rate of chango over the interval [-2,7] (you can take the negative leading coefficlent off for reg ed if you want) * Which expression is equivalent to 2314x+12x16? what is a mixed economy i do not know this answer The percentage of water vapor present in the air compared to that required for saturation is the ____. The graph represents data from an experiment.Complete the sentence by selecting the correct distribution type from the drop-down menu.*Explanation*