Question
Who coined the term
'protoplasm'?Solution
Dujardin in 1835 discovered protoplasm but in 1839 it was J.E. Purkinje who coined the word protoplasm. Protoplasm is the colourless material comprising of all the living components of the cell.
Size of MD5 message digest
Which of the following creates a pattern object?
Which is/are Keyword in C++
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â