T_Lec-1 Flashcards
إلى ما يشير بنيان الحاسوب ؟
يشير إلى سمات النظام المرئية للمبرمج أو بعبارة أخرى تلك السمات التي لها تأثير مباشر على التنفيذ المنطقي للبرنامج
إلى ما يشير تنظيم الحاسوب ؟
يشير تنظيم الكمبيوتر إلى الوحدات التشغيلية و ترابطها الذي يحقق
المواصفات البنيوية
تعد إشارات التحكم من ؟
بنيان الحاسوب
تنظيم الحاسوب
تنظيم الحاسوب
تعد , أنماط الفهرسة و تقنيات معالجة الذاكرة من ؟
تنظيم الحاسوب
بنيان الحاسوب
بنيان الحاسوب
ما مكونات ال cpu ?
ALU or arithmetic-logic unit
CU or control unit
why does the cpu use the registers ?
to store the data or instruction while processing
and the sole purpos of registers is fast retrieval of data for processing by CPU.
what is Instruction set ?
it is the language that the processor understand and can excute and it is defferent between pc’s
does the instruction of type R-type needs an accsess to the memory and why ?
no because the R-type read the value of rs and rt from the Register file then it give the value of their operation to the ALU then the result will goes back to the register file to the rd
How does the I-type works ? like addi or lw
first it find the address of the memory that we want to go to then it get the value of it (that happend by calculating the immediate field with the content of the register )
second the addition happend between the rs and immediate field
third then we extend it to 32 bit using the EXTEND
finally we load that value to the memory address that we found privoiusly