Questions

Q:

Why the temporary registers W and Z are named so i mean we start from A, B, C, D, E then H and L coz H stands for higher bit and L for lower bit of the address pinted by memory pointer.. but wats W and Z for?

Answer

As W and Z alphabets are not widely used similarly as W and Z is internally used they would have been named so

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2115
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2114
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 2114
Q:

Magic Marker was invented by _______.

A) Adolphe Sax B) Albert Bruce Sabin
C) Sidney Rosenthal D) Hyman George Rickover
 
Answer & Explanation Answer: C) Sidney Rosenthal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams

0 2114
Q:

Jatra is a traditional theatre form of which of the following states of India?

A) Maharashtra B) Bihar
C) Andhra Pradesh D) West Bengal
 
Answer & Explanation Answer: D) West Bengal

Explanation:

Jatra is a traditional theatre form of the state West Bengal in India.

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 2114
Q:

Khas Mahal and the Shish Mahal are built in which World Heritage Monument?

A) Humayun's Tomb B) Mahabodhi Temple Complex
C) Qutub Minar D) Agra Fort
 
Answer & Explanation Answer: D) Agra Fort

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 2114
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

A routine task, especially a household one

A) Chore B) Servitude
C) Moil D) Travail
 
Answer & Explanation Answer: A) Chore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2114
Q:

The compound used in prickly-­heat powder to prevent excessive sweating is

A) Boric acid B) Phosphoric acid
C) Carbonic acid D) Sulphonic acid
 
Answer & Explanation Answer: A) Boric acid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 2114