مشاهدة النسخة كاملة : ممكن اعرف شنو فايده الكااااااااش
Gentleman
15-02-2005, 12:07 PM
بلا مقدمات ممكن يشرحلي واحد شنو الكااااااش وشنو فايدته
ومشكورين مقدما
الحاسم 2004
15-02-2005, 12:26 PM
ياريت والله يقول وشرح ايش وضيفة الكاش في الالعاب لاني سمعت ان الكاش يعمل دور كبير في الالعاب
نحنا منتضرين................:06:
Gentleman
17-02-2005, 12:03 PM
ناطرين شخص يتكرم ويشرح لنا الكاااااااش
ومشكورين
Mr.WaSiM
17-02-2005, 12:38 PM
السلام عليكم
اخوي انا افهم الكاش انه دفع فوري يعني تشتري الاسطوانه سلم تسلم ..
يعني تشتريها وتدفع بنفس الوقت
زي ما تروح تشتري الاسطوانه من المحلات
بس هاذي عاد شركات تكون في كل الدول او في دول معينة تروح انتا لها تشتري منها
بدال ما تدفع شحن الدولي ولازم يكون لك كرت و و و و.....
لا عاد هاذي على طول
هيه الي فهمتو من موضوعك انك كيف الكاش .. يعني الفلوس ولا شي تاني؟ ؟:biggrin: :biggrin: :biggrin:
XboxHacker
18-02-2005, 12:00 AM
Cache يعني مخبئية ، وتوجد مثل هذه الذاكرة في عدة مواضع:
1. القرص الصلب ، وحجمها يتراوح بين 128 كيلوا بايت إلى 1024 كيلو بايت (غالبا).
2. اللوحة الأم وغالبا ما تكون 256 كيلوبايت.
3. ضمن نظام التشغيل ، ولكن لا تكون حقيقية بل ظاهرية ، حيث يستخدم جزء من القرص الصلب كذاكرة كاش وهمية للتسريع.
4. ضمن المعالج ، وهذا النوع أهمها على الإطلاق ومعظم مدار الحديث حولها.
الذاكرة العادية وظيفتها الاحتفاظ بالبيانات أما هذه الذاكرة فوظيفتها زيادة سرعة نقل البيانات ، ففي المعالج تكون بين المعالج والذاكرة ، والمعالج يعمل بأضعاف سرعة الذاكرة ، فتحتفظ الكاش بالبيانات المرسلة من المعالج إلى الذاكرة الرئيسية لتلقيمها للذاكرة وتترك المعالج يوفر جهده لعمل آخر.. يعني تعمل كمخزن مؤقت.
وهي تنقسم إلى نوعين:
L1 Cache ذاكرة مخبئية من المستوى الأول. (هي الأهم).
L2 Cache ذاكرة مخبئية من المستوى الثاني.
الأرقام الموجودة قديمة مع الوقت تتغير :08:
Question - What is the purpose of cache memory? And how the
instruction fetch/ excecute cycle changes with the additon of cache
memory? Please describe it step by step. Thanks!
Answer:
Eric Tolman
Computer Scientist
The purpose of cache memory is to allow the CPU to operate at full speed
without wasting time waiting for memory access.
In a computer, not all parts operate at the same speeds. Disk drives are
really slow, while the CPU is extremely fast. However, before the CPU can
do anything, it needs to retrieve data to work on. If that data is stored
on a disk, the CPU will wait a long time before it can be accessed.
Typically, a program is set up to run as follows:
1. Load the program and data from a disk into RAM.
2. Fetch the instructions from RAM
3. Fetch the data from RAM
4. Perform the instruction
5. Write the results back to RAM
6. When done, save the final results back to disk.
This works great, and is all there is on many systems, such as the Apple II,
Commodore 64, and other older sytems.
Current computers, however, operate at much higher speeds, and in fact
operate much faster than RAM can be accessed. If modern computers read and
wrote directly to RAM, they would spend most of their time waiting for
memory.
In order to solve this, another layer of memory has been added, called the
cache. It is a small amount of very fast, expensive memory, that operates
close to the speed of the computer. A separate cache controller chip
monitors the RAM accesses and loads data and instructions from RAM to the
cache. Once it is in the cache, the CPU can operate at full speed.
Sometimes, the cache controller can't predict exactly what is needed. In
these cases, the CPU is stalled and has to wait while the necessary data is
loaded from RAM into the cache.
So, the cycle looks only slightly different from the normal model
1. Load the program and data from a disk into RAM.
2. Cache controller loads instructions and data from RAM into cache.
3. Fetch the instructions from cache.
5. Fetch the data from cache
6. Perform the instruction
7. Write the results back to cache
8. Write the results bacck from cache to RAM
9. When done, save the final results back to disk.
I hope this helps.
الحاسم 2004
18-02-2005, 08:54 AM
Cache يعني مخبئية ، وتوجد مثل هذه الذاكرة في عدة مواضع:
1. القرص الصلب ، وحجمها يتراوح بين 128 كيلوا بايت إلى 1024 كيلو بايت (غالبا).
2. اللوحة الأم وغالبا ما تكون 256 كيلوبايت.
3. ضمن نظام التشغيل ، ولكن لا تكون حقيقية بل ظاهرية ، حيث يستخدم جزء من القرص الصلب كذاكرة كاش وهمية للتسريع.
4. ضمن المعالج ، وهذا النوع أهمها على الإطلاق ومعظم مدار الحديث حولها.
الذاكرة العادية وظيفتها الاحتفاظ بالبيانات أما هذه الذاكرة فوظيفتها زيادة سرعة نقل البيانات ، ففي المعالج تكون بين المعالج والذاكرة ، والمعالج يعمل بأضعاف سرعة الذاكرة ، فتحتفظ الكاش بالبيانات المرسلة من المعالج إلى الذاكرة الرئيسية لتلقيمها للذاكرة وتترك المعالج يوفر جهده لعمل آخر.. يعني تعمل كمخزن مؤقت.
وهي تنقسم إلى نوعين:
L1 Cache ذاكرة مخبئية من المستوى الأول. (هي الأهم).
L2 Cache ذاكرة مخبئية من المستوى الثاني.
الأرقام الموجودة قديمة مع الوقت تتغير :08:
Question - What is the purpose of cache memory? And how the
instruction fetch/ excecute cycle changes with the additon of cache
memory? Please describe it step by step. Thanks!
Answer:
Eric Tolman
Computer Scientist
The purpose of cache memory is to allow the CPU to operate at full speed
without wasting time waiting for memory access.
In a computer, not all parts operate at the same speeds. Disk drives are
really slow, while the CPU is extremely fast. However, before the CPU can
do anything, it needs to retrieve data to work on. If that data is stored
on a disk, the CPU will wait a long time before it can be accessed.
Typically, a program is set up to run as follows:
1. Load the program and data from a disk into RAM.
2. Fetch the instructions from RAM
3. Fetch the data from RAM
4. Perform the instruction
5. Write the results back to RAM
6. When done, save the final results back to disk.
This works great, and is all there is on many systems, such as the Apple II,
Commodore 64, and other older sytems.
Current computers, however, operate at much higher speeds, and in fact
operate much faster than RAM can be accessed. If modern computers read and
wrote directly to RAM, they would spend most of their time waiting for
memory.
In order to solve this, another layer of memory has been added, called the
cache. It is a small amount of very fast, expensive memory, that operates
close to the speed of the computer. A separate cache controller chip
monitors the RAM accesses and loads data and instructions from RAM to the
cache. Once it is in the cache, the CPU can operate at full speed.
Sometimes, the cache controller can't predict exactly what is needed. In
these cases, the CPU is stalled and has to wait while the necessary data is
loaded from RAM into the cache.
So, the cycle looks only slightly different from the normal model
1. Load the program and data from a disk into RAM.
2. Cache controller loads instructions and data from RAM into cache.
3. Fetch the instructions from cache.
5. Fetch the data from cache
6. Perform the instruction
7. Write the results back to cache
8. Write the results bacck from cache to RAM
9. When done, save the final results back to disk.
I hope this helps.
مشكور لك يا XboxHacker :biggrin: للخدمة
BlackJack
18-02-2005, 12:01 PM
Cache يعني مخبئية ، وتوجد مثل هذه الذاكرة في عدة مواضع:
1. القرص الصلب ، وحجمها يتراوح بين 128 كيلوا بايت إلى 1024 كيلو بايت (غالبا).
2. اللوحة الأم وغالبا ما تكون 256 كيلوبايت.
3. ضمن نظام التشغيل ، ولكن لا تكون حقيقية بل ظاهرية ، حيث يستخدم جزء من القرص الصلب كذاكرة كاش وهمية للتسريع.
4. ضمن المعالج ، وهذا النوع أهمها على الإطلاق ومعظم مدار الحديث حولها.
ماشالله عليك التعبير عندك مليون في الميه , قبل اسبوع واحد سئلني نفس السؤال مالقيت كلمه بالعربي مناسبه :D
( مخبئه ) هذي الي كنت ادور عليها :biggthump
XboxHacker
19-02-2005, 01:25 AM
شكرا للجميع
Gentleman
19-02-2005, 11:09 AM
اي بس محد قال شنو فايدته بالالعاب
[c.o.d.e.x]
19-02-2005, 11:30 AM
السلام عليكم
اخوي انا افهم الكاش انه دفع فوري يعني تشتري الاسطوانه سلم تسلم ..
يعني تشتريها وتدفع بنفس الوقت
زي ما تروح تشتري الاسطوانه من المحلات
بس هاذي عاد شركات تكون في كل الدول او في دول معينة تروح انتا لها تشتري منها
بدال ما تدفع شحن الدولي ولازم يكون لك كرت و و و و.....
لا عاد هاذي على طول
هيه الي فهمتو من موضوعك انك كيف الكاش .. يعني الفلوس ولا شي تاني؟ ؟:biggrin: :biggrin: :biggrin:
:You_Rock_
جميع حقوق برمجة vBulletin محفوظة ©2025 ,لدى مؤسسة Jelsoft المحدودة.
جميع المواضيع و المشاركات المطروحة من الاعضاء لا تعبر بالضرورة عن رأي أصحاب شبكة المنتدى .