1. Which vitamin deficiency disease is also known in the names of "Barlow"s Disease & Cheadle"s disease?

Answer: Scurvy

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->Which vitamin deficiency disease is also known in the names of "Barlow"s Disease & Cheadle"s disease?....
QA->Which disease is also known in the names pyrosis and cardialgia?....
QA->Which chemical compound is also known in the names of "Prussian blue, Parisian Blue & Berlin Blue"?....
QA->Which chemical is also known in the names of ‘Benziform’ and Carbon Tet ?....
QA->Which disease is caused by the deficiency of Vitamin-A?....
MCQ->What will be the output of the program ? #include<stdio.h> int main() { char names[] = { "Suresh", "Siva", "Sona", "Baiju", "Ritu"}; int i; char t; t = names[3]; names[3] = names[4]; names[4] = t; for(i=0; i<=4; i++) printf("%s,", names[i]); return 0; }...
MCQ->Read the following paragraph and answer the question which follows. Fighting the disease reincer is never easy for anyone. However, finding an insurance to be financially prepared for it, definitely is. For the disease requiring a minimum of INR 60 lakh worth medical expenditure, our insurance scheme offers INR 5 lakhs every year for first five years followed by INR 10 lakhs every subsequent yearAn advertisement by an insurance company. Which of the following statements would prove that the insurance policy is flawed in its approach (A) The disease although serious and cash intensive, is total only in 23% of the cases. (B) 75% of the entire amount for treatment is required in the first two of years of contracting the disease. (C) Expenses for treatment of the disease do not fluctuate much based on the intensity of disease and the type of hospitals. (D) If treated within 4 years of contracting the disease, the patient can be completely cured of the disease for life....
MCQ->Statement: It is reported that though Vitamin E present in fresh fruits and vegetables is beneficial for human body, capsule Vitamin E does not have the same effect on human body. Courses of Action: The sale of capsule Vitamin E should be banned. People should be encouraged to take fresh fruits and vegetables to meet the body's requirement of Vitamin E.

...
MCQ->Oracle commands, column names, table names, view names and all other database elements are case sensitive....
MCQ->What will be the output of the program? public class X { public static void main(String [] args) { String names [] = new String[5]; for (int x=0; x < args.length; x++) names[x] = args[x]; System.out.println(names[2]); } } and the command line invocation is > java X a b

...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution