Learn ToDay
Learn ToDay
  • 88
  • 1 363 476
Von Neumann Architecture in Tamil
#Vonneumannarchitecture #computerorganization #LearntodayTamil
Von- Neumann Architecture in computer organization in Tamil
Modern computers are based on a stored program concept introduced by John Von-Neumann. In this stored program concept programs and data are stored in a separate storage unit called memories and are treated the same.
0.00 - Von Neumann Architecture
1.40 - Central Processing Unit
2.11 - Control Unit
2.36 - Arithmetic Logical Unit(ALU)
3.34 - Registers
6.24 - Buses
7.37 - Input/Output Device
8.52 - Von Neumann Bottle Neck
Переглядів: 3 135

Відео

ACID Properties of a Transaction in Tamil
Переглядів 4,1 тис.11 місяців тому
#ACIDproperties #databasemanagementsystem #LearnToDay #Transactionindbms ACID Properties of a Transaction in DBMS A Transaction is a single logical unit of work that accesses and possibly modifies the contents of a database. Transaction access data using read and write operations. In order to maintain consistency in a database before and after the transaction certain properties are followed. Th...
What is Transaction in DBMS Tamil
Переглядів 1,9 тис.Рік тому
#TransactionDBMS #DBMSTamil #Databasetransaction What is Database Transaction in tamil And Transaction Concurrency in DBMS Tamil Transaction - It is a set of operations used to perform a logical unit of work. A transaction generally represent change in database. A transaction can include the following basic database access operation. Read/Access data (R) Accessing the database item from disk. W...
TCP/IP PROTOCOL ARCHITECTURE IN TAMIL | COMPUTER NETWORKING
Переглядів 7 тис.Рік тому
#TCP/IPprotocol #computernetwork #TCP/IP #OSImodel TCP/IP PROTOCOL ARCHITECTURE IN TAMIL TCP/ IP stands for transmission control protocol/ Internet protocol and is a suite of communication protocols used to interconnect network device on the internet. 0:00 - TCP/IP PROTOCOL 1:30 - Application Layer 1:49 - Transport Layer 2:32 - Network Layer 3:05 - Data link Layer 3:24 - Physical Layer 3:46 - T...
What is Database Management system in Tamil
Переглядів 4,9 тис.2 роки тому
#whatisdbms #dbmsintamil #database #data #whatisdbmsintamil What is Database Management System in Tamil Data - collection of distinct small unit of information. Database - A database is a collection of connected information about people, locations, or things. Database management system - is a collection of programs that allow you to create manage and operate a database.
ERROR CONTROL IN DATA COMMUNICATION AND NETWORKS IN TAMIL
Переглядів 1,2 тис.2 роки тому
#ERRORCONTROL #NETWORKCOMMUNICATION #NETWORKTAMIL 0:10 - WHAT IS ERROR? Sender Sends the data if the receiver does not have the same data its called error. 1:00 - ERROR CONTROL Digital systems, on the other hand, are very sensitive to errors and may malfunction if the data is corrupted. Therefore, error control mechanisms are built into all digital systems. 2:53 - TYPES OF ERRORS 3:09 - TRANSMI...
Inheritance in C++ Tamil
Переглядів 29 тис.2 роки тому
#inheritance #Singleinheritance #Multilevelinheritance #multipleinheritance #Hierarchicalinheritance #Hybridinheritance Inheritance in C in Tamil Inheritance is basically done by creating new classes,reusing the properties of the existing ones .The mechanism of deriving a new class from an old one is called inheritance. OOPs support the five different types of inheritance as given below : Singl...
Unary Operator Overloading in C++ Tamil
Переглядів 6 тис.2 роки тому
#unaryoperator #operatorOverloading #Programmingc Unary Operator Overloading in C programming in Tamil Unary Operator - Which operates on single operand like increment and decrement ( or ) The unary minus when applied to an object should change the sign of each of its data items. Unary Operator Overloading with sample program in C 0:00 - Unary Operator Overloading in C 2:16 - Sample program of ...
Operator Overloading in C++ programming in tamil
Переглядів 10 тис.2 роки тому
#operatoroverloading #programmingc #operatoroverloadingtamil 0:00 - Operator Overloading in C Programming in Tamil Operator Overloading is a special meanings to an operator is known as Operator Overloading. We can have overload all the C operators except the following 1. Class member access operators 2.Scope resolution operator 3.Size Operator 4.Conditional Operator 4:53 - DEFINING OPERATOR OVE...
Destructor in C++ Programming in Tamil
Переглядів 3,6 тис.2 роки тому
#destructor #programmingc #destructorintamil Destructor in C Programming in Tamil A destructor as the name implies is used to destroy the objects that have been created by a Constructor.Link a Constructor, the destructor is a member function whose name is the same as the class name but proceded by a tilde(~) . 0:00 - Destructor in C programming 2:31 - Sample program of Destructor In this chenna...
Copy Constructor in C++ Programming in Tamil
Переглядів 3,2 тис.2 роки тому
copyconstructor programmingc copyconstructortamil Copy Constructor in C Programming in Tamil A copy Constructor is used to declare and initialize an object from another object. Sample program of Copy Constructor in C programming 0:00 - Copy Constructor in C 4:45 - Sample program Constructor in C programming Video Link : ua-cam.com/video/fOawFkOkqLM/v-deo.html In this chennal only provides compu...
Parameterized constructors in C++ in Tamil
Переглядів 3,3 тис.2 роки тому
#parameterizedconstructor #constructorC Parameterized constructors in C in Tamil Constructor - Special member function whose task is to intialize the objects of its class. The constructors, that can take arguments are called parameterized constructors. constructor in C - ua-cam.com/video/fOawFkOkqLM/v-deo.html 0:00 - Parameterized Constructor 4:48 - Sample program In this chennal only provides ...
Constructor in C++ programming in Tamil
Переглядів 8 тис.2 роки тому
#constructor #c programming #constructortamil Constructor in C programming in Tamil A constructor is a special member function whose task is to intialize the objects of its class. It is special because it's name is the same as the class name . The Constructor is invoked whenever an object of its associated class is created . It is called Constructor because it constructs the values of data memb...
Classes and objects in C++ programming in Tamil
Переглядів 7 тис.2 роки тому
Classes and objects in C programming in Tamil
Java Constants in Tamil
Переглядів 3,9 тис.2 роки тому
Java Constants in Tamil
Memory Management in Operating System in Tamil
Переглядів 32 тис.2 роки тому
Memory Management in Operating System in Tamil
Java Virtual Machine in Tamil | JVM in Java
Переглядів 7 тис.2 роки тому
Java Virtual Machine in Tamil | JVM in Java
Java tokens in Tamil
Переглядів 4,2 тис.2 роки тому
Java tokens in Tamil
What are Relationships? | Types of Relationships | DBMS | Tamil
Переглядів 6 тис.2 роки тому
What are Relationships? | Types of Relationships | DBMS | Tamil
Java program structure | Tamil
Переглядів 4,5 тис.2 роки тому
Java program structure | Tamil
Introduction of Java Programming | Tamil
Переглядів 8162 роки тому
Introduction of Java Programming | Tamil
What is DBMS | Introduction to Database management system | Tamil
Переглядів 1,7 тис.2 роки тому
What is DBMS | Introduction to Database management system | Tamil
Types of Keys in DBMS |Candidate|Primary|Alternate|Super|Foriegn|Composite|Surrogate|Key | Tamil
Переглядів 8 тис.2 роки тому
Types of Keys in DBMS |Candidate|Primary|Alternate|Super|Foriegn|Composite|Surrogate|Key | Tamil
Character Arrays and Strings in C programming in Tamil | Strings in C
Переглядів 4,4 тис.2 роки тому
Character Arrays and Strings in C programming in Tamil | Strings in C
Variable in C programming in Tamil
Переглядів 2,1 тис.2 роки тому
Variable in C programming in Tamil
What is Primary key | DBMS | Types of Keys | Tamil | Primary key vs Candidate key
Переглядів 3,1 тис.2 роки тому
What is Primary key | DBMS | Types of Keys | Tamil | Primary key vs Candidate key
What is Candidate key | DBMS | Types of Keys in DBMS | IN Tamil
Переглядів 3,4 тис.2 роки тому
What is Candidate key | DBMS | Types of Keys in DBMS | IN Tamil
Types of Attributes | E-R Model | DBMS | Attributes | Tamil
Переглядів 1,5 тис.2 роки тому
Types of Attributes | E-R Model | DBMS | Attributes | Tamil
Introduction to E-R Model | Entity-Relationship Model | DBMS | Tamil
Переглядів 3,7 тис.2 роки тому
Introduction to E-R Model | Entity-Relationship Model | DBMS | Tamil
Data independence in DBMS | Logical data independence and Physical data Independence | In Tamil
Переглядів 2,8 тис.2 роки тому
Data independence in DBMS | Logical data independence and Physical data Independence | In Tamil

