Questions

Q:

Lines are used in art to indicate

A) shadows and highlights B) direction and motion
C) boundaries between forms D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Lines are used in art to indicate

 

a. boundaries between forms.
b. direction and motion.
c. shadows and highlights.
d. spatial depth on flat surfaces.

 

Lines_are_used_in_art_to_indicate1556257325.jpg image

Report Error

View Answer Report Error Discuss

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

2 2870
Q:

What is meant by demography?

A) The well being of populations B) Growth of population
C) Birth and death of population D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

The study of statistics such as births, deaths, income, or the incidence of disease, which illustrate the changing structure of human populations.

 

In brief, Study of both quantitative and qualitative aspects of human population.

1. Quantitative aspects include composition, density, distribution, growth, movement, size, and structure of the population.

2. Qualitative aspects are the sociological factors such as education quality, crime, diet, development, nutrition, wealth and well being.

Report Error

View Answer Report Error Discuss

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

3 2870
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 2870
Q:

Which of the following is not an aerobic outdoor sport?

A) Hiking B) Swimming
C) Skydiving D) Cycling
 
Answer & Explanation Answer: C) Skydiving

Explanation:

Except skydiving all other given options swimming, hiking and cycling are aerobic outdoor sports.

Report Error

View Answer Report Error Discuss

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

3 2870
Q:

You heard me before and then again. Afterward I die until you call me again.

What am I? 

Answer

ECHO.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

10 2870
Q:

In-transit to destination or out for delivery means

Answer

When you give your item to the USPS for delivery, it accepts your item and starts the process of delivery. Transit is a part of the shipment delivery process. When we say that the package is in the transit or in transit to the destination, it means that the package is on the way to the delivery.

Report Error

View answer Workspace Report Error Discuss

0 2870
Q:

What is the freezing point of water in Celsius?

A) 0 deg C B) 32 deg C
C) -42 deg C D) -32 deg C
 
Answer & Explanation Answer: A) 0 deg C

Explanation:

The freezing point of water and melting point is 0 °C or 32 °F. The temperature may be lower if supercooling occurs.

Report Error

View Answer Report Error Discuss

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

0 2870
Q:

The word photography literally means

A) Light crowning B) Light drawing
C) Light creations D) Light art
 
Answer & Explanation Answer: B) Light drawing

Explanation:

Photography is a word derived from Greek words Photo means light and graphe means drawing.'Hence it literally means light drawing.

Report Error

View Answer Report Error Discuss

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

0 2869