This powerpoint presentation covers all
topics from first module of
EST 102 Programming in C
Size: 1.27 MB
Language: en
Added: Jun 30, 2020
Slides: 29 pages
Slide Content
MODULE1 Basics of Computer Hardware and Software: Basics of Computer Architecture: processor, Memory, Input& Output devices. Application Software & System software: Compilers, interpreters, High level and low level languages. Introduction to structured approach to programming, Flow chart Algorithms 13-May-20 NIMMY RAJU,AP,VKCET,TVM 1
13-May-20 NIMMY RAJU,AP,VKCET,TVM 2
13-May-20 NIMMY RAJU,AP,VKCET,TVM 3
Characteristics of a computer SPEED Â ACCURACY Â DILIGENCE VERSATILITY Â POWER OF REMEMBERING Â NO IQ Â NO FEELING Â STORAGE Â 13-May-20 NIMMY RAJU,AP,VKCET,TVM 4
13-May-20 NIMMY RAJU,AP,VKCET,TVM 5
13-May-20 NIMMY RAJU,AP,VKCET,TVM 6
13-May-20 NIMMY RAJU,AP,VKCET,TVM 7
13-May-20 NIMMY RAJU,AP,VKCET,TVM 8
Registers: are high speed storage areas within the CPU but has the least storage capacity .. Following are some commonly used registers: Accumulator : This is the most common register, used to store data taken out from the memory. General Purpose Registers : This is used to store data intermediate results during program execution. MAR : Memory Address Register are those registers that holds the address for memory unit. MDR: Memory Data Register stores data received from the memory and sent from the memory. PC: Program Counter points to the next instruction to be executed. IR: Instruction Register holds the instruction which is currently been executed. 13-May-20 NIMMY RAJU,AP,VKCET,TVM 9