answersLogoWhite

0


Best Answer

It is usually used with computer processes and it means independently.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does asynchronously mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A bus that works asynchronously with the CPU at a slower rate is called?

A bus that works asynchronously with the CPU is -the expansion bus


Newer dram memory operate asynchronously?

Fales


Newer DRAM memory types operate asynchronously t or f?

False


Does DRAM Memory operate asynchronously?

No. Newer DRAM memory types operate synchronously.


What is the volatile access type modifier?

Warns the compiler that the value of the variable in question can be changed asynchronously, so it never optimize it into register.


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.


What is dfference between synchronization and asynchronization?

I believe you mean synchronous and asynchronous... as in calling a function synchronously or asynchronously. When you call a function synchronously, the program waits for the function to finish before continuing on... i = i + 1 DoSomething() j = j + 1 <---- j wouldn't be changed until DoSomething finished When you call a function asynchronously, the program spawns another thread to run the function and continues on without waiting for the function to finish... Thread t i = i + 1 t.Start ( DoSomething ) j = j + 1 <---- j be changed just after DoSomething started


What is the equivalent file in Ubuntu 8.10 to Fedora's inittab?

Ubuntu uses Upstart, as does Fedora 9 and later. There is no direct equivalent to /etc/inittab, as startup scripts run asynchronously. Each script in /etc/event.d serves a similar purpose to a line on a traditional inittab.


What has the author Earl Cornelius Van Horn written?

Earl Cornelius Van Horn has written: 'Computer design for asynchronously reproducible multiprocessing' -- subject(s): Design and construction, Electronic digital computers, Parallel processing (Electronic computers), Programming languages (Electronic computers)


What is layered elaboration?

Layered Elaboration allows design teams to generate ideas through an iterative process in which each version leaves prior ideas intact while extending concepts. Layered Elaboration is a useful technique as it enables co-design to take place asynchronously and does not require much space or many resources.


What need of Ajax?

Ajax stands for Asynchronous java script that allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. In these days this technique is most popular for the secure web pages. Nowadays many Ajax jobs are available in IT fields for update webpages in without reloading with the use of Ajax.


How does a UART work in LPC2378?

In LPC2378, UART (Universal Asynchronous Receiver/Transmitter) is a serial communication interface that transmits and receives data asynchronously. It uses separate wires for transmitting and receiving data, along with a common ground connection. The LPC2378 UART has registers for configuring baud rate, data format, and interrupt settings to enable communication with external devices.