Skip to main content

Talking to a Doctor

 Patient: Good morning doctor 

Doctor: Good morning, please sit down.Yes, what's the problem?

Patient: I have a fever and some sore throat.

Doctor: Let me see.Open your mouth please. Yes there is infection.How much is th fever?

Patient: It was 101° when I started from home

Doctor: It's the same even now Are you feeling cold?

Patient: Not much.

Doctor: DO you have cough?

Patient: Yes , specially at night I can't sleep because of it 

Doctor: Any other problem?

Patient:I have a headache.

Doctor: That's because of fever.O.K . Take these capsules thrice daily for five days and these tablets six hourly for three days 

Patient: How to take the medicine ?

Doctor:With warm water. Also take this cough mixture six hourly.

Patient:How much?

Doctor:  Two teaspoons.Hot water gargles 4 to 5 times a day will help you a lot.

Patient:Any restrictions about food?

Doctor: Don't eat oily or spicy food. Avoid cold water and cold drinks that will irritate the throat.Take rest and you will be alright bin two -three days.

Patient:O.K Doctor,  thank you very much

                                That's all

                        Thank you ❤️

Comments

Post a Comment

Popular posts from this blog

Scope of Financial Accounting

 Financial accounting is a branch of accounting that deals with the recording, summarizing, and reporting of financial transactions of an organization. Its scope includes: 1. Reporting performance and position: Reporting the performance of an organization  as well as the state of the organization are the primary purposes. This can be seen through alternate names for the incomes statement and balance that were mooted for them namely the statement of financial performance and the statement of financial position. 2. Reporting to shareholders: Public traded companies accounts are relied on by more than direct shareholders. As a result of being publicly sold the scope of financial accounting information provided by these companies must also include the needs of potential investors to enable them to determine if they desire to invest in these companies. his he why publicly traded companies are required to publish their financial statement and make them the publicly available. 3. Rep...

Types of Programming Languages

There  are basically two types of computer programming languages given below: 1. Low level language 2. High level language 1. Low Level Languages The programming languages that are very close to machine code (0s and 1s) are called low-level programming languages. The program instructions written in these languages are in binary form. The examples of low-level languages are: • Machine Language • Assembly Language I . Machine Language The instructions in binary form, which can be directly understood by the computer (CPU) without translating them, is called a machine language or machine code. Machine language is also known as first generation of programming language. Machine language is the fundamental language of the computer and the program instruction in this language is in the binary form (that is 0's and 1's). • This language is different for different computers. • It is not easy to learn the machine language. Advantage of Machine Language The only advantage of machine langua...

DLD (Digital Logic Design) objective questions

  Which of the following is NOT a basic logic gate? a) AND gate b) OR gate c) XOR gate d) NAND gate e) None of the above Answer: e) None of the above Which of the following is a universal gate? a) OR gate b) AND gate c) NOT gate d) NAND gate e) None of the above Answer: d) NAND gate Which of the following is an example of combinational logic? a) Flip-flop b) Counter c) Decoder d) Multiplexer e) None of the above Answer: c) Decoder Which of the following is used to implement logical functions in digital circuits? a) Resistors b) Diodes c) Transistors d) Capacitors e) None of the above Answer: c) Transistors Which of the following is a binary number system? a) Octal b) Decimal c) Hexadecimal d) Binary e) None of the above Answer: d) Binary Which of the following is used to represent negative numbers in binary? a) Sign-magnitude representation b) Two's complement representation c) Ones' complement representation d) Excess-3 representation e) None of the above Answer: b) Two's ...