answersLogoWhite

0

What else can I help you with?

Related Questions

What part that holds the programs application data and interrupt service routines when they are being executed?

When programs' application data and interrupt service routines are being executed they are held in a computer's main memory. The largest component of main memory is RAM.


Is Linux harware or sofware?

Linux is a Software which interacts with hardware using device drivers and controls the hardware using kernel routines.


How software engineering is distinct from other types of engineering?

Software engineers write computer code for programs. They do not design physical parts as many design engineers do. They write programs that perform certain routines that produce results. The program may be for a game or operate a flight simulator or for an iPod. Everything device that has a computer in it or a computer chip requires some programming. Some computer programs are: Fortran and C+. Social Mechanical Computer Space, etc


What is a set of system software routines that sits between the application program and the hardware?

An Operating System.


What is the difference between driver and application?

In computing, a device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device. A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface. Application software, also known as an application or an "app", is computer software designed to help the user to perform singular or multiple related specific tasks. It helps to solve problems in the real world. Examples include enterprise software, accounting software, office suites, graphics software and media players. Many application programs deal principally with documents.


What structured programs can be easily broken down into routines and that can be assigned to any number of programmers?

modules


What do you mean by Marketing Information System?

MIS is the set of procedures, information handling, routines and reporting techniques design to provide information required for making marketing decisions. MIS is the set of procedures, information handling, routines and reporting techniques design to provide information required for making marketing decisions.


What is definition of system software?

System software is a set of routines that are used to manage hardware and provide functions necessary for user applications to run.


What has the author Roger K Richards written?

Roger K. Richards has written: 'Statistical programs and routines available at Sheffield'


Predictable patterns and routines that form associations?

VULNERABILITIES-Predictable patterns and routines that form associations CRITICAL INFO- Deployment dates and purpose for deployment INDICATORS- Routine procedures for deployment operations THREATS- Disqruntled Co-Worker who was passed over for promation


What are the procedures in rdbms?

Procedures in an RDBMS are programs that are written to accomplish a set of functions that cannot be done using a single query. A procedure contains a sequence of SQL Queries that can be executed one after the other by invoking the procedure. There are two kinds of procedures Functions & Stored Procedures.


What is device driver and its relationship with the operating system?

A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.