answersLogoWhite

0

📱

Electronics

Electronics are a branch of technology and science that deals with the control of the flow of electrons.

3,725 Questions

What is the master password for the alphasmart 3000?

The factory default master password is "think." Rather simple really...

What is an electronic throttle?

Electronic throttle control (ETC) is an automobile technology which severs the mechanical link between the accelerator pedal and the throttle. Most automobiles already use a throttle position sensor (TPS) to provide input to traction control, antilock brakes, fuel injection, and other systems, but use a bowden cable to directly connect the pedal with the throttle. An ETC-equipped vehicle has no such cable. Instead, the electronic control unit (ECU) determines the required throttle position by calculations from data measured by other sensors such as an accelerator pedal position sensor, engine speed sensor, vehicle speed sensor etc. The electric motor within the ETC is then driven to the required position via a closed-loop control algorithm within the ECU.

The benefits of ETC are largely unnoticed by most drivers because the aim is to make the vehicle power-train characteristics seamlessly consistent irrespective of prevailing conditions, such as engine temperature, altitude, accessory loads etc. The ETC is also working 'behind the scenes' to dramatically improve the ease with which the driver can execute gear changes and deal with the dramatic torque changes associated with rapid accelerations and decelerations.

Contrary to popular belief, except in concert with other technologies such as gasoline direct injection, ETC provides only a very limited benefit in areas such as air-fuel ratio control, exhaust emissions and fuel consumption reduction. ETC however makes it much easier to integrate features to the vehicle such as cruise control, traction control, stability control and others that require torque management, since the throttle can be moved irrespective of the position of the driver's accelerator pedal. A criticism of the very early ETC implementations was that they were "overruling" driver decisions. Nowadays, the vast majority of drivers have no idea how much intervention is happening.

Much of the engineering involved with drive-by-wire technologies including ETC deals with failure and fault management. Most ETC systems have sensor and controller redundancy, even as complex as independent microprocessors with independently written software within a control module whose calculations are compared to check for possible errors and faults.

Anti-lock braking (ABS) is a similar safety critical technology, whilst not completely 'by-wire', it has the ability to electronically intervene contrary to the driver's demand. Such technology has recently been extended to other vehicle systems to include features like brake assist and electronic steering control, but these systems are much less common, also requiring careful design to ensure appropriate back-up and fail-safe modes.

Above retrieved from, http://en.wikipedia.org/wiki/Electronic_throttle_control

Viper1

What is a return statement used for?

It means end the function. Functions automatically end when execution reaches the end of the function, but you can return from a function at any point within the function with a return statement.

If the function returns a value to its caller, you must provide a reachable return statement along with the value you wish to return.

How do i play xbox 360 game audio and my iPad audio through 1 headset at the same time?

You would need a cable with a socket at one end - to connect your headphones, and two plugs at the other - to match the audio socket on each device.

Is atom a good netbook brand?

Atom is a small power efficient processor for netbooks. This is usefull for browsing net and performing casual office tasks, but not a gaming processor.

The Intel atom processor is the Intel's second processor (CPU) designed specifically for "Net Books". It is based on an entirely new micro architecture designed specifically for small devices and low power, while maintaining the Intel Core 2 Duo compatibility. It supports for multiple threads.

It will be the Intel's smallest and lowest power processor. It will be manufactured on Intel's 45nm process technology.

Recently, I'd purchased an Intel atom based processors Netbook because it is a great little piece of technology of Intel, lightweight and easy to take anywhere, and is much lesser price as compare with Laptop and with a great battery life.

Who manufactures ACDelco batteries?

The ones that I have seen are made by Global Yuasa.

Can you convert RJ11 into RJ45 If so What is needed?

No, a conversion can not be made due to the different size of cables that each terminal end uses. An RJ45 uses a Cat , 8 wire cable where as a RJ11 uses a smaller 4 wire cable. The sockets for the RJ45 will be too wide to allow a RJ11 connector to securely connect to it.

How do I get Replacement parts sportcraft electronics?

You don't, they want you to buy another table! I have been searching as well, I will never buy another sportcraft product again for this reason.

Who made the first satellite direct?

The first satellite was invented by God - THE MOON!

How to connect 74ls138 with 7 segment?

We cannot connect the 74ls138 straight with a seven segment display; for that we need a 7447(7 segment driver).

Will they ever make a color and touch screen Amazon Kindle?

It is unlikely, as both of those features use additional wattage, thus reducing battery life. One of the most attractive features of e-readers is the ability to run for many hours on a single charge. However, advances in technology may render this question obsolete.

Can you plug an AC computer into a DC plug?

