A Z Computing
A Z Computing
  • 314
  • 2 811 908
Introduction to Normalization | Why Normalization is Important in DBMS?
Normalization in Database Management Systems is the process of organizing data in a database to reduce redundancy and improve data integrity. In this lecture we explained normalization in database with example.
………………………………………
Keys in DBMS: ua-cam.com/video/zRz7AHkkids/v-deo.html
…………………………………..
0:10 highlights
0:40 definition
1:49 what are anomalies
5:30 insertion anomaly
7:28 deletion anomaly
9:25 update anomaly
……………………………………………………….
*****Playlist Links*****
🎉 Programming Fundamentals: ua-cam.com/play/PLIwjtbLyaFQ6Dh-nBWW4VXcQyPCeE0HyM.html
🎉 Design and Analysis of Algorithm: ua-cam.com/play/PLIwjtbLyaFQ6BUokRcw67NF1U3NdIDXoy.html
🎉 Artificial Intelligence: ua-cam.com/play/PLIwjtbLyaFQ6FlM2QKUt6O2tViHhWB0pH.html
🎉 Discrete Structures: ua-cam.com/play/PLIwjtbLyaFQ6EJ1p9SfCOIS5J5eLZB6yd.html
🎉 Operating Systems: ua-cam.com/play/PLIwjtbLyaFQ6x1e0wDxHISvpCuSZHt_Dj.html
🎉 Computer Networks: ua-cam.com/play/PLIwjtbLyaFQ47IY61KNel6BENjJw_kZZw.html
🎉 Computer Graphics: ua-cam.com/play/PLIwjtbLyaFQ7vXeZwpyrVWmJIvlfSVIYY.html
🎉 Cisco Packet Tracer: ua-cam.com/play/PLIwjtbLyaFQ4luTAbWgs2sLOtCR-J8cBf.html
🎉 Information Security: ua-cam.com/play/PLIwjtbLyaFQ6q4NtpZ3UTLYURR2BSn7IL.html
🎉 DBMS: ua-cam.com/play/PLIwjtbLyaFQ41pzH7IAGqwH72OBfekr7D.html
🎉 Theory of Automata: ua-cam.com/play/PLIwjtbLyaFQ6ps7mghUeG7ve11PSfArYm.html
🎉 Computing Tips & Tricks: ua-cam.com/play/PLIwjtbLyaFQ7ePQ62vIrrfdGbtS3NACcp.html
..................................
#azcomputing #normalization #database
Переглядів: 57

Відео

