A Z Computing
A Z Computing
  • Видео 315
  • Просмотров 2 832 404
What is Thrashing | Operating System
Thrashing in operating system occurs when a computer's virtual memory resources are overused. In this lecture the concept of thrashing has been explained with help of simple example.
……………………………………………………….
*****Playlist Links*****
🎉 Programming Fundamentals: ruclips.net/p/PLIwjtbLyaFQ6Dh-nBWW4VXcQyPCeE0HyM
🎉 Design and Analysis of Algorithm: ruclips.net/p/PLIwjtbLyaFQ6BUokRcw67NF1U3NdIDXoy
🎉 Artificial Intelligence: ruclips.net/p/PLIwjtbLyaFQ6FlM2QKUt6O2tViHhWB0pH
🎉 Discrete Structures: ruclips.net/p/PLIwjtbLyaFQ6EJ1p9SfCOIS5J5eLZB6yd
🎉 Operating Systems: ruclips.net/p/PLIwjtbLyaFQ6x1e0wDxHISvpCuSZHt_Dj
🎉 Computer Networks: ruclips.net/p/PLIwjtbLyaFQ47IY61KNel6BENjJw_kZZw
🎉 Computer Graphic...
Просмотров: 17

Видео

Introduction to Normalization | Why Normalization is Important in DBMS?
Просмотров 6121 день назад
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: ruclips.net/video/zRz7AHkkids/видео.html ………………………………….. 0:10 highlights 0:40 definition 1:49 what are anomalies 5:30 insertion anomaly 7:28 deletion anomal...
Optimal Page Replacement Algorithm | Operating System
Просмотров 50Месяц назад
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: ruclips.net/p/PLIwjtbLyaFQ6Dh-nBWW4VXcQyPCeE0HyM 🎉 Design and Analysis of Algorithm: ruclip...
LRU Page Replacement Algorithm | Operating System
Просмотров 652 месяца назад
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
Просмотров 3392 месяца назад
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
Просмотров 723 месяца назад
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
Просмотров 1093 месяца назад
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,2 тыс.4 месяца назад
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: ruclips.net/p/PLIwjtbLyaFQ6Dh...
Internal and External Fragmentation with Example | Contiguous memory Allocation
Просмотров 734 месяца назад
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
Просмотров 3004 месяца назад
In this lecture the concept of first order logic in knowledge representation and reasoning has been explained. ........................................... Propositional logic Lecture Link: ruclips.net/video/r3zDm8zgMH8/видео.html ............................................ Predicate logic is also known as first order logic. The concept of predicate logic in artificial intelligence plays an imp...
Variable Partitioning | First Fit, Best Fit, Worst Fit Memory Allocation | Memory Management
Просмотров 745 месяцев назад
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: ruclips.net/video/SiI3uvG_qjQ/видео.html …………………………………………………. The algorithm used for variable size partitioning in contiguous memory allocation are known as first fit, best fit and worst fit. ...
Knowledge Representation in Artificial Intelligence | Propositional Logic | Solved Example
Просмотров 3905 месяцев назад
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
Просмотров 645 месяцев назад
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: ruclips.net/video/SiI3uvG_qjQ/видео.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
Просмотров 765 месяцев назад
Contiguous Memory Allocation | Fixed Size Partitioning | Variable Size Partitioning
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
Просмотров 2456 месяцев назад
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
Просмотров 2906 месяцев назад
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
Просмотров 5457 месяцев назад
What is Supernetting? | How to Create Supernet | Solved Example
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
Просмотров 1737 месяцев назад
Distance Vector Routing Algorithm with Example | Part-2 | Computer Networks
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
Просмотров 2227 месяцев назад
Distance Vector Routing Algorithm with Example | Part-1 | Computer Networks
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
Просмотров 1,1 тыс.7 месяцев назад
What is Subnetting? || Variable Length Subnet Mask (VLSM) with Example
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
Просмотров 2527 месяцев назад
Simplest Binary Tree Traversal Trick for PreOrder InOrder PostOrder | Solved Example
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
Просмотров 1,7 тыс.7 месяцев назад
What is Subnetting? || Fixed Length Subnet Mask (FLSM) with Example
Postorder Tree Traversal || Solved Examples
Просмотров 2307 месяцев назад
Postorder Tree Traversal || Solved Examples
Inorder Tree Traversal || Solved Examples
Просмотров 2357 месяцев назад
Inorder Tree Traversal || Solved Examples
Preorder Tree Traversal || Solved Examples
Просмотров 4938 месяцев назад
Preorder Tree Traversal || Solved Examples

