- Видео 39
- Просмотров 1 312 341
making IT simple
Индия
Добавлен 1 янв 2020
Hello Guys, my name is Prasad. Welcome to my channel.
At "making IT simple" i tend to provide the simple explanation with some real life examples. The concepts which are difficult to understand by reading in books, you will find these concepts very easy to understand using the animation on this channel.
I will provide you all with videos on various IT concept and various tutorials and installations which really will be helpful for you all.
If you find the content helpful support my channel by subscribing it and sharing the videos with your friends.
Regards : )
At "making IT simple" i tend to provide the simple explanation with some real life examples. The concepts which are difficult to understand by reading in books, you will find these concepts very easy to understand using the animation on this channel.
I will provide you all with videos on various IT concept and various tutorials and installations which really will be helpful for you all.
If you find the content helpful support my channel by subscribing it and sharing the videos with your friends.
Regards : )
Shortest Remaining Time First | CPU Scheduling Algorithm | Operating System
Hello and welcome you all to this new video on my channel making IT simple. Our today’s algorithm is shortest remaining time first. We can call as pre-emptive version of SJF. Watch the complete video understand SRTF in deep.
Regards
Video Chapters:
Introduction- 00:00
Pre-emptive vs. Non-pre-emptive- 01:29
Example/Problem- 03:14
Advantages/disadvantage- 07:11
Outro- 08:10
CPU Scheduling Playlist: ruclips.net/p/PLRJP-g0nSX0e4tbHZNGEg2N7P6mk0_tE3&si=2Wnp5EdETk_L8BPZ
If you are new to the channel or returning after long time definitely check out my other videos and playlists too.
Follow these below links.
If you want to watch videos on operating system concepts use the links below:
Deadlock - Operating ...
Regards
Video Chapters:
Introduction- 00:00
Pre-emptive vs. Non-pre-emptive- 01:29
Example/Problem- 03:14
Advantages/disadvantage- 07:11
Outro- 08:10
CPU Scheduling Playlist: ruclips.net/p/PLRJP-g0nSX0e4tbHZNGEg2N7P6mk0_tE3&si=2Wnp5EdETk_L8BPZ
If you are new to the channel or returning after long time definitely check out my other videos and playlists too.
Follow these below links.
If you want to watch videos on operating system concepts use the links below:
Deadlock - Operating ...
Просмотров: 946
Видео
Shortest Job First | Scheduling Algorithm | Operating System
Просмотров 8268 месяцев назад
Hello and welcome you all to this new video. So SJF or Shortest Job First is also a CPU scheduling algorithm. As the name suggests it prioritizes scheduling based on the burst time. So the process that needs less execution time will be scheduled first. It significantly reduces the average waiting time problem that we face in first come first serve scheduling algorithm. It is a solution on convo...
First Come First Serve (FCFS) | CPU Scheduling Algorithm
Просмотров 1,6 тыс.8 месяцев назад
Hello and welcome you all to this new video on my channel making it simple. So there are many scheduling algorithms, each work on different scheduling principle, basically that means which process will get executed by CPU and in which order. FCFS, our today’s algorithm schedules the process based on their arrival time. Similar to ticket counter, whoever will come first will be sent for the CPU ...
CPU Scheduling Concepts | Operating System
Просмотров 1,1 тыс.Год назад
Hello everyone, we have discussed many cpu scheduling concepts. Like arrival time, burst time, completion time, turn around time, waiting time and response time. Watch complete video to understand the concepts completely. Video Chapters: Introduction- 00:00 Arrival Time- 00:30 Burst Time- 1:41 Completion Time- 03:05 Turnaround Time- 04:30 Waiting Time- 05:35 Response Time- 06:41 CPU Scheduling ...
CPU Scheduling | Basics | Operating System
Просмотров 1,9 тыс.Год назад
Hello, In this video we have studied the fundamental concept of cpu scheduling. CPU scheduling is a process that allows one process to use the CPU while another process is delayed for unavailability of resources or IO operations. Watch the complete video to get a clear idea about the concept If you are new to the channel or returning after long time definitely check out my other videos and play...
Boyce Codd Normal Form | BCNF | Normalization | DBMS
Просмотров 13 тыс.Год назад
Hello Guys, the next phase in normalization process after 1st, 2nd and 3rd normal form is Boyce Codd normal form or BCNF. I have revised all previous normal forms and also BCNF and its conditions in this video. Watch complete video for better understanding. Chapters- Introduction- 00:00 Definition- 00:56 Condition 1- 01:42 Checking 1NF- 02:35 Checking 2NF- 02:55 Checking 3NF- 04:22 Condition 2-...
Third Normal Form | Normalization | DBMS
Просмотров 10 тыс.Год назад
Hello, in this video we will be simplifying the concept of third phase in normalization that is Third Normal Form. So what have we not done already in first normal form and second normal form that we will do in third normal form? Watch the complete video to understand. In first normal form we got rid of composite and multivalued attributes. In second normal form we got rid of partial dependency...
Second Normal Form (2NF) | Normalization | DBMS
Просмотров 13 тыс.Год назад
Hello guys, in this video we will understand the concept of second normal form. It is the next phase in normalization process after first normal form. There are basically two conditions for table to be in second normal form. First condition is it must be in first normal form and second condition is it must not contain any partial dependency. Chapters: Introduction- 00:00 Conditions for 2NF- 00:...
Types of Functional Dependencies | Functional Dependency | DBMS
Просмотров 48 тыс.Год назад
Hello Guys, So when we learn about keys in database or normalization or various normal forms, we come across the functional dependencies. There are many types of functional dependencies which we will study in this video. Chapters: Intro 00:00 Trivial Functional Dependency 00:57 Non Trivial Functional Dependency 02:04 Multi Valued Functional Dependency 03:23 Transitive Functional Dependency 05:1...
Partial Dependency in DBMS
Просмотров 37 тыс.2 года назад
00:00 Introduction 00:39 Concept Explaination Hello Guys, So when we learn about keys in database or normalization or various normal forms, we come across the term partial dependency. What exactly is partial dependency? If you have not watched my previous videos on Database and DBMS concept click playlist link below: Functional Dependency in DBMS: ruclips.net/video/fZ41WtisQgo/видео.html Normal...
Functional Dependency in DBMS
Просмотров 75 тыс.2 года назад
Hello Guys, So when we learn about keys in database or normalization or various normal forms, we come across the term functional dependency. What exactly is functional dependency? So the definition of functional dependency states that, A functional dependency is a constraint that specifies the relationship of one attribute to another attribute in a relation or a table. If you have not watched m...
First Normal Form | Normalization | DBMS
Просмотров 12 тыс.2 года назад
Hello Guys! We know that a database table can have n number of records present. If this data is not well organized or if it contains redundant data. Data manipulation like insertion, updation or deletion on such tables can cause various anomalies or problems. Solution on these anomalies is the process called normalization. This normalization process is used to remove or minimize the redundancy ...
Alternate Key | Composite Key | DBMS
Просмотров 8 тыс.2 года назад
Alternate key is a key that has not been selected to be the primary key, but is a candidate key. combination of two or more attributes used to uniquely identify records in a relation or table is called as composite key. Watch the complete video to understand the concept completely. Keys in DBMS | Playlist: ruclips.net/p/PLRJP-g0nSX0ccJaxUlrtHfsYCRyvlutc3 If you have not watched my previous vide...
Foreign Key | Referential Integrity | Set Null | Cascade | No Action
Просмотров 4,5 тыс.2 года назад
An attribute or set of attributes in a relational database table, that provides a link between two tables is called a foreign key. consistency and accuracy of data within a referenced data is said to be referential integrity and this is maintained by using a foreign key. Watch the complete video to understand the concept completely. Video Chapters: Introduction: 00:00 Definition & Properties: 0...
Candidate Key in DBMS | How to find it?
Просмотров 4,2 тыс.2 года назад
Candidate Key in DBMS | How to find it?
Keys in DBMS | Primary Key | How to find it?
Просмотров 2,7 тыс.3 года назад
Keys in DBMS | Primary Key | How to find it?
Normalization in DBMS | Insertion, Updation & Deletion Anomalies
Просмотров 30 тыс.3 года назад
Normalization in DBMS | Insertion, Updation & Deletion Anomalies
Deadlock Avoidance | Banker's Algorithm (Example) | Part 2
Просмотров 6 тыс.3 года назад
Deadlock Avoidance | Banker's Algorithm (Example) | Part 2
Deadlock Avoidance | Banker's Algorithm (Example) | Part 1
Просмотров 12 тыс.3 года назад
Deadlock Avoidance | Banker's Algorithm (Example) | Part 1
Deadlock Prevention | Deadlock Handling Methods
Просмотров 14 тыс.3 года назад
Deadlock Prevention | Deadlock Handling Methods
Deadlock Handling Methods | Operating System
Просмотров 26 тыс.4 года назад
Deadlock Handling Methods | Operating System
Process States | Process State Transition Diagram
Просмотров 27 тыс.4 года назад
Process States | Process State Transition Diagram
Simple Structure | Operating System Structures
Просмотров 22 тыс.4 года назад
Simple Structure | Operating System Structures
Deadlock in Operating System | Introduction
Просмотров 53 тыс.4 года назад
Deadlock in Operating System | Introduction
Clustered System in OS | Type of OS
Просмотров 26 тыс.4 года назад
Clustered System in OS | Type of OS
Distributed Operating System | Goals | Features
Просмотров 101 тыс.4 года назад
Distributed Operating System | Goals | Features
Process Control Block (PCB) | Process Attributes
Просмотров 23 тыс.4 года назад
Process Control Block (PCB) | Process Attributes
Data Independence | (Physical & Logical) | Easy Explanation Using Animation
Просмотров 21 тыс.4 года назад
Data Independence | (Physical & Logical) | Easy Explanation Using Animation
What is Process in OS? | Structure of Process | Easy Explanation using Animation
Просмотров 25 тыс.4 года назад
What is Process in OS? | Structure of Process | Easy Explanation using Animation
Thank you so much ❤❤❤
Thank you so much..❤
such a great explanation.. i loved it
Thank you 👍
Best channel never✨
خیلی خوب توضیح میدید و ازمثال های عالی استفاده می کنی ممنون❣
4:18... Where is the transparency, then?
Os with Stephen hawkins
Irritating sounds
Worth explanation 🎉 thanks a lot
wow this is amazing teaching method
Such an underrated channel
narration fail.
u'r explaining one topic at a time in a video , which is great , but can you make a video showing all the topics (and their sub-topics) within the operating system topic , so that we can have an idea of how is everything connected( and put that video as the very first video of this operating system playlist).
plz make a whole series of videos on operating system , and also include a few questions and numerical type problems , (for those who are seeing it for their semester exams). brilliant explanation. suggeston: if you want i can translate these for you in hindi .
Sir Urdu ma koi NAHI bani ho ha
Thank you❤
But what will happen if in the asymmetric architecture the main CPU will get crash or faces some other problems ?
Thank you for getting this wonderful concept ☺️
Shoutout to BSME 1B, damo pa kamo da nagaluyagay? hahahahahha
Thank you sir i wish i knew you before❤❤
i wonder why binus isnt refer this video in their lms courses
So good 🙏🏻
Thank you very much
Thank you! it helped me
dostum intronun kesini kissan mi ya
Thank you Brother ❤
How is the table shown at 1:40 in 2NF? The table includes mobile number which is a multivalue attribute which violates FNF, no?
mobile number is not a multivalue attribute intrinsically, all depends in what you want to model, if your usecase/business dictates "We want to store only the current phone number" then you should have only 1 column for telephone.
wrong
Excellent explanation. You made it very simple and easy to understand. Thank you sir. Keep going. Keep doing.
this is a goldmine... can we get a simplification of NF rules too?
I sat through 6 hours in my OS class going over concurrency. I was lost with so many topics. This cleared a lot up thank you !
Full waste of time He just wasted my 1 hour😭😭
definitely good videos! Keep it up Indian guy
1 question , How partial dependency affects table ?? suppose roll no ---->course allocated to the student, roll no is prime attribute, "course allocated to a student" is non prime attribute , what is the problem in this ?? this is normal for a primary key to determining anything in the table
thank you
Thanks alot
Should've watched this 6 min vdo rather than attending the college for 6 months😂
Wow levels of Abstraction
Digitalsoftwarekey
Thank you so much for this kind of fun education. 🎉
amazing video thanks for this amazing concept
Sir this is my first video of yours that I am watching now. I'm very impressed with your teaching and your channel name itself saying that "Making IT Simple" is exactly right.
thank you
at 1:56 they spelt different and hardware wrong
this video explains so good
i have to watch 1 hour video lecture and 15 long page prepared by my professors just explaining the basic concept of normalization but you just made me understand everything in 8 minutes!!!! THANK YOU SO MUCH
such a clean and clear video . This video deserves more likes and views. Thank you for this excellent video❤❤