Questions

Q:

The United Nations Conference on Trade and Development (UNCTAD) is located at which of the following places?

A) Geneva B) Rome
C) Paris D) Vienna
 
Answer & Explanation Answer: A) Geneva

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

1 2674
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 2674
Q:

Lying between the states of pennsylvania and Maryland, which imaginary line divided the 'Slave States' from the 'Free States' in pre-Civil war America?

Answer

Mason Dixon Line

Report Error

View answer Workspace Report Error Discuss

1 2673
Q:

What is an error in a program called

A) Power fail B) Crash
C) Virus D) Bug
 
Answer & Explanation Answer: D) Bug

Explanation:

In computer technology, a coding error in a computer program is called a bug.

Report Error

View Answer Report Error Discuss

2 2673
Q:

Which tennis player has authored a book titled "Unstoppable : My Life So Far" ?

A) Serena Williams B) Maria sharapova
C) Sania Mirza D) Venus Williams
 
Answer & Explanation Answer: B) Maria sharapova

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

5 2673
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 2673
Q:

What is the capital of Korea,North?

A) Pyongyang B) Tokyo
C) Bissau D) none
 
Answer & Explanation Answer: A) Pyongyang

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

14 2672
Q:

Where in the cell are chromosomes located?

A) mitochondria B) DNA
C) RNA D) Nucleus
 
Answer & Explanation Answer: D) Nucleus

Explanation:

In all plants and animal cells chromosomes are located in the Nucleus of the cells.

 

 

 

The Chromosomes are thread like structures present in the nucleus of the cells which are made up of proteins and a single molecule of DNA.

 

 

 

Their function is to carry the characteristic features of parent cells to daughter cells. 

Report Error

View Answer Report Error Discuss

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

3 2672