Questions

Q:

A basic concept in economics is that all resources are

A) Valuable B) Limited
C) Renewable D) Allocated
 
Answer & Explanation Answer: B) Limited

Explanation:

The basic concept in economics is that all resources are limited.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 3014
Q:

The Planets that have no natural satellites are________

A) Mercury and Venus B) Earth and Mars
C) Jupiter and Saturn D) Uranus and Neptune
 
Answer & Explanation Answer: A) Mercury and Venus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3014
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 3014
Q:

Who is the new governor of Andhra Pradesh 2019?

A) Anusuiya Uikey B) Kalraj Mishra
C) Anandiben Patel D) Biswa Bushan Harichandan
 
Answer & Explanation Answer: D) Biswa Bushan Harichandan

Explanation:

the_new_governor_of_Andhra_Pradesh1563532575.jpg image

The new governor of Andhra Pradesh is Biswa Bushan Harichandan. He is a senior BJP leader and will succeed ESL Narasimhan, who had held the gubernatorial post in various states for last 13 years which includes 10 years in Andhra Pradesh.

Report Error

View Answer Report Error Discuss

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

2 3014
Q:

Ticks and mites are actually

A) Arachnids B) Insects
C) Myriapods D) Crustaceans
 
Answer & Explanation Answer: A) Arachnids

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

7 3013
Q:

Words to describe a beautiful woman?

A) Gorgeous B) Cute
C) Elegant D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Words to describe a beautiful woman are :: appealing, fair, charming, fascinating, dazzling, fetching, angelic, fine, delicate, delightful, divine, beauteous, ...

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

1 3013
Q:

The right ventricle transports oxygenated blood to the lungs.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

The right ventricle transports deoxygenated blood to the lungs, where the oxygenation takes place.


Hence, the given statement is FALSE.

Report Error

View Answer Workspace Report Error Discuss

Subject: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

2 3012
Q:

The reactivity of an atom arises from

A) the existence of unpaired electrons in the valence shell B) the potential energy of the valence shell
C) the average distance of the outermost electron shell from the nucleus D) the sum of the potential energies of all the electron shells
 
Answer & Explanation Answer: A) the existence of unpaired electrons in the valence shell

Explanation:

The reactivity of an atom arises from the existence of unpaired electrons in the valence shell.

Report Error

View Answer Report Error Discuss

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

0 3012