What is the polymorphism of elements ?

1 Answer

Answer :

Polymorphism of elements is different forms of the same element. If an element can exist in different forms, then its religion is called polymorphism. These variations differ from one another in physicality and in the degree of their chemical activity. The elements like carbon , sulfur , phosphorus etc. show polymorphism. Polymorphism of carbon: Carbon is a solid polymorphic element. Its various variants can be mainly divided into two categories. Namely: 1. Granular , II. Adanadar. 1. There are two main types of granular carbon. Namely: a. Diamond , b. Graphite. 2. Adanadar: Adanadar carbon is mainly of three types. Namely: a. Charcoal or coal , b. Straw coal and c. Cole.

Related questions

Description : What is DNA polymorphism? -Biology

Last Answer : answer:

Description : Explain Polymorphism? -Biology

Last Answer : answer:

Description : What is DNA polymorphism? -Biology

Last Answer : answer:

Description : $ Arthropoda is the largest group in the animal kingdom. ! Honey bee shows polymorphism.

Last Answer : $ Arthropoda is the largest group in the animal kingdom. ! Honey bee shows polymorphism. A. If both As and ... is wrong D. If both As and R are wrong.

Description : All the following statements about restriction fragment length polymorphism are true except (A) It results from mutations in restriction sites (B) Mutations in restriction sites can occur in coding or non- ... It is inherited in Mendelian fashion (D) It can be used to diagnose any genetic disease

Last Answer : Answer : D

Description : What is Polymorphism?

Last Answer : Polymorphism means same operation may behave differently on different classes. Example : 1. Method Overloading and Method Overriding

Description : Ceramic materials (A) Are exemplified by clay and mica (B) Are poor electrical conductors due to lack of free electrons (C) Never exhibit polymorphism (D) All (A), (B) and (C)

Last Answer : (D) All (A), (B) and (C)

Description : Polymorphism is not exhibited by (A) Carbon (B) Iron (C) Phosphorous (D) None of these

Last Answer : (D) None of these

Description : What is polymorphism

Last Answer : Polymorphism is the ability to implement the same operation many times. Each derived method implements the operation inherited from the base class in its own way.

Description : PCR and restriction fragment length polymorphism are the methods for (a) study of enzymes (b) genetic transformation (c) DNA sequencing (d) genetic fingerprinting.

Last Answer : (d) genetic fingerprinting.

Description : Satellite DNA is important because it (a) does not code for proteins and is same in all members of the population (b) codes for enzymes needed for DNA replication (c) codes for proteins ... and also the same degree of polymorphism in an individual, which is heritable from parents to children.

Last Answer : (d) shows high degree of polymorphism in population and also the same degree of polymorphism in an individual, which is heritable from parents to children

Description : .Expressed Sequence Tags (ESTs) refers to (a) novel DNA sequences (b) genes expressed as RNA (c) polypeptide expression (d) DNA polymorphism.

Last Answer : (b) genes expressed as RNA

Description : One of the special characters of coelenterata only is the occurrence of (a) polymorphism (b) flame cells (c) hermaphroditism (d) nematocysts.

Last Answer : (d) nematocysts.

Description : Which one of the following is a matching pair of an animal and a certain phenomenon it exhibits? (a) Pheretima – Sexual dimorphism (b) Musca – Complete metamorphosis (c) Chameleon – Mimicry (d) Taenia – Polymorphism

Last Answer : (b) Musca – Complete metamorphosis

Description : Which among the following definitions are correct: a) Object - Any entity that has state and behavior is known as an object. b) Class - Collection of objects is called class. It is logical entity. c) ... re-usability and is used to achieve run time polymorphism. d) All of the above e) None of These

Last Answer : d) All of the above

Description : Which of the following statement is correct? A- The size and sequence of introns can be deduced from the cDNA sequence B- Restriction endonuclease can cleave ss and dsDNA both C- Restriction ... sequenceof a gene D- Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Last Answer : Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Description : Which of the following statement is correct? A- The size and sequence of introns can be deduced from the cDNA sequence B- .Restriction endonuclease can cleave ss and dsDNA both C- Restriction ... of a Gene D- Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Last Answer : Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Description : Which of the following statement is correct? A- The size and sequence of introns can be deduced from the cDNA sequence B- .Restriction endonuclease can cleave ss and dsDNA both C- Restriction ... of a Gene D- Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Last Answer : Amino acid sequence of a protein can be deduced from corresponding cDNA nucleotide

Description : Which of the following cloud concept is related to pooling and sharing of resources? a) Polymorphism b) Abstraction c) Virtualization d) None of the mentioned

Last Answer : Virtualization

Description : Which of the following cloud concept is related to pooling and sharing of resources? a) Polymorphism b) Abstraction c) Virtualization d) None of the mentioned

Last Answer : Virtualization

Description : Which of the following cloud concept is related to pooling and sharing of resources? a) Polymorphism b) Abstraction c) Virtualization d) None of the mentioned

Last Answer : Virtualization

Description : Define what is the difference between compile-time polymorphism and run-time polymorphism?

Last Answer : Compile time Polymorphism Compile time Polymorphism also known as method overloading. Method overloading means having two or more methods with the same name but with different signatures. Run time ... or more methods with the same name, same signature but with a different implementation.

