answersLogoWhite

0

a subroutine is a portion of the code within a larger program which performs a specific function and is independent of remaining code.....delay routines are subroutines used for maintaining the timings of various operations in microprocessor

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is the difference between a reaction to and a critique of a piece of art?

A reaction is based on whether or not you like the art; a critique is based on the art, the artist's decisions, and the arts context,


What is difference between context-param and init-param in J2EE?

context-param defines values for the entire web application, and init-param defines values for individual components sutch servlets and filters. init-param tag is used to specify initial parameters for specific servlets.context-param is also used to specify initial parameters ,but this can be used by different servlets sharing the same context.servlets outside the context can use it but first of all they need to get access to the specific servletContext.


What is the difference between context switch and process switch?

when ever an interrupt occurs, it saves the context of the program being executed & sets the PC to the starting address of the interrupt handling program. now after servicing the interrupt if the same process is resumed which was being interrupted then we will say a context switch has occurred.But imagine after servicing the interrupt if a new process is to be executed then some more work is required, that is it has to save some more information from the PCB to keep reference to resume its execution and we say process switch has occurred..!!


Explain the Difference between bitwise operator ' and ' and address operator ' and ' of pointer?

The bitwise logical operator and (&) calculates the bitwise logical and of two integral values. It is a binary operator.The address of (&) operator returns the address of the value to its right. It is a unary operator.The distinction between the two is one of context. The logical and operator will follow (and be preceeded by) a value, while the address of operator will follow an operator.


What is the difference between line and stream editors?

A line oriented editor uses navigation and other means by line numbers. When you print a line, move to a line, or change something in a line all that is shown is the line itself, and not with the context of what is being changed. Line oriented editors were common when screen or page based editing was not available. These days most text editors will show at least a half to full page of where you are editing so you see the change in context.

Related Questions

What is the difference between an antonym context clue and synonym context clue?

They're opposites


What is the difference between a 'policy' and a 'framework' specifcally in the context of risk management?

What is the difference between Education framework and plicy.


Write the difference between global variable and static variable in context to function with suitable example?

Static VariableA variable that exists in only one location and is globally accessible by all instances of a class and also a variable for which memory remains allocated as long as the program executes.Global VariableA variable that can be accessed by all parts of a program so it does not belong to any subroutine in particular and can therefore can be accessed from any context in a program


What is a common difference in algebra?

Common difference, in the context of arithmetic sequences is the difference between one element of the sequence and the element before it.


Difference between Context-free grammar and regular expression?

almost same


What is the difference between an antonym context clue and a synonym context clue?

They're opposites


What is the difference between Regular Expresion and Context Free Grammar?

regular language is easy to understand than context free language


What is the difference between the root of an equation and the solution of an equation?

Root means solution in this context.


What is the difference between boon and a curse?

A "boon" is a "benefit" or "bonanza"; in this context, a curse is the opposite.


What is the essential difference between a transmission line and an ordinary network?

The essential difference between a transmission line and an ordinary network lies in their respective purposes and functions: Transmission Line: Purpose: A transmission line, in the context of telecommunications or electrical engineering, is primarily designed for the efficient long-distance transfer of signals, data, or electrical power from one point to another. Characteristics: Transmission lines are engineered to minimize signal loss, distortion, or power dissipation over extended distances. They often operate at high voltages or frequencies to maintain signal integrity.


What is the difference between the purpose of a source and its context?

The purpose of the source tries to explain why a given source was used while the context explains the setting.


What is the difference between x and y in the context of their exclusive relationship in the operation of XOR?

In the context of XOR operation, the difference between x and y lies in their exclusive relationship, meaning that the result is true only when either x or y is true, but not both.