Questions

Q:

The standard English sentence order does which of the following?

A) Verb-Subject-Object B) Subject-Verb-Object
C) Verb-Object-Subject D) Object-Verb-Subject
 
Answer & Explanation Answer: B) Subject-Verb-Object

Explanation:

The standard English sentence order is Subject-Verb-Object.

 

For example ::

In the sentence, Why did you (S) do (V) that (O)?

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

1 2796
Q:

The decadal growth in the population of India during 1991-2001 is close to 

A) 13% B) 17%
C) 21% D) 25%
 
Answer & Explanation Answer: C) 21%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 2796
Q:

Which of the following is a characteristic of all minerals?

A) Crystalline solids B) Minerals are inorganic
C) All minerals are formed in a natural process D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Common properties of Minerals are :

 

1. All minerals are formed in a natural process.

2. Minerals are inorganic

3. Minerals are crystalline solids.

4. Every mineral is an element or compound with a definite chemical composition.

Report Error

View Answer Report Error Discuss

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

3 2795
Q:

A place where bees are kept

A) Sanctuary B) Hive
C) Mile D) Apiary
 
Answer & Explanation Answer: D) Apiary

Explanation:

A place where bees are kept is called as an apiary.

Report Error

View Answer Report Error Discuss

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

1 2794
Q:

Which is the official language of Bank of Central African States

A) English B) Hindi
C) German D) French
 
Answer & Explanation Answer: D) French

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

1 2794
Q:

Which is India's Largest BPO (Business Process Outsourcing) Company?

A) Piogeon B) Spectramind
C) Technovate D) None of these
 
Answer & Explanation Answer: B) Spectramind

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

12 2794
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 2793
Q:

Area in which two types of air masses meet

A) Front B) Hemisphere
C) Cloud D) None of the above
 
Answer & Explanation Answer: A) Front

Explanation:

The area in which two types of air masses meet is called Front. There are two types of fronts. They are 

1) Cold front

2) Warm front

area_in_which_two_types_of_air_masses_meet1538715344.png image

When a cold air mass pushes a warm air mass, it is called as Cold front. Similarly, when a warm air mass pushes the cold air mass, it is called as warm front.

Report Error

View Answer Report Error Discuss

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

3 2793