Posts

Showing posts from September 21, 2020

WHAT IS PYTHON

PYTHON Python: It is a general-purpose, dynamic, high-level, and interpreted programming language. It supports the Object-Oriented Programming (OOP) approach to develop applications. It is simple and easy to learn and provides many high-level data structures . It is easy to learn yet powerful and versatile, which makes it attractive for application development . It supports multiple programming paradigms, including object-oriented, imperative, functional, and procedural programming styles . It makes development and debugging fast because there is no compilation step , and the edit-test-debug cycle is quick. It is dynamic in nature because memory allocation is handled automatically. We do not need to declare data types explicitly when creating variables. FEATURES OF PYTHON Python supports object-oriented and procedural programming approaches and provides dynamic memory allocation . It is easy to learn compared to other programming languages. Its syntax is simple and similar to the ...

COMPUTER & ITS TYPES AND LANGUGAE

Computer and Its Language What is a Computer? A computer is an electronic machine that takes input from the user, processes the data, and produces output. It is one of the most important devices used in modern life. A computer is made up of two main components: Hardware – Physical parts of the computer such as keyboard, mouse, and monitor Software – Programs that instruct the computer to perform tasks Computers are used in schools, offices, hospitals, banks, and many other places to perform calculations and store information. Types of Computers Computers are divided into four main categories based on their size and performance. 1. Supercomputer A supercomputer is the fastest and most powerful type of computer. It is used for complex scientific calculations and research. Uses of supercomputers include: Weather forecasting Space research Scientific simulations Nuclear research Examples of supercomputers include: PARAM 2000 ANURAG 2. Mainframe Computer A m...