Questions

Q:

Which is an example of a complex sentence?

A) The cricket match was cancelled, because it was raining. B) My Dad laughed when I told a joke
C) He sang and she danced. D) All of the above
 
Answer & Explanation Answer: A) The cricket match was cancelled, because it was raining.

Explanation:

A complex sentence is a sentence that contains an independent clause and one or more dependent clauses.

If two clauses are connected with a coordinating conjunction, it's a compound sentence.

If two clauses are connected with a subordinating conjunction, it's a complex sentence.

Report Error

View Answer Report Error Discuss

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

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

Which poet first popularized the sonnet form?

A) Edmund Spencer B) Francesco Petrarch
C) Shakespeare D) None of the above
 
Answer & Explanation Answer: B) Francesco Petrarch

Explanation:

The sonnet is a fourteen-line poem written in iambic pentameter, which employ one of several rhyme schemes and adhere to a tightly structured thematic organization. Francesco Petrarch first popularized the sonnet form and after that many others like Shakespeare, Edmund Spencer and many other started that.

Report Error

View Answer Report Error Discuss

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

2 2907
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 2907
Q:

In the below puzzle, a word starts and ends with the same letter. Can you figure out what the word is?

_otato_

Answer

rotator

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

18 2906
Q:

I come in different colors and shapes. Some parts of me are curvy some are straight. You can put me anywhere you like but there is only one right place for me. What am I?

Answer

A Jig saw puzzle pieces are in different colors which have different shapes. 


You can put it anywhere you like but there is only one right place for it to be fit in it.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: TOEFL , GRE , CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Bank PO , Bank Clerk , Analyst

4 2906
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 2906
Q:

One billionth of a second is called

A) microsecond B) picoseconds
C) millisecond D) nanosecond
 
Answer & Explanation Answer: D) nanosecond

Explanation:

A nanosecond (ns) is an SI unit of time equal to one thousand-millionth of a second or one billionth of a second.

 

  • That is, 1/1,000,000,000 of a second, or 10^−9 seconds.
Report Error

View Answer Report Error Discuss

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

1 2906