- Видео 315
- Просмотров 2 832 404
A Z Computing
Пакистан
Добавлен 24 мар 2020
Hello viewers,
Its pleasure for me that you visit my channel #AZ computing.
My purpose of having this channel "A Z Computing" is to create and share videos on topics or subjects that deals with computers as well as some other general informative topics. I would like to share my skills with the rest of the world. Feel free to comment or ask for doubts or you may also suggest me to do videos on some specific topics related to computers. kindly subscribe my channel AZ Computing so that you get immediate notification when I post new videos.
Its pleasure for me that you visit my channel #AZ computing.
My purpose of having this channel "A Z Computing" is to create and share videos on topics or subjects that deals with computers as well as some other general informative topics. I would like to share my skills with the rest of the world. Feel free to comment or ask for doubts or you may also suggest me to do videos on some specific topics related to computers. kindly subscribe my channel AZ Computing so that you get immediate notification when I post new videos.
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...
……………………………………………………….
*****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
Thank you so much ❤
Bca hands up
sir ek video in arden's theorem
😘😘😘😘😘😘😘😘😘😘 SIR ATNA ASHA TARika please sir eak kiss daaa... 💓💓💓💓💓💓💓💓💓💓💓🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀🙀
Difference between pumping lemma for CFLs & pumping lemma for regular language?? Is these are different from one another? Answer me plz...
❤❤❤❤❤ love you sir g
Love you 😘😘😘😘 sir g Nazar na lgy
Thank you sir you clear my all doubt 🎉😊😊😂😂😂
Ma Sha ALLAH every good method to teach
AOA
Subhan Allah Alhamdulillah Allah hu akbar Ma Sha Allah Sallalahu ala Mohammmad Sallalahu alaihi Wa Sallam Allah
Sir apny RE sy tu FA bna diyaa lekn FA sy RE nhi banwaya kindly oska b btaa den
❤❤❤❤
Shandaar video ❤
very help full sir ji 😍
🔥🔥🔥
Thanks
padhte padhte border ke us paar chala gaya 😂😂
Assalam-o-Alaikum sir please DES or AES pae bi video bana dn kahin sae smj nhy a rhy😢
English alphabet ki values zero sae ni Shuru honi sir
Thanks sir g
very helpful
nicee
Niceee
Gud explain ❤️❤️
Thank you sir 😊
Avdi maat bhasha punjabi bollan vich sang na manno
JazakaAllah Sir ❤
Keep uploading bro !!!! your teaching style is really good
Tysm
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??
Bhai web bn bt
❤❤
Aren't indirect proof and contradiction proof same?
Luv u boss
Sir you are great 😃👍🏻❤May Allah bless you with everything you want 😊
Thanks
Excellent explanation 👏sir thanks alot
Thanks
@@azcomputing 😊
❤❤❤❤❤
400-500 views increase
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
Thanks
Thank you
welcome
Are you sir Afzaal subhani
thanks sir
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
Algorithms of trees
Assalam o alaikum sir!!! Your Teaching method is Great Ma Sha Allah ♥️ jazakillah hu khaira
greatest ever
Legend watching before one day of exam☝️ legend is chutiya
❤,,Nice Information ,, GOD BLESS YOU ,,
buth ezzy sa phara ha app na thanks you so much