<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: bhuvaneswari nandhagopal</title>
    <description>The latest articles on Forem by bhuvaneswari nandhagopal (@bhuvaneswari_nandhagopal_).</description>
    <link>https://forem.com/bhuvaneswari_nandhagopal_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3934625%2Fc9c01b54-3ffd-4f59-9a70-fa498cf66bda.png</url>
      <title>Forem: bhuvaneswari nandhagopal</title>
      <link>https://forem.com/bhuvaneswari_nandhagopal_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bhuvaneswari_nandhagopal_"/>
    <language>en</language>
    <item>
      <title>VON NEUMAN ARCHITECTURE</title>
      <dc:creator>bhuvaneswari nandhagopal</dc:creator>
      <pubDate>Mon, 25 May 2026 09:26:20 +0000</pubDate>
      <link>https://forem.com/bhuvaneswari_nandhagopal_/von-neuman-architecture-49gi</link>
      <guid>https://forem.com/bhuvaneswari_nandhagopal_/von-neuman-architecture-49gi</guid>
      <description>&lt;p&gt;What is Von Neuman Architecture?&lt;br&gt;
  The Von Neuman Architecture is a computer design model proposed by &lt;strong&gt;John Von Neuman&lt;/strong&gt;&lt;br&gt;
  It is describe how a computer store and processed data using the same memory for&lt;br&gt;
          1. Data&lt;br&gt;
          2. Instructions(programs)&lt;br&gt;
    In the same memory this is called the stored program concept.&lt;/p&gt;

&lt;p&gt;Von Neuman Architecture - flow chat:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxd12x1h7z7so2u022na4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxd12x1h7z7so2u022na4.png" alt=" " width="785" height="538"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Input unit:&lt;/strong&gt;
 i)Transmits data &amp;amp; instructions from the out side world to machine.
ii)It is operated by control unit.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Examples of Input Units&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Common input units include:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdcrg71pirviu5pq7b2m1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdcrg71pirviu5pq7b2m1.jpg" alt=" " width="720" height="540"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keyboard:&lt;/strong&gt;&lt;br&gt;
     For typing text and commands.&lt;br&gt;
&lt;strong&gt;Mouse:&lt;/strong&gt;&lt;br&gt;
     For pointing, selecting, and navigating on-screen elements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scanner:&lt;/strong&gt;&lt;br&gt;
    Converts physical documents into digital form.&lt;br&gt;
&lt;strong&gt;Microphone:&lt;/strong&gt;&lt;br&gt;
     Captures audio input.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Touchscreens and stylus pens:&lt;/strong&gt;&lt;br&gt;
    Enable direct interaction with the display.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Memory unit:&lt;/strong&gt;
Used to store data and programs.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Functions&lt;/strong&gt;:&lt;br&gt;
    i) Store input data&lt;br&gt;
   ii) Store processing results&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Arithmetic Logic Unit&lt;/strong&gt;:
Performs arithmetic and logical operations.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Arithmetic Operation&lt;/strong&gt;:&lt;br&gt;
    Addition(+), Subtraction(-), Multiplication(*), Division(/)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Logical Operations&lt;/strong&gt;:&lt;br&gt;
    And, Or, Not, Comparison&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Control Unit&lt;/strong&gt;(cl):
Controls all parts of computer.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Functions&lt;/strong&gt;:&lt;br&gt;
     Fetcher instruction, decodes instructions, excutes instructions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Output Unit&lt;/strong&gt;:
 Displays the processed result to the user.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Examples&lt;/strong&gt;: &lt;br&gt;
     Monitor, printer, speaker.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Registers&lt;/strong&gt;:
 Register are very small and very fast memory location inside(CPU).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Work&lt;/strong&gt;:&lt;br&gt;
    i) Store temporary data&lt;br&gt;
   ii) Help CPU process data quickly&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Examples Of Registers&lt;/strong&gt;:&lt;br&gt;
    i) Program Counter(pc)&lt;br&gt;
   ii) Instruction Register(IR)&lt;br&gt;
  iii) Memory Address Register(MAR)&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
    </item>
    <item>
      <title>INTRODUCTION TO PYTHON</title>
      <dc:creator>bhuvaneswari nandhagopal</dc:creator>
      <pubDate>Sun, 24 May 2026 15:21:48 +0000</pubDate>
      <link>https://forem.com/bhuvaneswari_nandhagopal_/python-55lh</link>
      <guid>https://forem.com/bhuvaneswari_nandhagopal_/python-55lh</guid>
      <description>&lt;p&gt;What is python?&lt;br&gt;
  Python is &lt;strong&gt;general purpose high level&lt;/strong&gt; programing language.&lt;/p&gt;

