Questions

Q:

When is 'World Autism Awareness Day' celebrated ?

A) 1 April B) 2 April
C) 3 April D) 4 April
 
Answer & Explanation Answer: B) 2 April

Explanation:

The Qutub Minar in New Delhi was lit up in blue as part of World Autism Day on 2 April.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams

2 2887
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 2886
Q:

Monitoring and Controlling Process Group

What are the Project Management Processes included in Monitoring and Controlling Process Group?

Answer


    • Monitor and Control Project Work

    • Integrated Change Control

    • Scope Verification

    • Scope Control

    • Schedule Control

    • Cost Control

    • Perform Quality Control

    • Manage Project Team

    • Performance Reporting

    • Manage Stakeholders

    • Risk Monitoring and Control

    • Contract Administration


Report Error

View answer Workspace Report Error Discuss

0 2885
Q:

Yoga city in India?

A) Varanasi B) Allahabad
C) Rishikesh D) Amritsar
 
Answer & Explanation Answer: C) Rishikesh

Explanation:

Rishikesh is a city in India’s northern state of Uttarakhand. As the city is renowned as a center for studying yoga and meditation it is called as Yoga city in India.

 

Yoga_city_in_india_-_Rishikesh1561462362.jpg image

Report Error

View Answer Report Error Discuss

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

16 2885
Q:

Organisms that depend only on raw plant products are said to be 

A) herbivorous B) vegetarian
C) carnivorous D) omnivorous
 
Answer & Explanation Answer: A) herbivorous

Explanation:

Herbivorous organisms are those that take for their food, plant parts like leaves raw in contrast to vegetarian, which means that plant products are taken raw or after being cooked.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

3 2885
Q:

Sociological analysis of religion is concerned with

A) the purpose of life B) which religions are true and which are false
C) learning the will of God D) patterns of religious activity and their effect on social life
 
Answer & Explanation Answer: D) patterns of religious activity and their effect on social life

Explanation:

Sociology of religion is the study of the beliefs, practices and organizational forms of religion using the tools and methods of the discipline of sociology.

 

Hence, Sociological analysis of religion is concerned with patterns of religious activity and their effect on social life.

Report Error

View Answer Report Error Discuss

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

0 2885
Q:

Granite is an example of which type of rock?

A) Sedimentary B) Igneous
C) Metamorphic D) None of the above
 
Answer & Explanation Answer: B) Igneous

Explanation:

We know that, there are three main types of rocks. They are

1. Metamorphic

2. Sedimentary (and)

3. Igneous

 

Granite_is_an_example_of1561703734.jpg image

 

Granite is an example of igneous type of rock. These type of rocks are formed through the cooling and solidification of magma and lava.

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

4 2884
Q:

Cells with similar markers stick together and function as

A) Organs B) Tissues
C) Systems D) Organisms
 
Answer & Explanation Answer: B) Tissues

Explanation:

A tissue is an ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function.

 

Hence, Cells with similar markers stick together and function as tissues.

Report Error

View Answer Report Error Discuss

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

2 2884