Questions

Q:

Quality of a musical note depends on

A) Fundamental frequency B) Amplitude of the wave
C) Harmonics present D) Velocity of sound in the medium
 
Answer & Explanation Answer: C) Harmonics present

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 2911
Q:

Which of the following is not true about remote desktop?

A) Windows firewall can block Remote Desktop connections B) you can start the remote desktop client using the mstsc command
C) by default all users can access Remote Desktop D) the client can be running any version of Windows 7
 
Answer & Explanation Answer: C) by default all users can access Remote Desktop

Explanation:
Report Error

View Answer Report Error Discuss

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

4 2909
Q:

Another name for the activated complex is

A) Transmission state B) Energy barrier
C) Collision group D) Transition state
 
Answer & Explanation Answer: D) Transition state

Explanation:

The minimum amount of energy required for a particular reactants to convert into products and is called as Activation Energy.

 

Another_name_for_the_activated_complex_is1559538681.jpg image

 

This activation complex is also termed as Transition State because according to Transition State Theory at transition state the existing bonds tend to increase in length and become weaken while, the new forming bonds tend to decrease in length and start becoming stronger.

Hence, the activated complex is in transition between reactants and products.

Report Error

View Answer Report Error Discuss

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

3 2909
Q:

Which of the following does not occur during Mitosis?

A) spindle formation B) condensation of the chromosomes
C) breakdown of the nuclear membrane D) replication of the DNA
 
Answer & Explanation Answer: D) replication of the DNA

Explanation:

Replication of the DNA does not occur during Mitosis.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst

2 2909
Q:

The total number of judges of the International Court of Justice is

A) 10 B) 12
C) 15 D) 18
 
Answer & Explanation Answer: C) 15

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

0 2909
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 2908
Q:

Which of the following planets is known as Earth's twin?

A) Mars B) Saturn
C) Uranus D) Venus
 
Answer & Explanation Answer: D) Venus

Explanation:

Venus is known as earth's twin because of its closeness to the earth with respect to size, mass(weight) and density.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 2908
Q:

Alliteration is an example of what?

A) Assonance B) Consonance
C) Tongue twisters D) None of the above
 
Answer & Explanation Answer: B) Consonance

Explanation:

Alliteration is an example of Consonance. Consonance is the repetition of consonant sounds in words that are close to one another in a piece of text.

Example is "Peter Piper picked a peck of pickled peppers."

Whereas

Assonance is the repetition of vowel sounds, sometimes creating end rhymes.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

3 2908