Lower doses blank causes confusion and memory loss and hallucination

Answers

Answer 1
The guy above me is correct use him or her :)

Related Questions

Meghla has brought a smartphone with length is 4 unit and breadth is 3 unit, what is the screen size of the smartphone

Answers

Answer:

[tex]12unit^2[/tex]

Explanation:

Assuming that the screen covers the entire area of the smart phone.

[tex]3 * 4 = 12 unit^2[/tex]

Most likely this wouldn't be the case, so the screen size would be at most [tex]12unit^2[/tex]

[tex]0unit^2<size < 12unit^2[/tex]

And would most likely fall under this range of answers.

You multiply 4 by 3 to get the screen size of the smartphone.

For which programming task would you use a for loop?
A. Computing the average of a list of integers of unknown length
B. Counting the vowels in a document of unknown length
C. Generating a list of the anagrams in a word Printing a specified number of integers in a list
D. Printing a specified number of integers in a list

Answers

Answer:

A. Computing the average of a list of integers of unknown length

An employee believes there is an imminent danger situation at her workplace. She contacts OSHA to report the safety hazard. Her employer finds out that she has reported the issue and threatens to fire her. Which of these is a correct statement about the situation?

Answers

Answer:

Here's all I know

Explanation:

OSHA stands for the Occupational Safety and Health Administration, an agency of the U.S. Department of Labor. OSHA's responsibility is worker safety and health protection. The U.S. Congress created OSHA under the Occupational Safety and Health Act of 1970 (the OSH Act). Congress passed the law and established OSHA "to assure so far as possible every working man and woman in the nation safe and healthful working conditions and to preserve our human resources.

OSHA began because, until 1970, there were no national laws for safety and health hazards.

Software that interprets commands from the keyboard and mouse is also know as the

Answers

Answer:

The answer is option c

operating system

Hope this helps.

C; operating system :) hw

Plz help me in this example

Answers

Answer:

import java.util.*;

public class calcarms

{

public static void main(String [] args)

{

 Scanner input = new Scanner(System.in);

 //Declare Variable

 int num;

 //Initialize num to 0

 num = 0;

 //Print heading

 System.out.println("Armstrong Numbers\t\tDifference between Successive Armstrong Numbers");

 //Call Armstrong method

 boolean result = Armstrong(num);  

}

public static boolean Armstrong(int num)

{

 int nums;

 //Initialize old_Arms and new_Arms to 0

 int old_Arms =0; int new_Arms = 0;

 for(int i = 0;i<=500;i++) //Iterate from 0 to 500

 {

  nums = i;

 int temp,calc = 0;

 temp = nums;  

  //Check individual digit of each number

 while(nums > 0)

 {

  int a=nums%10;  

  nums/=10;

  calc+=(a*a*a);//Find cube of number

 }

 if(temp == calc) //Check if number is armstrong

 {

  new_Arms = calc;

  old_Arms = new_Arms - old_Arms;

  System.out.println(calc+"\t\t\t"+old_Arms);//Print

  old_Arms = calc;      

 }

 }

 return true;  

};

}

Explanation:

Comments are used to explain difficult lines

In the story, what are the song pauses a metaphor for?
O A. The necessity of pausing before speaking
B. The idea that life is reflected in song lyrics
C. The idea that making rock music is tiring
D. The need to slow down more often in life
Need help ASAP !!

Answers

Answer:

D. The need to slow down more often in life.

The song pauses as a metaphor for the need to slow down more often in life. Thus, the correct option for this question is D.

What is Metaphor?

A metaphor may be characterized as a type of figure of speech that significantly elaborates an object or action in a way that is not literally true but still helps in explaining an idea or constructing a comparison. It generally involves the sense of comparison between two objects.

According to the context of this question, the song pauses as a metaphor for representing the aspect of slowing down things more often in life. This is because it involves the sense of comparison which eventually slows down the process at its actual rapid pace.