&lt;p&gt;Who created python?&lt;br&gt;
  GUIDO VAN ROSSUM create python. He started developing python in 1989, and the FIRST PUBLIC RELEUSE came in 1991.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Python is multiple paradigm programing language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Types of multi-paradigm:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Type:                       Meaning:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Object-Oriented  -     Program using objects and classes&lt;/li&gt;
&lt;li&gt;Procedural       -     Program written step by step&lt;/li&gt;
&lt;li&gt;Functional       -     Program using functions&lt;/li&gt;
&lt;li&gt;Structured       -     Program written in an organized way&lt;/li&gt;
&lt;li&gt;Reflective       -     Program can check itself&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;USES OF PYTHON:&lt;br&gt;
TYPES:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Wep Application:&lt;br&gt;
A web application is a software program that runs on a remote server and is accessed through a web browser over the internet. Unlike traditional desktop applications, it doesn’t require installation — users simply open a browser like Chrome, Safari, or Firefox and interact with the app online.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mobile Application:&lt;br&gt;
A mobile application (or mobile app) is a type of software application specifically designed to run on mobile devices such as smartphones and tablets. Unlike web applications that run in web browsers or desktop applications used on desktop computers, mobile apps are tailored to the unique capabilities and constraints of mobile devices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GAMES:&lt;br&gt;
Python, a game is simply a program that uses Python code to create interactive entertainment — usually involving graphics, sound, and user input.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DATABASE(DB):&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In Python, "DB" typically refers to database management and interaction, allowing developers to connect to, query, and manipulate data in various database systems.&lt;/p&gt;

&lt;p&gt;What is a Database?&lt;/p&gt;

&lt;p&gt;A database is an organized collection of data that can be easily accessed, managed, and updated. In Python, databases can be categorized into two main types:&lt;/p&gt;

&lt;p&gt;Relational Databases (RDBMS):&lt;/p&gt;

&lt;p&gt;These store data in structured tables with rows and columns, supporting relationships between data entities. Examples include MySQL, PostgreSQL, and SQLite.&lt;/p&gt;

&lt;p&gt;Non-relational Databases (NoSQL):&lt;br&gt;
  These store data in various formats such as documents, key-value pairs, or graphs, offering more flexibility. Examples include MongoDB and Redis&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;DATA ANALYSIS AND DATA SCIENCE:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;DA stands for Data Analyst, focusing on analyzing and visualizing data, while DS stands for Data Scientist, specializing in advanced analytics, predictive modeling, and machine learning.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;INTERNET OF THINGS:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Internet of Things (IoT) is a network of physical devices embedded with sensors, software, and connectivity that allows them to collect, exchange, and act on data autonomously.&lt;/p&gt;

&lt;p&gt;ARTIFICIAL INTELLIGENCE(AI):&lt;/p&gt;

&lt;p&gt;AI (Artificial Intelligence) in Python means using Python programming language to create smart programs that can think, learn, and make decisions like humans.&lt;/p&gt;

&lt;p&gt;AI = making computers intelligent&lt;br&gt;
Python = a programming language used to build AI applications&lt;/p&gt;