Комментарии

  • @armansayed290
    @armansayed290 День назад

    Thank you so much ❤

  • @kshitijawasthi8282
    @kshitijawasthi8282 2 дня назад

    Bca hands up

  • @techbawa9228
    @techbawa9228 2 дня назад

    sir ek video in arden's theorem

  • @FunnyEntery
    @FunnyEntery 3 дня назад

    😘😘😘😘😘😘😘😘😘😘 SIR ATNA ASHA TARika please sir eak kiss daaa... 💓💓💓💓💓💓💓💓💓💓💓🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀

  • @SmilingChefHat-wh9su
    @SmilingChefHat-wh9su 3 дня назад

    Difference between pumping lemma for CFLs & pumping lemma for regular language?? Is these are different from one another? Answer me plz...

  • @AlisonParker-vh9js
    @AlisonParker-vh9js 3 дня назад

    ❤❤❤❤❤ love you sir g

  • @AlisonParker-vh9js
    @AlisonParker-vh9js 3 дня назад

    Love you 😘😘😘😘 sir g Nazar na lgy

  • @priyashukla2520
    @priyashukla2520 4 дня назад

    Thank you sir you clear my all doubt 🎉😊😊😂😂😂

  • @asadmehmood3835
    @asadmehmood3835 4 дня назад

    Ma Sha ALLAH every good method to teach

  • @asadmehmood3835
    @asadmehmood3835 4 дня назад

    AOA

  • @MubarakSayeed-j7x
    @MubarakSayeed-j7x 4 дня назад

    Subhan Allah Alhamdulillah Allah hu akbar Ma Sha Allah Sallalahu ala Mohammmad Sallalahu alaihi Wa Sallam Allah

  • @Abubakar-gc3gi
    @Abubakar-gc3gi 5 дней назад

    Sir apny RE sy tu FA bna diyaa lekn FA sy RE nhi banwaya kindly oska b btaa den

  • @viralshorty
    @viralshorty 6 дней назад

    ❤❤❤❤

  • @ishaanunique2734
    @ishaanunique2734 6 дней назад

    Shandaar video ❤

  • @Mohsinali-y8c
    @Mohsinali-y8c 7 дней назад

    very help full sir ji 😍

  • @_ASWJ_
    @_ASWJ_ 7 дней назад

    🔥🔥🔥

  • @AliAsghar-c4u
    @AliAsghar-c4u 9 дней назад

    Thanks

  • @MR.SMARTY-
    @MR.SMARTY- 9 дней назад

    padhte padhte border ke us paar chala gaya 😂😂

  • @AleeshaBSIT
    @AleeshaBSIT 11 дней назад

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

  • @AleeshaBSIT
    @AleeshaBSIT 11 дней назад

    English alphabet ki values zero sae ni Shuru honi sir

  • @AleeshaBSIT
    @AleeshaBSIT 11 дней назад

    Thanks sir g

  • @vishalgavali476
    @vishalgavali476 11 дней назад

    very helpful

  • @vishalgavali476
    @vishalgavali476 11 дней назад

    nicee

  • @vishalgavali476
    @vishalgavali476 11 дней назад

    Niceee

  • @downhillloser8500
    @downhillloser8500 12 дней назад

    Gud explain ❤️❤️

  • @SidraBibi-ho7ri
    @SidraBibi-ho7ri 12 дней назад

    Thank you sir 😊

  • @ayushgoyal8069
    @ayushgoyal8069 15 дней назад

    Avdi maat bhasha punjabi bollan vich sang na manno

  • @mudassarwaqar2874
    @mudassarwaqar2874 16 дней назад

    JazakaAllah Sir ❤

  • @JAYESHJADHAV-r5e
    @JAYESHJADHAV-r5e 16 дней назад

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

  • @popon9428
    @popon9428 20 дней назад

    Tysm

  • @bilalch3982
    @bilalch3982 20 дней назад

    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 22 дня назад

    Bhai web bn bt

  • @guroff8229
    @guroff8229 23 дня назад

    ❤❤

  • @mujeebwaxir422
    @mujeebwaxir422 23 дня назад

    Aren't indirect proof and contradiction proof same?

  • @mudassirahmad7343
    @mudassirahmad7343 24 дня назад

    Luv u boss

  • @sa_islamicstatus
    @sa_islamicstatus 24 дня назад

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

  • @sa_islamicstatus
    @sa_islamicstatus 24 дня назад

    Excellent explanation 👏sir thanks alot

  • @shehrishehri4792
    @shehrishehri4792 24 дня назад

    ❤❤❤❤❤

  • @SANYAMJAIN-c1n
    @SANYAMJAIN-c1n 24 дня назад

    400-500 views increase

  • @SANYAMJAIN-c1n
    @SANYAMJAIN-c1n 24 дня назад

    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 25 дней назад

    Thank you

  • @MuhammadAkmalAkmal-v7h
    @MuhammadAkmalAkmal-v7h 25 дней назад

    Are you sir Afzaal subhani

  • @MuhammadAkmalAkmal-v7h
    @MuhammadAkmalAkmal-v7h 25 дней назад

    thanks sir

  • @codewithkhurram313
    @codewithkhurram313 25 дней назад

    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 25 дней назад

    Algorithms of trees

  • @ITXGuLL-gm6tw
    @ITXGuLL-gm6tw 25 дней назад

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

  • @PalakGupta-sj9lt
    @PalakGupta-sj9lt 26 дней назад

    greatest ever

  • @sanketchaudhari524
    @sanketchaudhari524 26 дней назад

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

  • @ahmadchaudry14
    @ahmadchaudry14 27 дней назад

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

  • @24crackedCom
    @24crackedCom 27 дней назад

    buth ezzy sa phara ha app na thanks you so much