You can plug an AC computer into a DC plug only if you also have an inverter to transform the DC power into the AC power that the computer power supply expects.

Where is the electronic control module for a 1998 Dodge Durango?

Dodge uses what is called a "Powertrain Control Module" or PCM this is located on the PASSENGER SIDE inner fender just behind the air box where your air filter is. It will be aluminum colored and looks like a flat box.

What are the Memory types used in the 8051 microcontroller?

The memory types are : On-Chip Memory, External Code Memory, and External RAM.

On-Chip Memory refers to any memory (Code, RAM, or other) that physically exists on the microcontroller itself. On-chip memory can be of several types, but we'll get into that shortly.

External Code Memory is code (or program) memory that resides off-chip. This is often in the form of an external EPROM.

External RAM is RAM memory that resides off-chip. This is often in the form of standard static RAM or flash RAM.

Code Memory

Code memory is the memory that holds the actual 8051 program that is to be run. This memory is limited to 64K and comes in many shapes and sizes: Code memory may be found on-chip, either burned into the microcontroller as ROM or EPROM. Code may also be stored completelyoff-chip in an external ROM or, more commonly, an external EPROM. Flash RAM is also another popular method of storing a program. Various combinations of these memory types may also be used--that is to say, it is possible to have 4K of code memory on-chip and 64k of code memory off-chip in an EPROM.

When the program is stored on-chip the 64K maximum is often reduced to 4k, 8k, or 16k. This varies depending on the version of the chip that is being used. Each version offers specific capabilities and one of the distinguishing factors from chip to chip is how much ROM/EPROM space the chip has.

However, code memory is most commonly implemented as off-chip EPROM. This is especially true in low-cost development systems and in systems developed by students.

External RAM

As the name suggests, External RAM is any random access memory which is found off-chip. Since the memory is off-chip it is not as flexible in terms of accessing, and is also slower. For example, to increment an Internal RAM location by 1 requires only 1 instruction and 1 instruction cycle. To increment a 1-byte value stored in External RAM requires 4 instructions and 7 instruction cycles. In this case, external memory is 7 times slower!

What External RAM loses in speed and flexibility it gains in quantity. While Internal RAM is limited to 128 bytes (256 bytes with an 8052), the 8051 supports External RAM up to 64K.

On-Chip Memory

As mentioned at the beginning of this chapter, the 8051 includes a certain amount of on-chip memory. On-chip memory is really one of two types: Internal RAM and Special Function Register (SFR) memory.

the 8051 has a bank of 128 bytes of Internal RAM. This Internal RAM is found on-chip on the 8051 so it is the fastest RAM available, and it is also the most flexible in terms of reading, writing, and modifying its contents. Internal RAM is volatile, so when the 8051 is reset this memory is cleared.

The 128 bytes of internal ram is subdivided as shown on the memory map. The first 8 bytes (00h - 07h) are "register bank 0". By manipulating certain SFRs, a program may choose to use register banks 1, 2, or 3. These alternative register banks are located in internal RAM in addresses 08h through 1Fh.

Bit Memory also lives and is part of internal RAM. We'll talk more about bit memory very shortly, but for now just keep in mind that bit memory actually resides in internal RAM, from addresses 20h through 2Fh.

The 80 bytes remaining of Internal RAM, from addresses 30h through 7Fh, may be used by user variables that need to be accessed frequently or at high-speed. This area is also utilized by the microcontroller as a storage area for the operating stack. This fact severely limits the 8051s stack since, as illustrated in the memory map, the area reserved for the stack is only 80 bytes--and usually it is less since this 80 bytes has to be shared between the stack and user variables.

Is the Apple Clamshell G3 worth buying?

yes it is, any product made by apple is great for use and is unique!!

How do you make cash recycling a laptop?

You have to have a certain place for recycling things like that. They will pay you to do that, because it keeps alot of waste out of landfills. You should be listening for advertisments that will provide that kind of service, or use a phone book.

Various different companies do so. See related links for some.

What is a piezo bridge?

A piezo pickup is the type of pickup most commonly used in acoustic-electric instruments. This type of pickup is normally placed in or near the bridge of the instrument thus making it a piezo bridge.

What if a guy texts you until you fall asleep and right away in the morning when he wakes up Does that mean he likes you?

most likely it does mean he likes you, otherwise it might just mean that you are a special friend to him.unless the things the guy was texting were against you.

What is ES damage of computer components?

ES stands for "Electric Static". When there is static around a component, a short current runs through it. However, when the static discharge is removed, it causes corruption or data loss just like what would happen if you force your PC to shut down.

What is CCQ in RF?

CCQ: This is an index of which evaluates the wireless Client Connection Quality.