1. Which chemical compound is also known in the names of "Prussian blue, Parisian Blue & Berlin Blue"?

Answer: Ferric ferrocyanide

Reply

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

Comments

Tags
Show Similar Question And Answers
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 also known in the names pyrosis and cardialgia?....
QA->Which vitamin deficiency disease is also known in the names of "Barlow"s Disease & Cheadle"s disease?....
QA->Which compound of mercury is also known as "red mercury"?....
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->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

...
MCQ->Pick out thể one word for - a secret arrangement...
MCQ->What will be the compound interest earned on an amount of Rs. 5000 in 2 years? I.  The simple interest on the same amount at the same rate of interest in 5 years is Rs. 2000. II.  The compound interest and the simple interest earned in one year is the same.  III.  The amount becomed more than double on compound interest in 10 years....
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