T_Lec-1 Flashcards

1
Q

إلى ما يشير بنيان الحاسوب ؟

A

يشير إلى سمات النظام المرئية للمبرمج أو بعبارة أخرى تلك السمات التي لها تأثير مباشر على التنفيذ المنطقي للبرنامج

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

إلى ما يشير تنظيم الحاسوب ؟

A

يشير تنظيم الكمبيوتر إلى الوحدات التشغيلية و ترابطها الذي يحقق
المواصفات البنيوية

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

تعد إشارات التحكم من ؟
بنيان الحاسوب
تنظيم الحاسوب

A

تنظيم الحاسوب

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

تعد , أنماط الفهرسة و تقنيات معالجة الذاكرة من ؟
تنظيم الحاسوب
بنيان الحاسوب

A

بنيان الحاسوب

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ما مكونات ال cpu ?

A

ALU or arithmetic-logic unit
CU or control unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

why does the cpu use the registers ?

A

to store the data or instruction while processing
and the sole purpos of registers is fast retrieval of data for processing by CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is Instruction set ?

A

it is the language that the processor understand and can excute and it is defferent between pc’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

does the instruction of type R-type needs an accsess to the memory and why ?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does the I-type works ? like addi or lw

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly