Posts

Showing posts from September 21, 2020

WHAT IS PYTHON

Image
  PYTHON :- It  is a general purpose, dynamic, high level and interpreted programming language. Ø   It supports Object Oriented programming approach to develop applications. Ø   It is simple and easy to learn and provides lots of high-level data structures. Ø   It   is  easy to learn  yet powerful and versatile scripting language, which makes it attractive for Application Development. Ø   It   supports  multiple programming pattern , including object-oriented, imperative, and functional or procedural programming styles. Ø   It   makes the development and debugging  fast   . because there is no compilation step included in Python development, and edit-test-debug cycle is very fast. Ø   It is dynamic in nature because it allocates or remove the memory allocation. And We don't need to use data types to declare variable. It directly assign any type of value within variable.    Featu...

COMPUTER & ITS TYPES AND LANGUGAE

  Chp-1     Computer and its Language COMPUTER: - Computer is an electronic machine or device that takes input from user and then process it then gives output. Ø   It is a combination of hardware and software. Ø     There are following category of computer such as:- §   Super computer §   Mainframe computer §   Minicomputer   computer §   Micro computer v   Super computer :- A  supercomputer  is a  computer  with a high level of performance as compared to a general-purpose  computer . The performance of a  supercomputer  is commonly measured in floating-point operations per second (FLOPS) instead of million instructions per second (MIPS). Ø   PARAM 2000 and ANURAG..etc are the   example of super computer.   v   Mainframe computer :-    Mainframe computer likes as a big centralized machine that contains the large memory, huge storage s...