Cohesion & Coupling
10:12
18 сағат бұрын
Software Architecture
10:55
2 сағат бұрын
Modularity
10:28
2 сағат бұрын
Refinement
10:48
4 сағат бұрын
Abstraction
10:56
4 сағат бұрын
Software Designing
10:21
7 сағат бұрын
Data Flow Diagrams
10:11
7 сағат бұрын
State Transition Diagram
10:15
9 сағат бұрын
Entity Relationship Diagram
9:51
9 сағат бұрын
Use Case Techniques
10:03
12 сағат бұрын
Requirements Engineering
10:54
12 сағат бұрын
GANTT chart, Critical Path Method
11:08
14 сағат бұрын
Project Scheduling
11:08
14 сағат бұрын
COCOMO Model
9:38
16 сағат бұрын
Software Cost Estimation techniques
10:08
16 сағат бұрын
Software Project Planning
11:25
19 сағат бұрын
Software Quality Metrics
10:02
19 сағат бұрын
Software Measurement concepts
10:52
21 сағат бұрын
Пікірлер
@BUY_YOUTUBE_VIEWS_m086
@BUY_YOUTUBE_VIEWS_m086 Күн бұрын
Success is not final, failure is not fatal: It is the courage to continue that counts. - Winston Churchill
@Get_YT_Views_527
@Get_YT_Views_527 5 күн бұрын
This deserves to be on everyone's watchlist. ����
@marilinfykes7558
@marilinfykes7558 Ай бұрын
Promo*SM
@Manuel-nk1bm
@Manuel-nk1bm Ай бұрын
'promo sm' 👊
@bluemoon-wm4cb
@bluemoon-wm4cb Ай бұрын
Nice
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology Ай бұрын
Thanks
@maxmuster7003
@maxmuster7003 2 ай бұрын
For the string instruction lodsb we are using the DS segment +SI offset = ds:si and for stosb we are using the ES segment +DI offset = es:di. lodsb load one byte from ds:si and increase SI offset by one, if the direction flag is not set, else it decrease Si offset register. Same with stosb and DI offset and both for the movsb instruction copy with ds:si and es:di.
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
kzbin.info/www/bejne/j2XYqZ16h9mtgdk
@BUY_YOUTUB_VIEWS_d0dd115
@BUY_YOUTUB_VIEWS_d0dd115 2 ай бұрын
This video is the reason I have trust issues with other videos.
@maxmuster7003
@maxmuster7003 2 ай бұрын
Some architecture like intel CISC technology have more than one execution units of one CPU core, can execute up to 4 integer instructions paralell and can split complex instructions of mashine code into smaller micro operations.
@Bonnylouis_creatives
@Bonnylouis_creatives 2 ай бұрын
I think this is the video that I have been looking for..I can see its a new channel but thanks for the good work and keep pushing
@maxmuster7003
@maxmuster7003 2 ай бұрын
Where is the powershell for MS DOS?
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
In last minute
@maxmuster7003
@maxmuster7003 2 ай бұрын
@@TechnicaIInformationTechnology But this is not MS DOS.
@maxmuster7003
@maxmuster7003 2 ай бұрын
We can put the parameter to call a sub routine into register, on the stack, or in the data segment (ignoring the calling convention). If we put the parameter on the stack we have to care where the stack pointer is and if we pop the values from the stack we can loose the values. But if we put the parameter in the data segment we don’t have to care where the stack pointer is, so it is much easier to load the values from the data segment from inside and outside nested sub routines multiple times without loosing the values and without to care about the stack pointer. On x86 before Pentium 4 the push/pop instructions are slower than mov/mov instructions.
@maxmuster7003
@maxmuster7003 2 ай бұрын
We can use a label for to call a sub routine, or we can use the address to call a sub routine. But using a label is easier, specially if we move the routine to an other address to call.
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
That's a great idea!
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
That's a great idea!
@maxmuster7003
@maxmuster7003 2 ай бұрын
@@TechnicaIInformationTechnology I like to use Debug to create tiny executable com files and Debug don’t provide labels. So i have to edit the call address and conditional jump instructions.
@MUHAMMADFAISAL-nq1dl
@MUHAMMADFAISAL-nq1dl 2 ай бұрын
Good 😊
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
Thanks 😊
@MFaisal-fd1ox
@MFaisal-fd1ox 2 ай бұрын
Good ❤
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
I'm glad you like it
@maxmuster7003
@maxmuster7003 2 ай бұрын
Using 16 bit Real Mode allows to use hard disc too for to put the content of the memory to disc and from disc back to memory. This is not only for the protected mode.
@maxmuster7003
@maxmuster7003 2 ай бұрын
I like to use the undocumented 16 bit "BIG" real mode using intel 80386+ CPU with a segment size of 4 gb for DS,ES,FE,GS segments and with A20 address gate on. This allows to use 32 bit addresses for instructions with an address size prefix(hex 67) in a non protected enviroment. Jailbreak to the flat memory model. No protection = User is the big boss of all hardware components = freedom. Protected Mode = Virtual concentration camp. Kernel is the big boss. User is a prisoner surrounded with watch towers and electric barbewires = slavery.
@maxmuster7003
@maxmuster7003 2 ай бұрын
Wellcome to the fast lodsb & stosb string instructions.😂
@mikehensley78
@mikehensley78 2 ай бұрын
Is TIT a real school or is TIT a production company? I totally love the tech TIT is teaching, to say the least.
@gortnewton4765
@gortnewton4765 2 ай бұрын
This is just a crappy AI text coupled with AI voice and GENERIC images.
@robertmayfield8746
@robertmayfield8746 2 ай бұрын
I'd like to share my impression of the video. Presenting basics, like it was something complex and revolutionary. And repeating the same information ten times within five minutes. Wonderful 👏👏👏👏
@robertmayfield8746
@robertmayfield8746 2 ай бұрын
🤣🤣😂😂
@robertmayfield8746
@robertmayfield8746 2 ай бұрын
@@TechnicaIInformationTechnology Are you shooting lasers at me?
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 2 ай бұрын
No
@_yawol_
@_yawol_ 3 ай бұрын
Thanks
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 3 ай бұрын
Welcome
@BUY_YT_Views_858
@BUY_YT_Views_858 3 ай бұрын
Rise above negative energy by cultivating kindness and compassion. Spread positivity through acts of kindness and watch how it uplifts both yourself and others.
@exploreyourdreamlife
@exploreyourdreamlife 5 ай бұрын
Fantastic breakdown of using spreadsheets and business graphics to elevate decision-making! Thanks for demystifying these essential tools. Are there specific industries or business sectors that can benefit significantly from the strategies and tips presented in the video, and how adaptable are these techniques to various contexts? Already liked and subbed!
@carytodd3368
@carytodd3368 5 ай бұрын
Promo SM
@exploreyourdreamlife
@exploreyourdreamlife 5 ай бұрын
I am thankful for this amazing video which explores the capabilities of Microsoft Access, a powerful database management system from Microsoft that combines the relational Microsoft Jet. How does microsoft access provide the functionality and flexibility to handle a wide range of data needs? What an insightful video! I’veliked and subscribe
@exploreyourdreamlife
@exploreyourdreamlife 5 ай бұрын
Educative video that talks about the journey of the information age and how the information age has drastically emerged with time and changed many lives through technological advancements. How has the information age transformed the way people live, and what technological advancements have played a significant role in this transformation? I like this video! I’ve liked and subscribed.
@maxmuster7003
@maxmuster7003 5 ай бұрын
Using read function with file handle = 0 for input from keyboard, ends with return key or cx bytes.
@gamingbandit42
@gamingbandit42 5 ай бұрын
Now Math Co-Processors can be in the physical die as the ALU
@IsaiasSalas
@IsaiasSalas 5 ай бұрын
Coprocessors have been obsolete since the birth of the Pentium in the early 1990s
@sasdallas765
@sasdallas765 5 ай бұрын
They are still present in some computers ;)
@sasdallas765
@sasdallas765 5 ай бұрын
Beautiful video! Very underrated!
@TechnicaIInformationTechnology
@TechnicaIInformationTechnology 5 ай бұрын
Thank you so much!
@maxmuster7003
@maxmuster7003 5 ай бұрын
Sweetest mov instruction on youtube.❤ mov register, [love_memory] mov [viewer_memory], register
@blueocean2510
@blueocean2510 6 ай бұрын
This is History,
@mamansudrajat4912
@mamansudrajat4912 6 ай бұрын
POLIGAMY poligamy SATE GILING sate gilingan
@RabidDogma
@RabidDogma 6 ай бұрын
The original Mozilla had tabs way before IE.
@Awais....
@Awais.... 6 ай бұрын
screw it, now we have chrome boi