answersLogoWhite

0

📱

Computer Memory

The computer memory is a physical device used to store data or programs for use in a computer. Some types of computer memory include RAM (random access memory), ROM (read-only memory), and page cache.

4,434 Questions

What is DDR Technology?

DDR stands for Double Data Rate. You see this term associated with RAM. Bascially it means that information is processed at double speed (twice per computer cycle). The RAM technology before it was called SDRAM. Synchronous Dynamic RAM. Which meant it was processed once a cycle. So DDR processes information twice as fast..

Ben Jonson's main purpose in To the Memory of My Beloved Master was to?

The main purpose in To the Memory of My Beloved Master by Ben Jonson was to let people know they shouldn't think less of someone because they have no university education. The poem is about Shakespeare.

8 GB of RAM can store how many characters?

Considering one character per byte and no memory is used for addresses, the number is: 8 x 1024 x 1024 x 1024 = 8,589,934,592

Is a CPU storage device?

No.

Central Processing Unit.

It is the "brains" of the computer and affects how fast the computer can process instructions.

http://www.webopedia.com/TERM/C/CPU.html

Does smoking have any any effevt on memory?

i don't know it but your lungs run out aka get smaller until the disappear which cause death

How do you make a dedication in a project report?

Dedications are the chance for the author to credit everyone who is helpful in author's project. It is possible to credit anyone such as family, teachers, children or authors.

What is the fastest ram brand now for a laptop?

G Skill, A-Data and PNY all sell dual channel 400 DDR RAM, which is the fastest laptop RAM available.

Is any good in Toshiba X300 for gaming?

Whether you’re a PC gamer, video editor, or graphic designer, the X300 hard drive offers the capacity and performance that the pros demand. Discover details in Toshiba X300 12TB review.

What ram does a E210882 motherboard use?

AnswerIt could be a number of different types of RAM as there are a number of motherboards that have that number.

It would be better to find this information either from your computer's manufacturer (for example Dell or Gateway) or by looking up the Intel AA (altered assembly) number.

What is the smallest wireless device with the largest memory capacity?

There are small wireless devices, there are large memory capacity devices, but logic should say that to combine the two requirements would take a great deal of money, time, and effort but will not always be what the buying public want.

Differences between virtual memory and cache memory?

Virtual memory is defined as an abstraction of the main memory that extends the available computer memory by storing parts of content RAM that are not active. Cache memory is where data that is accessed often is stored so you are able to have quick access to it.

Can video images be played on the tv from computer using vga?

Only if tv had a vga port. It does not have one. Computer has no hdmi. I need some type of connector to join the two.

How many 8 bit characters does the ASCII standard define?

128 (0-127), 95 printable, 33 control (for 7 bit ascii that is a through back to teletypes.)

ISO 8859-1 has 256 characters.

From 128 up to 255 we find extra symbols for other languages and regions. Ascci 128 = € for instance and 255 = ÿ.

Of course there are many 8-bit standars, windows-1250, for an example.

What is the function of optical isolation in plc processor?

To protect the low voltage electronic components in the PLC from High Voltages/Currents such as in voltage spikes.

RAM holds data and program for processing data?

RAM is volatile storage that holds the program and data that the CPU would be processing.

Can you change the ram slots?

If you want to change the RAM slots, you need to change the motherboard.

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.

How many Petabytes in a 3024 Gigabytes?

0.003024 PB = 3024 GB

Just for a better estimate, it is closer and more accurate to say it is about 3.024 TB. One Terabyte is HUGE, let alone a Petabyte. But you should look up a YottaByte (YB)!

Is cache a block of high speed memory?

Yes ,i think cache memory is very fast memory in conputer system.