Optimal Page Replacement Algorithm | Operating System
Переглядів 4921 день тому
The optimal page replacement algorithm is an important and popular page replacement algorithm. In this lecture the basic concept of LRU page replacement algorithm has been discussed with help of example. .......................................................... Playlist Links 🎉 Programming Fundamentals: ua-cam.com/play/PLIwjtbLyaFQ6Dh-nBWW4VXcQyPCeE0HyM.html 🎉 Design and Analysis of Algorithm:...
LRU Page Replacement Algorithm | Operating System
Переглядів 65Місяць тому
The least recently used (LRU) is an important and popular page replacement algorithm. In this lecture the basic concept of LRU page replacement algorithm has been discussed with help of example.
Best First Search (BFS) | Informed Search in Artificial Intelligence with Example
Переглядів 3352 місяці тому
In this video, you will explore the Best First Search (BFS) algorithm in Artificial Intelligence, complete with solved examples. As an example of an informed search technique, the video covers the BFS algorithm, along with its advantages and disadvantages. This topic is crucial for college semester exams and various competitive exams. ........................................................... ...
FIFO Page Replacement Algorithm | Operating System
Переглядів 312 місяці тому
The first in first out (FIFO) is an important and popular page replacement algorithm. In this lecture the basic concept of FIFO page replacement algorithm has been discussed with help of example. The page replacement algorithm in operating system is an important concept that has been discussed in this lecture. #azcomputing #operatingsystem #fifo
Introduction to Page Fault and Page Replacement in Operating System
Переглядів 352 місяці тому
In this lecture the concept of page fault and page replacement has been discussed with help of simple diagram. Although page fault and page replacement are two different concepts but they inter-relate with each other. This video will make you able to understand page fault and page replacement, page fault and page hit, page and page fault in detail. .................................................
What is Segmentation in Operating System | Memory Management
Переглядів 603 місяці тому
In this lecture the concept of segmentation has been explained with help of example. What is segmentation? segmentation is non-contiguous memory management technique. This lecture will also make to able to understand the need of segmentation in operating system. Introduction to segmentation in operation system is very important to understand. ................................................. Ti...
What is Paging in Operating System | Memory Management
Переглядів 1083 місяці тому
In this lecture the concept of paging has been explained with help of example. What is paging? Paging is non-contiguous memory management technique. This lecture will also make to able to understand the need of paging in operating system. Introduction to paging in operation system is very important to understand. .............................................. Time stamps: 0:12 why need contiguo...
Semantic Networks in Artificial Intelligence | Knowledge Representation
Переглядів 2,1 тис.3 місяці тому
In this lecture the basics of semantic network in artificial intelligence has been covered. Semantic network for knowledge representation is an important technique that used in artificial intelligence. A semantic network, or frame network is a knowledge base that represents semantic relations between concepts in a network. Playlist Links 🎉 Programming Fundamentals: ua-cam.com/play/PLIwjtbLyaFQ6...
Internal and External Fragmentation with Example | Contiguous memory Allocation
Переглядів 704 місяці тому
In this tutorial the concept of internal and external fragmentation in operating system has been explained with help of simple example. It is very important to handle the issue of internal and external fragmentation in contiguous memory allocation. The difference between internal and external fragmentation can easily be understand with help of example that is explained in this lecture. This lec...
Predicate Logic | First Order Logic | Artificial Intelligence
Переглядів 2884 місяці тому
In this lecture the concept of first order logic in knowledge representation and reasoning has been explained. ........................................... Propositional logic Lecture Link: ua-cam.com/video/r3zDm8zgMH8/v-deo.html ............................................ Predicate logic is also known as first order logic. The concept of predicate logic in artificial intelligence plays an impo...
Variable Partitioning | First Fit, Best Fit, Worst Fit Memory Allocation | Memory Management
Переглядів 684 місяці тому
Contiguous memory allocation can be performed in two ways, one is fixed size partitioning and other is dynamic or variable size partitioning. ………………………………………………. Contiguous memory allocation lecture link: ua-cam.com/video/SiI3uvG_qjQ/v-deo.html …………………………………………………. The algorithm used for variable size partitioning in contiguous memory allocation are known as first fit, best fit and worst fit. T...
Knowledge Representation in Artificial Intelligence | Propositional Logic | Solved Example
Переглядів 3695 місяців тому
In this video tutorial we will learn about knowledge representation in artificial intelligence. The knowledge representation in artificial intelligence is an important concept in the field of artificial intelligence. It is also known as knowledge representation and reasoning. In this video the concept of knowledge representation in artificial intelligence in hindi and concept of knowledge repre...
Fixed Partitioning | First Fit, Best Fit, Worst Fit Memory Allocation | Memory Management
Переглядів 605 місяців тому
Contiguous memory allocation can be performed in two ways, one is fixed size partitioning and other is dynamic or variable size partitioning. ………………………………………………. Contiguous memory allocation lecture link: ua-cam.com/video/SiI3uvG_qjQ/v-deo.html …………………………………………………. The algorithm used for fixed size partitioning in contiguous memory allocation are known as first fit, best fit and worst fit. The ...
Contiguous Memory Allocation | Fixed Size Partitioning | Variable Size Partitioning
Переглядів 735 місяців тому
Contiguous memory allocation is an important task in operating system. In contiguous memory allocation two main approaches are used for the allocation of memory. One is known as fixed size partitioning and other is known as variable size partitioning. In contiguous memory allocation, a sole contiguous segment of memory is assigned to execute the process. This video will guide you to learn about...
Deadlock Avoidance Banker's Algorithm | Deadlock Avoidance in Operating System
Переглядів 565 місяців тому
Deadlock Avoidance Banker's Algorithm | Deadlock Avoidance in Operating System
A* Search Algorithm in Artificial Intelligence | Informed Search in AI | with Simple Example
Переглядів 2446 місяців тому
A* Search Algorithm in Artificial Intelligence | Informed Search in AI | with Simple Example
Deadlock in Operating System | Necessary Condition for Deadlock
Переглядів 856 місяців тому
Deadlock in Operating System | Necessary Condition for Deadlock
Minimax Algorithm in Artificial Intelligence: Game Playing with Example
Переглядів 2896 місяців тому
Minimax Algorithm in Artificial Intelligence: Game Playing with Example
What is Deadlock in Operating System? | Introduction of Deadlock in Operating System
Переглядів 626 місяців тому
What is Deadlock in Operating System? | Introduction of Deadlock in Operating System
What is Supernetting? | How to Create Supernet | Solved Example
Переглядів 5306 місяців тому
What is Supernetting? | How to Create Supernet | Solved Example
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
Переглядів 1707 місяців тому
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
Переглядів 2167 місяців тому
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
Переглядів 9777 місяців тому
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
Переглядів 2517 місяців тому
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
Переглядів 1,6 тис.7 місяців тому
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
Postorder Tree Traversal || Solved Examples
Переглядів 2257 місяців тому
Postorder Tree Traversal || Solved Examples
Inorder Tree Traversal || Solved Examples
Переглядів 2347 місяців тому
Inorder Tree Traversal || Solved Examples
Preorder Tree Traversal || Solved Examples
Переглядів 4877 місяців тому
Preorder Tree Traversal || Solved Examples
Cyclic Redundancy Check (CRC) for Error Detection with Example
Переглядів 1818 місяців тому
Cyclic Redundancy Check (CRC) for Error Detection with Example

