Questions

Q:

The Study of Blood is called as

Answer

The Study of Blood is called as Hematology which involves treating diseases that affect the production of blood and its components, such as bloodcells, hemoglobin, blood proteins, bone marrow, platelets, blood vessels, spleen, and the mechanism of coagulation.

Report Error

View answer Workspace Report Error Discuss

Subject: General Science Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

9 2651
Q:

The Indian Judge who has been re-elected to International Court of Justice(ICJ) 2017?

A) Dalveer Bhandari B) S.N. Rao
C) Arjun Singh D) R. S. Pathak
 
Answer & Explanation Answer: A) Dalveer Bhandari

Explanation:

India's nominee to International Court of Justice (ICJ) Dalveer Bhandari (70) was re-elected to fifth and the last seat of World court. Bhandari received 183-193 votes in United Nations General Assembly and secured all 15 votes in UN Security Council (UNSC). He was elected after Britain withdrew its candidate from the election. This is the first time since the ICJ was established in 1945 that there will be no British judge in ICJ. Bhandari is fourth Indian judge to be elected to ICJ after B.N. Rau, Nagendra Singh and RS Pathak.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk

12 2649
Q:

Which tennis player has authored a book titled "Unstoppable : My Life So Far" ?

A) Serena Williams B) Maria sharapova
C) Sania Mirza D) Venus Williams
 
Answer & Explanation Answer: B) Maria sharapova

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

5 2649
Q:

Which among the following is the disadvantage of circular list?

A) An info field that contains the information stored in the node B) Can’t traverse the list backward
C) A pointer to the node is given we cannot delete the node D) Both 2 and 3
 
Answer & Explanation Answer: D) Both 2 and 3

Explanation:

Both 2 and 3 are clearly the diadvantages of circular list

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration

0 2649
Q:

What part of the body controls balance?

A) Cerebrum B) Cerebellum
C) Medulla oblangata D) Amygdala
 
Answer & Explanation Answer: B) Cerebellum

Explanation:

The cerebellum is a small part of the brain positioned at the back of the head, where it meets the spine, which acts as the body's movement and balance control centre.

 

Basic-brain-anatomy1524025969.jpg image

 

It's a lot smaller than the cerebrum at only 1/8 of its size. But it's a very important part of the brain.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2648
Q:

Write a c program to create dos command type.

Answer

#include
int main( int count,char * argv[] ) {
    int i;
    FILE *ptr;
    char *str;
    char ch;
    if( count == 1) {


         printf( "The syntax of the command is incorrect.\n" );
    }
    for( i=1;i<cout;i++ ){
         ptr=fopen(argv[i],"r");
         if(ptr==NULL){
             printf("The system cannot find the file specified.");
             if(count>2)
                 printf("\nError occurred while procesing : %s.\n",argv[i]);
         }
         else {
             if(count>2) {
                 printf("%s\n\n",argv[i]);
             }
             while((ch=getc(ptr))!=-1)
                 printf("%c",ch);
         }
         fclose(ptr);
    }
    return 0;
}


 


Save the above file as open.c, compile and execute the go to command mode (current working directory) and write: open xy.c (xy.c any file present in that directory)
To run the open command in all directories and drive you will have to give the path of current working directory in command mode. Write:
C:tc\bin>PATH c:\tc\bin
Now press enter key. Now your open command will work in all directory and drive.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2648
Q:

Country's first unmanned tank, rolls out from the Chennai lab. What is its name ?

A) Muntra B) Lira
C) Santra D) Myntra
 
Answer & Explanation Answer: A) Muntra

Explanation:

Defence Research and Development Organisation (DRDO) has developed an unmanned, remotely operated tank which has three variants - surveillance, mine detection and reconnaissance in areas with nuclear and bio threats. It is called Muntra. 

 
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

8 2647
Q:

The technique of DNA fingerprinting in human was developed for first time by _________

A) Lalji Singh B) Alec Jeffreys
C) R. Ericson D) J. Black
 
Answer & Explanation Answer: B) Alec Jeffreys

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 2647