Questions

Q:

In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

Answer

For load-time dynamic linking: Load module to be loaded is read into memory. Any reference to a target external module causes that module to be loaded and the references are updated to a relative address from the start base address of the application module.


With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.

Report Error

View answer Workspace Report Error Discuss

0 2099
Q:

What substance gives plants their green color?

A) Chloroform B) Chlorine
C) Chlorophyll D) Caustic soda
 
Answer & Explanation Answer: C) Chlorophyll

Explanation:

Chlorophyll is the pigment that gives pant leaves their green color.

Report Error

View Answer Report Error Discuss

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

2 2099
Q:

A homepage is

A) main page of the website B) access to internet
C) an access to the saved files D) index page of a dictionary
 
Answer & Explanation Answer: A) main page of the website

Explanation:

A homepage is a main or starting page of a website from where we can go to the individual pages by clicking the urls in it.

Report Error

View Answer Report Error Discuss

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

5 2099
Q:

Select the odd word/letters/number/number pair from the given alternatives.

A) 81 B) 125
C) 64 D) 198
 
Answer & Explanation Answer: D) 198

Explanation:
Report Error

View Answer Report Error Discuss

2 2098
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2098
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop project management plan phase?

Answer

I. Inputs



  • Preliminary project scope statement

  • Project management processes

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs



  • Project management plan

Report Error

View answer Workspace Report Error Discuss

0 2098
Q:

What would be the output of the following program?

main()

{

    float a = 0.7;

    if ( a < 0.7f )

          printf ( " C ");

    else 

          Printf ( " C++ ");

}

Answer

C++

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2097
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

She sank back with a mourn of pain

A) morn B) mourne
C) moan D) No improvement
 
Answer & Explanation Answer: C) moan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2097