Transcription of Introduction to programming - unibz
{{id}} {{{paragraph}}}
Unit 1 Introduction to programmingSummary Architecture of a computer programming languages Program = objects + operations First java program Writing, compiling, and executing a program Program What is a computer? Hardware Processor Memory I/O units How does it work? Executes very simple instructions Executes them incredibly fast Must be programmed: it is the software, , the programs, that characterize what a computeractually Components of a computer12 UNIT Simplified architecture of a computerModemI/O portscontrollerDiskCentralmemoryCPUV ideocardSoundcardNetworkadapterKeyboardM ousePrinterHard diskFloppy diskCD ROM/DVDM onitorMicrophoneSpeakersOther Languages for programming a computer Machine language21 40 16 100 163 240 Assembler languageiload intRatebipush 100if_icmpgt intError High level programming languagesif (intRate > 100).
Imperative/functional Object-oriented Objects Operations Objects Usually, in a program different programming paradigms are used. Hence, programming languages provide support (with different degrees) for the various paradigms. 1.11 Java In this course we will use the Java programming language.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}