КОМЕНТАРІ

  • @ganeshg5309
    @ganeshg5309 9 днів тому

    Thank you for your teaching and really I understand mam thank you mam😊😊

  • @sm__sivams9549
    @sm__sivams9549 9 днів тому

    Patachu🚀🔥

  • @AusaltArmugam
    @AusaltArmugam 9 днів тому

    Tomorrow sem today time 2am😂😂

  • @prasadn5289
    @prasadn5289 21 день тому

    In ppt machine spelling

  • @MohammedSufiyaanI
    @MohammedSufiyaanI 22 дні тому

    Exchange is an emotion

  • @MageshSelvaraj-m6h
    @MageshSelvaraj-m6h Місяць тому

    supper mam your teaching is supper

  • @tamilmaranc
    @tamilmaranc Місяць тому

    V good explanation

  • @gouthamraj3691
    @gouthamraj3691 Місяць тому

    Is this enough for database architecture for 12 marks

  • @pharinimidhun173
    @pharinimidhun173 Місяць тому

    Hii mam

  • @goodvibes2738
    @goodvibes2738 Місяць тому

    2024

  • @kannaks9067
    @kannaks9067 Місяць тому

    Suthama puriyala 😢 today mrg sem nan early mrg ukanthu 3:00 am la pathutu eruke 😢

  • @kailash0208
    @kailash0208 Місяць тому

    mam veera marii naanum 2 hoursa ai lam use padiikuran onum puriyala neega supera soniiga thanxx

  • @MuznaMalik-l6r
    @MuznaMalik-l6r Місяць тому

    8:05 interrupt handling

  • @JESUS-GUIDE-ALWAYS
    @JESUS-GUIDE-ALWAYS Місяць тому

    Thank you 🙏 Mam 😌

  • @Shalini1412-y8h
    @Shalini1412-y8h Місяць тому

    Sis one doubt why we are only using i, a, x, y, only shall we use other then this

  • @simplyfishy2431
    @simplyfishy2431 Місяць тому

    Same for java?

  • @bot_paiyan_official
    @bot_paiyan_official Місяць тому

    Nice explanation 🎉

  • @vinothkumardeepak9858
    @vinothkumardeepak9858 2 місяці тому

    😮❤

  • @total_damagee_videosmemes9384
    @total_damagee_videosmemes9384 2 місяці тому

    Intha maari simpleah naraiya video podunga mam thank you❤

  • @total_damagee_videosmemes9384
    @total_damagee_videosmemes9384 2 місяці тому

    Romba Thanks mam ❤

  • @KarthikKarthik-ei3dr
    @KarthikKarthik-ei3dr 2 місяці тому

    Mam super short time with clear explanation

  • @RMobiles-n3e
    @RMobiles-n3e 2 місяці тому

    Akka nega fundamental of information technology eatukka mateggala

  • @AbinayaP-wm2zm
    @AbinayaP-wm2zm 2 місяці тому

    Mam ethuve padichi ezhuthalama mam

  • @RMobiles-n3e
    @RMobiles-n3e 2 місяці тому

    Thank you mam

  • @MonishaS-d8e
    @MonishaS-d8e 2 місяці тому

    Thank you sis💜💜

  • @Hijabi2327
    @Hijabi2327 2 місяці тому

    Tomorrow 3rd sem for me... thankyou so much for the video

  • @NanthuKrish
    @NanthuKrish 2 місяці тому

    Super mam ❤

  • @NanthuKrish
    @NanthuKrish 2 місяці тому

    Thank you mam ❤ your explanation very clearly ❤❤

  • @kissgana
    @kissgana 2 місяці тому

    Eniku morning 10 clk semester exam but seeing vedio 7:32 am

  • @kannaks9067
    @kannaks9067 2 місяці тому

    Variables video podalaya mam 🥹🙂

  • @suruliSuruli-vz8om
    @suruliSuruli-vz8om 2 місяці тому

    Your explanation is very good 💯😊

  • @keerthukrt6193
    @keerthukrt6193 2 місяці тому

    Super sister

  • @spideyboiii9147
    @spideyboiii9147 2 місяці тому

    Super mam ❤

  • @DevaDarshini-c4j
    @DevaDarshini-c4j 2 місяці тому

    😁🔥

  • @Yasmin__jk
    @Yasmin__jk 2 місяці тому

    Thank you for the clear explanation mam🎉.

  • @prathishkumar396
    @prathishkumar396 2 місяці тому

  • @Muthu513
    @Muthu513 2 місяці тому

    Inheritance in C++ is a feature that allows a class (derived class) to inherit properties and behaviors (data members and member functions) from another class (base class). It promotes code reusability and establishes a relationship between the base and derived classes. Syntax: ```cpp class DerivedClass : public BaseClass { // Additional members of the derived class }; ``` There are different types of inheritance: - **Single Inheritance**: One derived class inherits from one base class. - **Multiple Inheritance**: One derived class inherits from more than one base class. - **Multilevel Inheritance**: A derived class inherits from another derived class. - **Hierarchical Inheritance**: Multiple derived classes inherit from a single base class. - **Hybrid Inheritance**: Combination of multiple types of inheritance. In C++, access specifiers (`public`, `protected`, `private`) control the accessibility of inherited members.

  • @navasanas1561
    @navasanas1561 2 місяці тому

    Thank you mam it's so use full for mee

  • @selvarani3760
    @selvarani3760 2 місяці тому

    Supr explain ❤

  • @SowmiyaSowmiya-uv7pc
    @SowmiyaSowmiya-uv7pc 2 місяці тому

    Super

  • @boomikaboomika3981
    @boomikaboomika3981 2 місяці тому

    Mam plz upload category of functions

  • @Anukutty1503
    @Anukutty1503 2 місяці тому

    Thank you Akka ☺️☺️

  • @selvansenthil9279
    @selvansenthil9279 2 місяці тому

    Program epdi make panurathunu puriyala so athu ethavathu thaniya video irukka mam

  • @AyanAyna-ny3bd
    @AyanAyna-ny3bd 2 місяці тому

    ❤🎉

  • @ExcelTechnologyVijay
    @ExcelTechnologyVijay 2 місяці тому

    Very Clean Explained. Thanks lot!!!1

  • @Nethajinethaji-gc4jv
    @Nethajinethaji-gc4jv 3 місяці тому

    Thank you mam ❤

  • @Maheswari-i9k
    @Maheswari-i9k 3 місяці тому

    Example teach pannurathu easy understand ahuthu mam❤

  • @Maheswari-i9k
    @Maheswari-i9k 3 місяці тому

    Thank you mam 😊

  • @NanthuKrish
    @NanthuKrish 3 місяці тому

    Thank you for the best explanation mam👍👍👍

  • @JananiG-v8v
    @JananiG-v8v 3 місяці тому

    I my bookk also same so I don't want pdf mam