Description : Define what are the different types of polymorphism?

Last Answer : There are two types of polymorphism. They are: Compile time Polymorphism Run time Polymorphism

Description : What is Polymorphism? How is it implemented in Java?

Last Answer : A: It literally means the ability to take ‘more than one forms’. The ability of a method to behave in more than one form is called polymorphism. In Java, it is implemented by method (function) overloading (compile time polymorphism) and method overriding (runtime polymorphism).

Description : Define polymorphism

Last Answer : The word polymorphism means having many forms. In simple words, we can define polymorphism as the ability of a message to be displayed in more than one form. Real life example of polymorphism: A person ... different characteristic. Like a man at the same time is a father, a husband, an employee.

Description : Polymorphism and frameworks:

Last Answer : Software produced conventionally is generally written from the bottom up, although it may be designed from the top down . that is , the lower-level routines are written and on top of these ... reusable components that can be tailored to fit different applications by changes in their low-level Parts.

Description : What is polymorphism? Explain with an example?

Last Answer : "Poly" means "many" and "morph" means "form". Polymorphism is the ability of an object (or reference) to assume (be replaced by) or become many different forms of object. Example: function overloading, ... be a plus + sign, used for adding two integers or for using it to concatenate two strings.

Description : …………. Is the process of creating new classes, called derived classes from existing classes called base class. A) Inheritance B) Encapsulation C) Polymorphism D) Overloading

Last Answer : A) Inheritance

Description : ………… enable us to hide, inside the object, both the data fields and the methods that act on that data. A) Encapsulation B) Polymorphism C) Inheritance D) Overloading

Last Answer : A) Encapsulation

Description : Differentiate between run time and compile time polymorphism.

Last Answer : Sr. No. Compile time polymorphism Runtime polymorphism 1 In this polymorphism, an object is bound to its function call at compile time. In this polymorphism, ... is implemented with operator overloading or function overloading It is implemented with virtual function.

Description : Give the term that describes different crystalline modifications of the same chemical substance. Is it: w) polymorphism x) isomorphism y) tetrahedral z) perovskite

Last Answer : ANSWER: W -- POLYMORPHISM

Description : What is polymorphism? Enlist different types of polymorphism. What are the differences between them?

Last Answer : Polymorphism: It is a feature of object oriented programming which allows a programmer to have a more than one function having same name but different /same parameters but performs different/ ... Compile Time polymorphism o Virtual Function Difference between Types of Polymorphism:

Description : Polymorphism is implemented using function overloading. Justify the statement.

Last Answer : Polymorphism is a mechanism that allows a developer to have more than one function with same name but different signature. In function overloading, one can make use of more than one function with different signature as well. Hence ... main()  { int a[10],i,isum; float b[5],fsum; clrscr(); cout

Description : Compare run-time and compile-time polymorphism.

Last Answer : Compare run-time and compile-time polymorphism.

Description : How to achieve compile time polymorphism explain in detail.

Last Answer : The process of linking of function call to function definition at compile time is called as Compile Time Polymorphism. It can be through Function and operator overloading. Function overloading: The process of defining the ... \n Concatenated String is:"; str1.display(); getch(); }  

Description : Define polymorphism. Enlist its types.

Last Answer : Definition: Polymorphism means ability to take more than one form that means a program can have more than one function with same name but different behavior. Types of polymorphism: 1) Compile time polymorphism 2) Runtime polymorphism 

Description : Write any four differences between compile time and run time polymorphism.

Last Answer : Sr. No. Compile-time Polymorphism Run-time Polymorphism 1 Compile time polymorphism means that an object is bound to its function call at compile time. Run time polymorphism means that selection ... binding. 7 E.g. overloaded function call. E.g. virtual function.

Description : Define the following terms: (i) Data abstraction (ii) Class (iii) Dynamic binding (iv) Polymorphism

Last Answer : (i) Data abstraction: Abstraction refers to the act of representing essential features without including the background details or explanation. Data abstraction is the process of defining a data type, often ... more than one form at different instances depending on the type or number of arguments. 

Description : With suitable example, describe use of virtual function in polymorphism.

Last Answer : In order to achieve polymorphism, objects belonging to different classes should be able to respond to the same message at different instances which initiates the use of single pointer variable to refer to objects of ... void accept() { coutroll; coutname; } virtual void display() { cout

Description : Which of the following correctly describes overloading of functions? (A) Virtual polymorphism (B) Transient polymorphism (C) Ad-hoc polymorphism (D) Pseudo polymorphism

Last Answer : (C) Ad-hoc polymorphism

Description : .................. allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own members. (A) Overloading (B) Inheritance (C) Polymorphism (D) Encapsulation 

Last Answer : (B) Inheritance

Description : Module design is used to maximize cohesion and minimize coupling. Which of the following is the key to implement this rule? (A) Inheritance (B) Polymorphism (C) Encapsulation (D) Abstraction

Last Answer : (C) Encapsulation

Description : In C++, polymorphism requires: (A) Inheritance only (B) Virtual functions only (C) References only (D) Inheritance, Virtual functions and references

Last Answer : (D) Inheritance, Virtual functions and references