You are on page 1of 1

Computer Architecture and organization

Lecture: 1

Introduction:

Programmers concerns:

1-Data ⟶ 𝑀𝑒𝑚𝑜𝑟𝑦 𝑆𝑡𝑜𝑟𝑎𝑔𝑒

𝑇𝑖𝑚𝑒
2- Improve Performance ⟶
𝐶𝑜𝑠𝑡(𝑠𝑝𝑎𝑐𝑒)

Programmer ⟶ Source Code(c++,java,….)

Compiler ⟶ Assembly (low level language)

Assembler ⟶ Object (0 or 1)

Linker (Link Object with Operating System) ⟶ Executable (.exe)

Loader (Loading exe file into memory) ⟶ Process

You might also like