Therefore, the song pauses as a metaphor for the need to slow down more often in life. Thus, the correct option for this question is D.

To learn more about Metaphor, refer to the link:

https://brainly.com/question/9418370

#SPJ7

6. One 15 A general-purpose circuit should be installed per how many square feet of floor space?

O A. 750

OB. 400

O C. 600

O D. 500

Answers

Answer:

It will be as 600 square feet is the most satisfying

Answer:

Your answer option is C) 600

Writa function to read content from "Zone. txt" and write it into another file "zone1. txt" by reversing each line if the line starts with A​

Answers

Answer:

You have specified no language. Here's an algorithm to follow with most platforms, my example is in NodeJS

const fs = require('fs');

let zone = fs.readFile('Zone.txt', 'utf8', function (err, data) {

 if (err) throw new Error(err);

 data = data.toString(); //convert the buffer to a string

 let lines = data.split("\n"),

       content = [];

 for (i in lines) {

   let l = lines[i];

   if (l.toLowerCase().startsWith("a")) l = reverseString(l);

   content.push(l);

 }

 content = content.join("");

 fs.writeFile('zone1.txt', content, , function (err) {

   if (err) throw new Error(err);

 }

});

function reverseString (str) {

   return str.split("").reverse().join("");

}

Which option lists the correct steps to apply a style?

A. Select the text, click the Home tab, and in the Styles Gallery, click to select a style to apply.
B. Select the text, click the Insert tab, and in the Formatting Gallery, click to select a style to apply.
C. Select the text, click the Home tab, and in the Font group, select a font, font size, and type to apply.
D. All of the options listed above are correct.

Answers

Answer:

B

Explanation:

just took the test

Answer:c

Explanation:

What is the first step in setting paragraph or line spacing and their options?
Find the correct option that suits the situation.
Launch the Paragraph dialog box before doing anything
Select the text you wish to apply the setting to.
O Position the cursor at the beginning of the document.
W
ASAP

Answers

Answer:

Launch the paragraph dialog box before doing anything

The first step in setting paragraph or line spacing and their options is;

Option C; Select the text you wish to apply the setting to.

If we want to set up a paragraph of an existing statement in MS Word, the first thing we have to do will be to identify the particular text that requires the paragraph. This is because we cannot just use the tab key or indent option without a reference for what we want to paragraph.

Similarly, when we want to change the spacing of a text, depending on the spacing you want to use, you have to first select the text in which you want to apply the spacing. This is because if you click on the spacing you want without first selecting the text, the spacing will not be effected on the text you want.

Read more at; https://brainly.com/question/14135636

7

A CD holds 650 MB of data. A DVD holds 4 GB of data. How many CDs would you need

to equal one DVD

Answers

Answer:

Number of CDs = 7

Explanation:

We know that

1 GB = 1024 MB

So it means the 4 GB of data can be interpreted as:

4 GB = 1024*4 MB

4GB = 4096 MB

So a DVD hold 4096 MB of data while a CD holds 650 MB of data.

We need to find how many CDs could hold 4096 MB of data, to make it equivalent to a DVD

Number of CDs = 4096/650

Number of CDs= 6.3

As a CD can not be 0.3, a whole 1 CD will be used.

Number of CDs = 7

Which of the following is a negative effect of the rise in agricultural technology following World War II?

Answers

Answer:

environmental degradation

Explanation:

Dell XPS 15 or MacBook pro 13?​

Answers

Answer:

MacBook Pro 13

Explanation:

Mostly cause of the brand.

And also I have a MacBook pro

Answer:

I think I would pick a MacBook Pro 13

Explanation:

The reason why is because personally I like apple products alot and Im not saying that Dell products are bad but I think apple products are just better. Also they do look the same but its really up to you to decide which brand you like better. If  you had more experince with one brand you might want to stick with it or if you have experinced with both brands you should decide which you liked better.

What Editing software can i download on Computer to edit my videos?

Answers

Answer: i personally use Filmora9.... Wondershare offers three different plans for Filmora9. The annual plan costs a reasonable $39.99 per year (about £30, AU$60, currently on sale, down from $49.99), while the lifetime plan costs a one-off fee of $59.99 (about £45, AU$90, down from $69.99).

Explanation: also, if you have an iPhone you should use iMovie.. it's very easy to use.. i started out with it!! and no cost!!!

Answer:

I use Filmore9 you can also download blue stacks and download IMovie and other things to edit too

Explanation:

What does a production possibilities curve represent?Which of the following statements are true? Economic stability means fair distribution of goods in an economy. Full employment is a macroeconomic goal. Inflation is a fall in the prices of goods and services. Inflation is a rise in the prices of goods and services. Microeconomics studies the economy as a whole.

Answers

Answer:

What does a production possibilities curve represent?

The Production Possibilities Curve (PPC) is a model used to show the tradeoffs associated with allocating resources between the production of two goods. The PPC can be used to illustrate the concepts of scarcity, opportunity cost, efficiency, inefficiency, economic growth, and contractions.

Which of the following statements are true?

Full employment is a macroeconomic goal.

Answer:

Full employment is a macroeconomic goal.

Inflation is a rise in the prices of goods and services.

Explanation:

Other Questions
Examine the details of the chisquare test and conclude in context. There is good evidence (cite P-value) of an association between treatment and outcome in the population of women just treated for a UTI. There were substantially fewer than expected women getting a UTI recurrence in the study among those drinking cranberry juice daily. The conditions for inference are not met. There is good evidence (cite P-value) of an association between treatment and outcome in the population of women just treated for a UTI. There were substantially fewer than expected women getting a UTI recurrence among those abstaining from both drinks. There is good evidence (cite P-value) of an association between treatment and outcome in the population of women just treated for a UTI. There were substantially fewer than expected women getting a UTI recurrence among those drinking Lactobacillus drink. There is good evidence (cite P-value) that, in the population of women just treated for a UTI, women drinking cranberry juice daily have fewer UTI recurrences, on average. Question Source: Baldi 4e - The Practice Of Statistics What is the value of y at the point where the graph of an equation crosses the x-axis? A lot of research has demonstrated that there is a relationship between the of employees and that of the customer A researcher conducts two studies. Study 1 uses a one-way between-subjects ANOVA. and Study 2 uses a within-subjects ANOVA. If the number of groups and participants per group are the same in each study, then in which study was the total number of participants larger? Explain. A candidate scored 32 marks out of 80,find his percentage score.A. 20% B.32% 0.40% D. 48% E80% VERY EASY QUESTION. WILL MARK BRAINLIEST The Ring of Fire is a string of volcanic sites in the Pacific Ocean that stretches between the Americas, Asia, and Australia. What is the most likely cause of this volcanic activity? The Earths core pushes through tectonic plates here There is a high number of convergent tectonic plate boundaries The melting of tectonic plates by particularly hot parts of the Earth's crust The explosion of energy as a result of a collision between two nearby tectonic plates Ajax Computer Company is an accrual-method calendar-year taxpayer. Ajax has never advertised in the national media prior to this year. In November of this year, however, Ajax paid $3 million for television advertising time during a "super" sporting event scheduled to take place in early February of next year. In addition, in November of this year the company paid $2,500,000 for a one-time advertising blitz during a professional golf tournament in April of next year. What amount of these payments, if any, can Ajax deduct this year Please please please help me Im about to fail Sensors are used to monitor the pressure and the temperature of a chemical solution stored in a vat. The circuitry for each sensor produces a HIGH voltage when a specified maximum value is exceeded. An alarm requiring a LOW voltage input must be activated when either the pressure or the temperature is excessive. Design a circuit for this application Which statement best completes the table What makes this an effective conclusion? It synthesizes ideas and has a clear call to action to live up to the standards of a great country. It does not synthesize ideas, but instead introduces new appeals to the audiences logic and emotion. It restates the claim in a clear way, and it also makes no mention of future action on the part of the audience. It has a clear call to action for the audience to practice communalism and to continue focusing on differences. Angara Corporation uses activity-based costing to determine product costs for external financial reports. The company has provided the following data concerning its activity-based costing system: Activities (and Activity Measures) Estimated Overhead Cost Machine related (machine-hours) $256,520 Batch setup (setups) $261,360 General factory (direct labour-hours) $178,560 Expected Activity Activities Product X Product Y Total Machine related 4,300 6,300 10,600 Batch setup 8,600 1,300 9,900 General factory 3,300 6,300 9,600 Assuming that actual activity turns out to be the same as expected activity, the total amount of overhead cost allocated to Product X would be closest to: Dream Studio offers 5 music lessons for $60. Fox Studio offers 8 music lessons for $72. What is the cost per lesson at each studio? What studio offers a better deal? Why? The comparative balance sheet of ConnieJo Company, for December 31, Years 1 and 2 ended December 31 appears below in condensed form: Year 2 Year 1 Assets Cash $45,000 $53,500 Accounts receivable (net) 51,300 58,000 Inventories 147,200 135,000 Investments 0 60,000 Equipment 493,000 375,000 Accumulated depreciationequipment (113,700) (128,000) Total Assets $622,800 $553,500 Liabilities and Stockholders' Equity Accounts payable $61,500 $42,600 Bonds payable, due Year 4 0 100,000 Common stock, $10 par 250,000 200,000 Paid-in capital in excess of parcommon stock 75,000 50,000 Retained earnings 236,300 160,900 Total liabilities and stockholders' equity $622,800 $553,500 The income statement for the current year is as follows: Sales $629,700 Cost of goods sold 341,800 Gross profit $287,900 Operating expenses: Depreciation expense $24,700 Other operating expenses 75,300 Total operating expenses 100,000 Income from operations $187,900 Other income: Gain on sale of investment $5,000 Other expense: Interest expense 12,000 (7,000) Income before income tax $180,900 Income tax 64,100 Net income $116,800 Additional data for the current year are as follows: a. Fully depreciated equipment costing $39,000 was scrapped, no salvage, and equipment was purchased for $157,000. b. Bonds payable for $100,000 were retired by payment at their face amount. c. 5,000 shares of common stock were issued at $15 for cash. d. Cash dividends declared were paid $41,400. Can someone plz help me out! With this problem I really need help ASAP! I will mark you as brainiest! Help help ASAP! In this reaction: Mg (s) + I (s) MgI (s)If 2.34 moles of Mg react with 3.56 moles of I, and 1.76 moles of MgI form, what is the percent yield? Write a program that takes in an integer in the range 10 to 100 as input. Your program should countdown from that number to 0, printingthe count each of each iteration After ten numbers have been printed to the screen, you should start a newline. The program should stoplooping at 0 and not output that valueI would suggest using a counter to cunt how many items have been printed out and then after 10 items, print a new line character andthen reset the counter.important: Your output should use %3d" for exact spacing and a space before and after each number that is output with newlines in orderto test correctly. In C please client becomes dissatisfied with the progress that Engineer A is making on his project. As a result, he terminates the services of Engineer A and hires Engineer B to complete the work. Engineer B: Must be able to document his or her effort of reworking the entire design process. Must take complete responsibility for the documents.s Must notify Engineer A, by certified mail, of his intentions to reuse already sealed documents. All of the ab Choose the correct form of comer to complete the sentence.Mi tala ensalada todos los das.A.ComemosB.comoC.comesD.come The lifting force on an airplane's wing does which of the following?O A. Increases gravityO B. Increases with speedO C. Decreases with speedD. Overcomes drag