1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Yuliya22 [10]
3 years ago
14

Assume that a user has many programs; some of them share libraries with each other. The user sometimes runs more than one of the

se programs at the same time. The user's disk is always slower than the user's main memory (RAM). For this user, in the space below, compare the performance of "dynamic linking" with "static linking" along the following axes: With respect to the time programs take to start up With respect to required disk space With respect to the amount of system memory in use at runtime.
Computers and Technology
1 answer:
Anastaziya [24]3 years ago
5 0

Answer:

Dynamic linking is when the compiler links the function call with its definition at the run time or the linking of the library routines with the program code takes place at the run time.it is also called as late binding.

Static linking is when the compiler links the function call with its definition at the compile time or the library routines are linked with the program code at the compile time. it is also called as early binding.

a) The performance of the program will be faster as the load time for dynamic linking is reduced as the shared library code is already present in the memory.

b)in static linking the statically linked are larger in size because external programs are buit in the executable files so the memory space required is more whereas in dynamic linking the disk space is not wasted as in dynamic linking only one copy of shared library is kept in memory.

c) the dynamic linking will be slower as it will using moe system memory at the run time

Explanation:

You might be interested in
Choose the correct answer base on the Components of Computer System
kondor19780726 [428]
1 - b - Excel is a computer program, so it'd be Software
2 - a - Process of elimination, haven't heard of the term 'peopleware' before.
3 - d - A joystick accepts input from a user to interact with a computer. ex. Flight Simulators
4 - c - A monitor will display (or output) an image based on what is received from the computer.
4 0
3 years ago
What is web based<br> What is local <br> What is mobile in computer
Radda [10]

Answer:

The mobile web refers to browser-based World Wide Web services accessed from handheld mobile devices, such as smartphones or feature phones, or a device. hope this helps :)

Explanation:

6 0
3 years ago
Which of the following is not a standard view in Microsoft PowerPoint?
Luda [366]
I think the answer would be D. Sorry if i'm wrong but i'm pretty sure it is D.
6 0
3 years ago
The number of arguments does not need to match the number in the parameter list when you use ____. 19. When can a method be call
photoshop1234 [79]
<h2>Only when the default parameter are defined in the function</h2>

Explanation:

Answer is same for both the question.

  • A default argument or default parameter is assigned an automatic value when the function is invoked.
  • So the default value will be assigned during the function definition itself.
  • You can find the assignment operator which is being used in the function definition.
  • You can overwrite the default values by passing your own value in the calling portion
  • The constraint here is that, the default parameter should always be the last parameter of function definition to avoid ambiguity.

3 0
3 years ago
the program is not going into the if loop but directly in the else one and is saying 'wrng answer' even if it is right. where is
Alex777 [14]

Answer:

convert the input to an integer:

 ans = int(input(str(num1)+"+"+str(num2)+"="))

Explanation:

Your code is comparing an integer to a string, which will always return false. If you cast your input to an integer using the int() function, your problem should be solved.

8 0
3 years ago
Other questions:
  • The ____________ is the number of rectangles an image has in a square inch.
    11·2 answers
  • If you want to conserve ink or toner, you can instruct PowerPoint to print ____ documents.
    10·1 answer
  • After placing her insertion point after Grandma’s Kitchen, order the steps Danica needs to follow to insert and format the regis
    8·2 answers
  • I need help with the stalk holders project
    9·1 answer
  • Why do we allow electronic instruments to warm-up before use?
    11·1 answer
  • True or False. A compact disc (CD) stores music in a coded pattern of tiny pits 10−7m deep. The pits are arranged in a track tha
    9·1 answer
  • All mla text is double spaced. true false
    13·2 answers
  • Use python
    9·1 answer
  • What is best defined as a phishing email that is targeted directly at you?.
    14·1 answer
  • You typed the word "weather" when you meant to type the word "whether. " When will Writer or Word flag this as a misspelling or
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!