Ans : Loader is a program which assigns absolute addresses to the program. These addresses are generated by adding the address from where the program is loaded into the memory to all the offsets. Loader comes into action when you Read More …
Category: Uncategorized
Ques : What is Linker ?
Ans : For modularity of your programs, it is better to break your program into several sub routines. It is even better to put the common routine, like reading a hexadecimal number, writing hexadecimal number, etc., which could be used Read More …
Ques : What is manual Assembly
Ans : It was an old method that required the programmer to translate each opcode into its numerical machine language representation by looking up a table of the microprocessor instructions set, which contains both assembly and machine language instructions. Manual Read More …
Ques : What is Uses of Assembly Language?
Ans : Assembly language is used primarily for writing short, specific, efficient interfacing modules/ subroutines. The basic idea of using assembly is to support the HLL with some highly efficient but non – portable routines. It will be worth mentioning Read More …
Ques : Advantages of using Computer Networks
Ans : We use a Computer Network for the following reasons: a) Resource sharing: A network is needed because of the desire to share the sharable programs, data, and equipment available to anyone on the network without regard to the Read More …
Ques : What is Browser ?
Ans : A Web browser is software application that enables you to find, retrieve, and display information available on the World Wide Web (WWW). Browser also allows you to traverse information resources on the WWW. As you know that the Read More …
Ques : Advantages and Disadvantages of E-Learning
Ans : Before we discuss about advantages and disadvantages of e-learning, you should know that e-learning is just another model for learning. It is not that it can replace all other forms of learning models. However, it provides several opportunities Read More …
Ques : Describe E-Learning Content Development Process
Ans : Developing E Learning contents is a specialized activity. The quality of e-learning relates to achievements of the objectives of the content by the learners. Better quality e-learner content can be created if you follow a proper process of Read More …
Ques : What is Bubble Sort ?
Ans : In this sorting algorithm, multiple swapping’s take place in one pass. Smaller elements move or ‘bubble’ up to the top of the list, hence the name given to the algorithm. In this method, adjacent members of the list Read More …
Ques : What is Complexity ?
Ans : Complexity refers to the rate at which the required storage or consumed time grows as a function of the problem size. The absolute growth depends on the machine used to execute the program, the compiler used to construct Read More …