1 / 8

Introduction to Programming Language and Operating System

This presentation will cover a simple overview of programming languages and operating systems, as well as low and high level programming languages and a brief overview of computer memory.

Download Presentation

Introduction to Programming Language and Operating System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Programming Language and Operating System Swipe

  2. Introduction Programming language is a set of pre-defined terms that are combined into a programme using pre-defined rules (syntax). The application is developed using programming languages, which assists us in completing our mission.

  3. Introduction Operating system is a software that enables a user to run other programmes on a computer. The primary function of an operating system is to control the software and hardware resources of a device.

  4. Types of Programming Languages Programming languages are divided into two categories. 1. Low Level Programming Language Machine Level Language or Binary Code Assembly Language 2. High Level Programming Language I. Based on purpose II. Based on converters used

  5. Low Level Programming Language More closer towards system Code is not portable Bit complex to learn and write the code Not expressive e.g. Machine code, Assembly code

  6. High Level Programming Language More closer towards user Code is portable Easy to learn and write the code Expressive e.g. C, C++, Java, Python etc

  7. A Brief Introduction to Computer Memory There are mainly two types of memory in computer:- 1. Volatile Memory - Primary Memory - Temporary Storage - RAM, Cache, Register 2. Non-volatile memory - Secondary Memory - Permanent Storage - HDD, SDD, Floppy, CD, Pen Drive

  8. Topics for next Post Introduction to python Memory Management in Python Components of python program Stay Tuned with

More Related