Problem Solving with C++ (10th Edition)
Problem Solving with C++ (10th Edition)
10th Edition
ISBN: 9780134448282
Author: Walter Savitch, Kenrick Mock
Publisher: PEARSON
Question
Book Icon
Chapter 1.1, Problem 11STE
Program Plan Intro

Computer Systems:

  • A computer denotes a machine or device that would accomplish processes, computations as well as operations centered on instructions provided by software.
  • A computer follows an instruction set that is termed as a program.
  • The collection of programs used by computer is termed as software.
  • The computer installation is made up by physical machines termed as hardware.

Linking:

  • Linking denotes a process that combines all component object files.
  • Linker determines position of code in memory.
    • It denotes method to control transfer between components.
  • It takes one or more object files created by compiler and combine them into single executable file.
  • The resolution of undefined symbols is deferred until a program is run and it’s termed as dynamic linking.
    • The libraries that are often-used required to be stored in single location.
    • It is not duplicated in all single executable files.
    • If a bug in a function is been corrected by replacing library, all of the programs will benefit from this linking.
  • A static linking denotes copying of all routines used in program into executable image by linker.
    • It requires more space and memory than dynamic linking.
    • It denotes more portability.
    • Each program includes exactly required versions of its library routines.
    • The entire library may not be required in many cases.
  • A linkage editor allows replacement, addition and deletion of sections of individual programs.

Blurred answer
Students have asked these similar questions
How does the "join" method work in multithreading? When would you use it, and what happens if it's not used correctly?
You may define "cursor" in your own unique way.
What is the difference between cohesion and linking when it comes to programming?

Chapter 1 Solutions

Problem Solving with C++ (10th Edition)

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage