Questions

Q:

India’s first indigenously built floating dock (FDN-2) has launched on which shipyard  ?

A) Kattupalli Shipyard B) Goa Shipyard
C) Hindustan shipyard Ltd D) Bombay Dockyard
 
Answer & Explanation Answer: A) Kattupalli Shipyard

Explanation:

India’s first indigenously built Floating Dock (FDN-2) for the Indian Navy has launched at the L&T Shipbuilding Yard at Kattupalli near Chennai, Tamil Nadu. The Floating Dock is 185 metres long and 40 metres wide and will enable docking of all kinds of vessels, including Naval ships and submarines (excepting aircraft carriers and tankers) of up to 8,000 tonnes displacement, with draughts of up to seven metres, during both day and night. FDN-2 was designed and built by Larsen & Toubro Ltd. (L&T) at a cost of Rs 468 crore.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

6 2691
Q:

What process never occurs in interphase?

Answer

Absence of cell division is the process that never comes in interphase.

Report Error

View answer Workspace Report Error Discuss

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

5 2690
Q:

What is name of capital of MARSHALL ISLANDS ?

A) Tunis B) Accra
C) Tripoli D) Majuro
 
Answer & Explanation Answer: B) Accra

Explanation:
Report Error

View Answer Report Error Discuss

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

4 2690
Q:

Which one of the following is often called "Twitter of China" ?

A) Youku B) Sina weibo
C) We chat D) None
 
Answer & Explanation Answer: B) Sina weibo

Explanation:
Report Error

View Answer Report Error Discuss

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

13 2689
Q:

The act of formally approving something is known as Arbitration.

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

Explanation:

The act of formally approving something is known as Ratification.

Report Error

View Answer Workspace Report Error Discuss

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

Explain Adventure tourism, Attraction, Amenities, Back of the house.

Answer

Adventure tourism : to convert the adventure into pleasure for the purpose of tourism business


Attraction : Anything/object/activity, which attracts tourists and attach with it.


Amenities : Extra facilities, service added with attraction, accessibility and accommodation to create tourism. It includes trust, friendship, hospitality, etc.


Back of the house : Staffs who are not directly involved in providing service. Guests rarely interact with them

Report Error

View answer Workspace Report Error Discuss

Subject: Hospitality

3 2688
Q:

How long are profissional Golf tour players alloted per shot

A) 45 seconds B) 25 seconds
C) 1 minutes D) 2 minutes
 
Answer & Explanation Answer: A) 45 seconds

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

2 2688