Questions

Q:

What document is the supreme law of the land?

A) The constitution B) The senate
C) The bill D) All of the above
 
Answer & Explanation Answer: A) The constitution

Explanation:
Report Error

View Answer Report Error Discuss

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

4 2029
Q:

Which of the following requires one byte of storage?

A) Character B) Sentence
C) Page D) Paragraph
 
Answer & Explanation Answer: A) Character

Explanation:

A Unicode character requires between one and four bytes of storage, depending on the encoding format used. Hence, a character requires one byte of storage.

Report Error

View Answer Report Error Discuss

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

7 2029
Q:

Select the antonym of
Humdrum

A) tedious B) trite
C) drab D) fascinating
 
Answer & Explanation Answer: D) fascinating

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams

0 2029
Q:

The fluid mosaic model describes the structure of

A) cell B) plasma membrane
C) nucleus D) All of the above
 
Answer & Explanation Answer: B) plasma membrane

Explanation:
Report Error

View Answer Report Error Discuss

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

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

"Sultan Johor Cup" is associated with ______.

A) Hockey B) Cricket
C) Football D) Golf
 
Answer & Explanation Answer: A) Hockey

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 2028
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 2027
Q:

Which is the least populated state in India as per Census 2011?

A) Bihar B) Kerala
C) Sikkim D) Maharashtra
 
Answer & Explanation Answer: C) Sikkim

Explanation:

the least populated state in India as per Census 2011 is Sikkim.

Report Error

View Answer Report Error Discuss

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

0 2027