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 2103
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 2102
Q:

Project Cost Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Cost Budgeting ?

Answer

I. Inputs



  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Activity cost estimates

  • Activity cost estimate supporting detail

  • Project schedule 

  • Resource calendars 

  • Contract

  • Cost management plan


II. Tools and Techniques



  • Cost aggregation

  • Reserve analysis

  • Parametric estimating 

  • Funding limit reconciliation


III. Outputs



  • Cost baseline 

  • Project funding requirements 

  • Cost management plan (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

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

New India Youth Conclave held in which place?

A) Gujarat B) Haryana
C) Andhra Pradesh D) Uttar Pradesh
 
Answer & Explanation Answer: A) Gujarat

Explanation:

New India Youth Conclave held in Surat, Gujarat.

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

Cross Contamination is prevented by

Answer

Cross Contamination ::


Cross Contamination is nothing but a contamination in a cross way i.e, when a bacteria on a kitchen tool transfers to food via direct contact. Two of the most common kitchen tools usually tend to be a knife or a cutting board. However, it is not just bacteria that gets carried from one place to another — it could also be a virus also.


Cross Contamination is prevented by the following tips ::


1. Use separate equipment


2. Clean and sanitize all work surfaces


3. Remind employees to wash their hands


4. Purchase prepared food


5. Implement a personal hygiene program.

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: AIEEE
Job Role: Analyst

13 2102
Q:

A sentence has been given in Active/Passive Voice. Out of the four given alternatives, select the one which best expresses the same sentence in Passive/Active Voice.

 

George Orwell wrote 1984.

 

A) 1984 is wrote by George Orwell. B) 1984 was wrote by George Orwell.
C) 1984 was written by George Orwell. D) 1984 written by George Orwell.
 
Answer & Explanation Answer: C) 1984 was written by George Orwell.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 2102
Q:

What are good sources of fat for the body?

A) Fish and eggs B) Nuts
C) Cheese D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The foods that are good source of fat and incredibly healthy to the body ar fatty fish, eggs, nuts, cheese, avocados, dark chocolates, etc...

Report Error

View Answer Report Error Discuss

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

4 2102