КОМЕНТАРІ

  • @viralshorty
    @viralshorty 2 години тому

    ❤❤❤❤

  • @ishaanunique2734
    @ishaanunique2734 5 годин тому

    Shandaar video ❤

  • @Mohsinali-y8c
    @Mohsinali-y8c 17 годин тому

    very help full sir ji 😍

  • @_ASWJ_
    @_ASWJ_ День тому

    🔥🔥🔥

  • @AliAsghar-c4u
    @AliAsghar-c4u 2 дні тому

    Thanks

  • @MR.SMARTY-
    @MR.SMARTY- 3 дні тому

    padhte padhte border ke us paar chala gaya 😂😂

  • @AleeshaBSIT
    @AleeshaBSIT 5 днів тому

    Assalam-o-Alaikum sir please DES or AES pae bi video bana dn kahin sae smj nhy a rhy😢

  • @AleeshaBSIT
    @AleeshaBSIT 5 днів тому

    English alphabet ki values zero sae ni Shuru honi sir

  • @AleeshaBSIT
    @AleeshaBSIT 5 днів тому

    Thanks sir g

  • @vishalgavali476
    @vishalgavali476 5 днів тому

    very helpful

  • @vishalgavali476
    @vishalgavali476 5 днів тому

    nicee

  • @vishalgavali476
    @vishalgavali476 5 днів тому

    Niceee

  • @downhillloser8500
    @downhillloser8500 6 днів тому

    Gud explain ❤️❤️

  • @SidraBibi-ho7ri
    @SidraBibi-ho7ri 6 днів тому

    Thank you sir 😊

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

    Avdi maat bhasha punjabi bollan vich sang na manno

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

    JazakaAllah Sir ❤

  • @JAYESHJADHAV-r5e
    @JAYESHJADHAV-r5e 9 днів тому

    Keep uploading bro !!!! your teaching style is really good

  • @popon9428
    @popon9428 13 днів тому

    Tysm

  • @bilalch3982
    @bilalch3982 14 днів тому

    Sir jaha pr ap ny second example mai ab+ banaya Kleen plus wala to us mai sir condition thi ka start with a and contain at least one b to sir is mai aab,aabb is trha ka nhi ah skta?? Ku ka ye start to a sy hu rha aur b bi ah rhy??

  • @FaizanMughal-rv6th
    @FaizanMughal-rv6th 15 днів тому

    Bhai web bn bt

  • @guroff8229
    @guroff8229 16 днів тому

    ❤❤

  • @mujeebwaxir422
    @mujeebwaxir422 17 днів тому

    Aren't indirect proof and contradiction proof same?

  • @mudassirahmad7343
    @mudassirahmad7343 17 днів тому

    Luv u boss

  • @sa_islamicstatus
    @sa_islamicstatus 17 днів тому

    Sir you are great 😃👍🏻❤May Allah bless you with everything you want 😊

  • @sa_islamicstatus
    @sa_islamicstatus 17 днів тому

    Excellent explanation 👏sir thanks alot

  • @shehrishehri4792
    @shehrishehri4792 17 днів тому

    ❤❤❤❤❤

  • @SANYAMJAIN-c1n
    @SANYAMJAIN-c1n 17 днів тому

    400-500 views increase

  • @SANYAMJAIN-c1n
    @SANYAMJAIN-c1n 18 днів тому

    SHUKRIA❤ SIR, jis kadar aap samjhaate hain concepts aaram se aur har ek cheez ko baariki se, aisa kuch ni hota jo samajh ni aata

  • @bareerazahid5413
    @bareerazahid5413 18 днів тому

    Thank you

  • @MuhammadAkmalAkmal-v7h
    @MuhammadAkmalAkmal-v7h 18 днів тому

    Are you sir Afzaal subhani

  • @MuhammadAkmalAkmal-v7h
    @MuhammadAkmalAkmal-v7h 18 днів тому

    thanks sir

  • @codewithkhurram313
    @codewithkhurram313 18 днів тому

    Sir I think there is a mistake: 18:06 (a+b)+ cannot generate string ab and aab it can only generate one or more occurences of a or b. I think correct answer is (a+b)*(a+b)(a+b)*. Similary a(a+b)*a is incorrect because in statement the word "or" is used which means either the string should start at a or end at a or can be both: so the answer would be a(a+b)* + (a+b)*a

  • @jameelahmad4105
    @jameelahmad4105 18 днів тому

    Algorithms of trees

  • @ITXGuLL-gm6tw
    @ITXGuLL-gm6tw 18 днів тому

    Assalam o alaikum sir!!! Your Teaching method is Great Ma Sha Allah ♥️ jazakillah hu khaira

  • @PalakGupta-sj9lt
    @PalakGupta-sj9lt 19 днів тому

    greatest ever

  • @sanketchaudhari524
    @sanketchaudhari524 19 днів тому

    Legend watching before one day of exam☝️ legend is chutiya

  • @ahmadchaudry14
    @ahmadchaudry14 20 днів тому

    ❤,,Nice Information ,, GOD BLESS YOU ,,

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

    UA-cam channel - OFFERING SEO Services Please feel free to tell your opinion. I look forward to collaborate with you. Let's together work on how to increase the reach of your content.

  • @24crackedCom
    @24crackedCom 21 день тому

    buth ezzy sa phara ha app na thanks you so much

  • @UsamaAbbasi-kx2vd
    @UsamaAbbasi-kx2vd 21 день тому

    Medical waly student ki zaban mhn ni btaya sir🤔

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

    sir ap video lectures ky liay kin tools ka use krty hain?

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

    3 hours left for my exam

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

    Watching at exam centre 😂

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

    Best

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

    Thanku sir ☺️

  • @AbdurRahman-r8f6s
    @AbdurRahman-r8f6s 23 дні тому

    Sir please send me discreate structure book by link are any other sources

  • @shehrishehri4792
    @shehrishehri4792 25 днів тому

    Nice sir g❤❤❤❤❤

  • @PoetAmjidabbas
    @PoetAmjidabbas 28 днів тому

    ❤❤❤❤ ❤❤❤❤❤❤ ❤❤❤❤❤❤❤❤ ❤❤❤❤❤❤❤❤❤❤

  • @MuhammadShahbaz-d1o
    @MuhammadShahbaz-d1o Місяць тому

    ❤❤

  • @ZainabNoor-v5m
    @ZainabNoor-v5m Місяць тому

    You are life saver sir