answersLogoWhite

0


Best Answer

You are thinking of Terabytes but GB are enough ram for most users.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: As 1024MBs are called GB, what is abbreviated term for next level of memory , at place of GB?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a cache outside the processor called?

L2 cache. Today's processors all have some memory on the processor chip (called a die). Memory on the processor die is called Level 1 cache (L1 cache). Memory in the processor package, but not on the processor die, is called Level 2 cache (L2 cache). Some processors use a third cache farther from the processor core, but still in the processor package, which is called Level 3 cache (L3 cache).


What do you call electronic components that store instructions waiting to be executed?

It's called CPU cache of level one.


How does c give access to low level memory?

Define 'low level memory' first.


How does C programming give access to low level memory?

Define 'low level memory' first.


0's and 1s is Low-level programming language?

it is called binary code and this is the lowest level programming language you can track it by looking at a switch or a register in memory


What kind of degree is abbreviated to BEng?

The kind of degree that is abbreviated to BEng is a Bachelors of Engineering, awarded at university level to a student who has completed a course of an average length of three to five years.


What level does kiticon plus evolves?

it evolves at level 26 from memory.


If there is L2 cache in the processor housing and additional cache on the motherboard the cache on the motherboard is called cache.?

The motherboard doesn't contain cache. The chips do, but the motherboard contain RAM modules. Like when you hear a PC has 512MB of memory. The cache (memory on the chip) follows lines called a bus to the RAM (memory on the motherboard).Answer: Level 3


What happens to your memory on a computer when you install more?

When you install more memory into a computer, the computer's memory level becomes higher


If there is L2 cache in the processor housing and additional cache on the motherboard the cache on the motherboard is called cache?

The motherboard doesn't contain cache. The chips do, but the motherboard contain RAM modules. Like when you hear a PC has 512MB of memory. The cache (memory on the chip) follows lines called a bus to the RAM (memory on the motherboard).Answer: Level 3


Can low oxygen level effect your memory?

Yes


Is c a low level language?

C language is a middle level language, a middle language is one which somehow allows you to access your computer memory directly. Where as Java and C# are completely highlevel language as they dont allow you to directly access your computer memory, Assembly Language is said to be the low level language as it allow the the direct access of memory. you can read more on C language here: http://thetechnofreaks.com/2011/08/23/the-basics-welcome-to-the-world-of-programming/ Actually, there are no 'middle level languages', machine code and Assembly is low level, everything else is high level. And of course you cannot break out from your virtual memory space using C (or any other language). It is called 'protected mode' for a reason.