Recent content by adisharma

  1. A

    Binding of Instructions in OS

    Hello All, Yesterday I was checking my skills on the operating system by some OS MCQs. I have a doubt on one question which is when can the binding of instructions and data to memory addresses be done? a. Load Time b. Compile Time c. Execution Time d. All of them Answer is Binding of...
  2. A

    DOM in React and Angular: Which one is Better?

    Hello All, I want to know which one is better for DOM point of view between angular and react? Like this post, Virtual DOM – anytime the DOM changes, a new virtual DOM is created, compared to the previous one, and only the differences are modified in the “real” DOM but not an idea about angular...
  3. A

    Significance of the Shebang Line

    Yes, I have checked on Wikipedia and Interviewbit. It is very helpful for me.
  4. A

    Significance of the Shebang Line

    Hello Everyone, I am preparing for Unix interview and I want to know, In shell scripting what is the significance of the Shebang line? Can anyone explain this with some examples?
  5. A

    Regarding for Linux Cheat sheet

    Hello Everyone, I am looking to download linux cheat sheet to check general shell commands like an alias, set -x, reset, logout, echo, and exit. I want to explore more depth information about the linux cheat sheet. If anyone knows more how to where I can download the pdf file, Please suggest me.
  6. A

    Degree of Flexibility in Agile and Waterfall

    Hello Everyone, I am learning manual testing and I am confused to understand which one is better between agile and waterfall as a flexibility point. As I know about the waterfall model is a structured software development methodology. As it is incapable of accommodating later changes, it offers...
Back
Top