Posts

covid-19 pdf

https://drive.google.com/file/d/12MU-9wtbh2GSK3WstupKOgPHSO7tuxpS/view?usp=share_link   COVID-19, also known as the coronavirus disease 2019, is an infectious disease caused by the severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). It was first identified in December 2019 in the city of Wuhan, Hubei province, China, and it has since led to a global pandemic with significant social, economic, and public health impacts. Key Points about COVID-19: Symptoms: COVID-19 primarily affects the respiratory system and can lead to a wide range of symptoms, which can vary in severity. Common symptoms include fever, cough, shortness of breath, fatigue, body aches, loss of taste or smell, and sore throat. In severe cases, it can lead to pneumonia, acute respiratory distress syndrome (ARDS), organ failure, and death. Transmission: The virus is primarily transmitted through respiratory droplets when an infected person coughs, sneezes, talks, or breathes. It can also spread by touching ...

difference between c and c++

Image
  C language :The c language is procedural and general-purpose language that provide low-level access to system memory . C++ language : C++ language is object oriented programming language  C and C++ are both programming languages, but they have distinct differences in terms of their features, use cases, and design philosophies. Here are some key differences between C and C++: 1. **Object-Oriented Programming (OOP):**    - C: C is a procedural programming language. It focuses on procedures or functions and does not have built-in support for object-oriented programming concepts like classes and objects.    - C++: C++ is an extension of C that adds object-oriented features. It introduces classes, objects, inheritance, polymorphism, and encapsulation, allowing developers to design and structure their code in an object-oriented manner. 2. **Abstraction and Encapsulation:**    - C: C lacks the built-in mechanisms for abstraction and encapsulation provi...

Browser and Search engine DIFFERENCE BETWEEN ARE :

 Basic difference are:  Browser : 1 browser are store a web pages  Search engine : 1 search engine are not store in web pages  Browsers and search engines are both essential components of the modern internet experience, but they serve different purposes and have distinct functionalities. Here's a breakdown of the key differences between browsers and search engines: **Web Browser:** A web browser is a software application that allows users to access and view websites, web pages, and online content. It acts as a tool for navigating the internet and interacting with web-based information. Here are some key features and functions of web browsers: 1. **Display and Rendering:** Browsers render HTML, CSS, JavaScript, and other web technologies to display web pages in a user-friendly format. 2. **Navigation:** Browsers provide a graphical user interface (GUI) with features like address bars, bookmarks, tabs, and history to help users navigate and manage their online activiti...

About a me

 I am ujjwal kumar  I live in kahalgaon bhagalpur bihar  I study in kendriya vidyalaya NTPC KAHALGAON BHAGALPUR   I completed class 12 subject of computer science .. . 

Python and java difference

Python : Python is a simple language and syntax are Easy to understand and lot of library are Available.  Java : java are minimum time consuming And Fast language respect to python ... Python and Java are both popular programming languages, but they have distinct differences in terms of their syntax, features, use cases, and ecosystems. Here's a comparison between Python and Java: 1. **Syntax and Readability:**    - Python: Python emphasizes readability and simplicity with its clean and concise syntax. It uses indentation (whitespace) to define code blocks.    - Java: Java has a more verbose syntax with explicit curly braces to define code blocks. It places a stronger emphasis on type declarations. 2. **Type System:**    - Python: Python is dynamically typed, meaning variable types are determined at runtime. It does not require explicit type declarations.    - Java: Java is statically typed, which means variable types are declared explicitly ...

LOOPS SYNTAX

Syntax of loop :  for i in range(start,stop,step): if ture      # statements are execute       # if flase then stop loop itration for loop :  for loop is sequential loop,   It contain a value in a single variable ..     

About programing

 What is oops :  Object oriented programming skill