&lt;p&gt;references:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://chatgpt.com/c/6a1314c4-aebc-8324-acf7-3f375a821e18" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;chatgpt.com&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>loops</title>
      <dc:creator>bhuvaneswari nandhagopal</dc:creator>
      <pubDate>Fri, 22 May 2026 14:54:38 +0000</pubDate>
      <link>https://forem.com/bhuvaneswari_nandhagopal_/loops-3bpf</link>
      <guid>https://forem.com/bhuvaneswari_nandhagopal_/loops-3bpf</guid>
      <description>&lt;p&gt;INTRODUCTION TO LOOP:&lt;/p&gt;

&lt;p&gt;A loop is used to repeat the same code many times.&lt;br&gt;
We use loops for repeated work in programming.&lt;/p&gt;

&lt;p&gt;TYPES OF LOOP&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;for loop&lt;/li&gt;
&lt;li&gt; while loop&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FOR LOOP:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Used to repeat code a fixed number of times.&lt;/li&gt;
&lt;li&gt;Mostly used with range or collection.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;what is range?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Used to create a sequence of numbers.&lt;/li&gt;
&lt;li&gt;Mostly used in loops.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;what is collection?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collection is a data type used to store multiple values in a single variable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;WHILE LOOP:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A while loop is used to repeat code again and again while the condition is true&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simple Explanation:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;i = 1 → start value&lt;/li&gt;
&lt;li&gt;i &amp;lt;= 5 → condition&lt;/li&gt;
&lt;li&gt;print number&lt;/li&gt;
&lt;li&gt;increase i by 1&lt;/li&gt;
&lt;li&gt;repeat until condition becomes false&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>comparision operator</title>
      <dc:creator>bhuvaneswari nandhagopal</dc:creator>
      <pubDate>Mon, 18 May 2026 10:28:18 +0000</pubDate>
      <link>https://forem.com/bhuvaneswari_nandhagopal_/comparision-operator-c75</link>
      <guid>https://forem.com/bhuvaneswari_nandhagopal_/comparision-operator-c75</guid>
      <description>&lt;p&gt;A comparison operator is a symbol or set of symbols used in programming to compare two values or expressions. The result of this comparison is a Boolean value: either True or False. These operators are essential for decision-making in conditional statements, loops, and other logical constructs.&lt;/p&gt;

&lt;p&gt;1.Equal to (==): checks if two values are equal.&lt;/p&gt;

&lt;p&gt;x = 5&lt;br&gt;
y = 10&lt;br&gt;
print(x == y) # Output: False&lt;/p&gt;

&lt;p&gt;2.Not equal to (!=): checks if two values are not equal.&lt;/p&gt;

&lt;p&gt;print(x != y) # Output: True&lt;/p&gt;

&lt;p&gt;3.Greater than (&amp;gt;): Checks if the left value is greater than the right value.&lt;/p&gt;

&lt;p&gt;print(x &amp;gt; y) # Output: False&lt;/p&gt;

&lt;p&gt;4.Less than (&amp;lt;): Checks if the left value is less than the right value.&lt;/p&gt;

&lt;p&gt;print(x &amp;lt; y) # Output: True&lt;/p&gt;

&lt;p&gt;5.Greater than or equal to (&amp;gt;=): Checks if the left value is greater than or equal to the right value.&lt;/p&gt;

&lt;p&gt;x = 5&lt;br&gt;
y = 5&lt;br&gt;
print(x &amp;gt;= y) # Output: True&lt;/p&gt;

&lt;p&gt;6.Less than or equal to (&amp;lt;=): Checks if the left value is less than or equal to the right value.&lt;/p&gt;

&lt;p&gt;print(x &amp;lt;= y) # Output: True&lt;/p&gt;

&lt;p&gt;Importance in Programming&lt;/p&gt;

&lt;p&gt;Comparison operators are fundamental for controlling the flow of a program. They are used in if-else statements, loops, and other logical constructs to evaluate conditions and make decisions. &lt;/p&gt;

&lt;p&gt;example:&lt;/p&gt;

&lt;p&gt;if x &amp;lt; y:&lt;br&gt;
print("x is less than y")&lt;br&gt;
else:&lt;br&gt;
print("x is not less than y")&lt;/p&gt;

</description>
      <category>python</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
