Questions

Q:

What is relative path and absolute path?

Answer

Absolute path-- Exact path from root directory.

Relative path-- Relative to the current path.

Report Error

View answer Workspace Report Error Discuss

1 2017
Q:

Partition is the opposite of what?

A) mark off B) divide
C) attach D) separate
 
Answer & Explanation Answer: C) attach

Explanation:

Partition is the word which is used for separation, dividing, mark off, etc... Compunding, union, attaching, total, etc... are antonyms of partition.

Report Error

View Answer Report Error Discuss

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

0 2017
Q:

A tenant farmer in the south usually needed to

A) land B) tools
C) animals D) Both B & C
 
Answer & Explanation Answer: D) Both B & C

Explanation:

A tenant farmer is one who resides on land owned by a landlord. These farmers would have to share the yield with the landowner in a process known as sharecropping. In the South, these farmers need to have their own tools and animals.

Report Error

View Answer Report Error Discuss

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

3 2016
Q:

Which membrane is highly convoluted?

A) the chloroplast outer membrane B) chloroplast inner membrane
C) both the mitochondrial and chloroplast outer membranes D) mitochondrial inner membrane
 
Answer & Explanation Answer: D) mitochondrial inner membrane

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2016
Q:

A book 'Simplicity & Wisdom' was written by

A) Dinesh Shahra B) Chetan Bhagat
C) Andrea Levy D) Abdul Aziz Muhamat
 
Answer & Explanation Answer: A) Dinesh Shahra

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2016
Q:

What are the parameters of Quality cost?

Answer

The parameters of Quality Cost are:


Speed
Accuracy
Efficiency
Performance
Customer Satisfaction

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

2 2015
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2015
Q:

What type of satellite is ISRO's Microsat R?

A) Imaging satellite B) Communication
C) Climate D) None of the above
 
Answer & Explanation Answer: A) Imaging satellite

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

0 2015