- 25
- 571 417
Learning Simplified
Приєднався 7 вер 2016
This channel provides various video tutorials on GATE for Computer Science.
Gate Computer Organization-15 | Data Transfer Instructions (LOAD/STORE, MOVE)
Data Transfer Instruction.
LOAD/STORE Instructions.
Move Instructions
Difference Between LOAD/STORE and MOVE Instructions.
LOAD/STORE Instructions.
Move Instructions
Difference Between LOAD/STORE and MOVE Instructions.
Переглядів: 18 615
Відео
Program-4 | GATE/Interview Question in 'C' Programming
Переглядів 1,9 тис.8 років тому
Interview Questions and Answers in C programming. You get to learn various C programming question in a lucid way. You will learn C Programming Question for GATE and Interview. Trace each and every line of the program in detail. C programming Questions for GATE. C programming Questions for Interviews. C Debugging. Interview Question and answers in c programming int i =0; for ;i ;printf"%d",i; pr...
Program-3 | GATE/Interview Question in 'C' Programming
Переглядів 9858 років тому
Interview Questions and Answers in C programming. You get to learn various C programming question in a lucid way. You will learn C Programming Question for GATE and Interview. Trace each and every line of the program in detail. C programming Questions for GATE. C programming Questions for Interviews. C Debugging. Interview Question and answers in c programming char *p; p = "Hello"; printf"%c ",...
Program-2 | GATE/Interview Question in 'C' Programming
Переглядів 1,1 тис.8 років тому
Interview Questions and Answers in C programming. You get to learn various C programming question in a lucid way. You will learn C Programming Question for GATE and Interview. Trace each and every line of the program in detail. C programming Questions for GATE. C programming Questions for Interviews. C Debugging. Interview Question and answers in c programming
Program-1 | GATE/Interview Question in 'C' Programming
Переглядів 1,3 тис.8 років тому
Interview Questions and Answers in C programming. You get to learn various C programming question in a lucid way. You will learn C Programming Question for GATE and Interview. Trace each and every line of the program in detail. C programming Questions for GATE. C programming Questions for Interviews. C Debugging. #include stdio.h int x; int fun1 x = x 10; returnx; int fun2 int x; x = 1; return ...
GATE 2017 How to use Virtual Calculator?
Переглядів 26 тис.8 років тому
How to use the Virtual Calculator for GATE 2017? Using Virtual Calculator for GATE. Link to Virtual Calculator : www.tcsion.com/OnlineAssessment/ScientificCalculator/Calculator.html#nogo
GATE 2017 Converting Scanned image to PDF using MS Word
Переглядів 117 тис.8 років тому
How to convert scanned image to PDF using MS Word? Converting provisional certificate to PDF using MS Word. Convert Provisional certificate to PDF in an easy way.
Gate Computer Organization-14 | Machine Instructions
Переглядів 38 тис.8 років тому
What are Machine Instructions? What are Mnemonics? What is Register Transfer Notation? What are the components of a machine instructions?
Gate Computer Organization-13 | Byte Ordering (Big Endian &Little Endian)
Переглядів 79 тис.8 років тому
Byte ordering Schemes in a computer. Big-Endian & Little-Endian. What are Big-Endian & Little-Endian Schemes? What are Different Byte Ordering schemes?
GATE 2017 Resize Photograph using Picasa and MS Paint (Sign and Thumb Impression)
Переглядів 21 тис.8 років тому
Resize and crop your Photograph, Signature and Thumb Impression using Picasa and MS Paint.
Gate Computer Organization-12 | Byte and Word Addressing
Переглядів 121 тис.8 років тому
Byte and Word Addressable memories. How do we address memory in both Byte and Word Addressable schemes?
Gate Computer Organization-11 | Problems on IEEE 754 Floating Point Representation
Переглядів 5 тис.8 років тому
Problems on IEEE 754 Floating Point Representation. Examples on IEEE 754 Floating Point Representation Converting Decimal form into IEEE 754 Notation. Converting IEEE 754 Notation to Decimal.
Gate Computer Organization-9 | Few Properties of Binary Numbers
Переглядів 1,6 тис.8 років тому
What happens when a binary number is shifted left? What happens when a binary number is shifted right? What happens if we multiply a binary number by 2? What happens if we divide a binary number by 2?
Gate Computer Organization-10 | IEEE 754 Floating Point Representation
Переглядів 7 тис.8 років тому
This video explains IEEE 754 Floating Point Representation in a very lucid/easy way. Why do we use biasing in IEEE 754 floating point representation. Converting Decimal to IEEE Floating Point Representation. Converting IEEE 754 floating point number to decimal.
Gate Computer Organization-8 | Overflow in Signed Numbers
Переглядів 35 тис.8 років тому
This video explains the condition of overflow in Signed numbers. What is the overflow condition in signed numbers. Signed numbers overflow condition overflow condition in signed numbers.
Gate Computer Organization-7 | Overflow Condition in Unsigned Numbers
Переглядів 15 тис.8 років тому
Gate Computer Organization-7 | Overflow Condition in Unsigned Numbers
Gate Computer Organization-1 | Introduction to Computer Organization
Переглядів 21 тис.8 років тому
Gate Computer Organization-1 | Introduction to Computer Organization
Gate Computer Organiztion-6 | Addition-Subtraction of binary numbers using 2's complement
Переглядів 3,4 тис.8 років тому
Gate Computer Organiztion-6 | Addition-Subtraction of binary numbers using 2's complement
Gate Computer Organization-3 | Conversion of Decimal to Binary with examples
Переглядів 2,7 тис.8 років тому
Gate Computer Organization-3 | Conversion of Decimal to Binary with examples
Gate Computer Organization - 5 | Signed Representation,1's Complement, 2's Complement
Переглядів 3,7 тис.8 років тому
Gate Computer Organization - 5 | Signed Representation,1's Complement, 2's Complement
Gate Computer Organiztion - 4 | Range of values of an n-bit binary number
Переглядів 16 тис.8 років тому
Gate Computer Organiztion - 4 | Range of values of an n-bit binary number
Eliminate Left Recursion from a Grammar Examples
Переглядів 8 тис.8 років тому
Eliminate Left Recursion from a Grammar Examples
Eliminate Left Recursion from a Grammar
Переглядів 3,6 тис.8 років тому
Eliminate Left Recursion from a Grammar
Gate Computer Organization - 2 | Data representation in a Computer Hardware
Переглядів 6 тис.8 років тому
Gate Computer Organization - 2 | Data representation in a Computer Hardware
Computer Organization | Instruction fetch from Byte Addressable memory and Word Addressable memory
Переглядів 18 тис.8 років тому
Computer Organization | Instruction fetch from Byte Addressable memory and Word Addressable memory
Sir i need to ask, when you conver thet decimal to binary on the first example .75 its 11 while on the next example .5 that supposed to be 1 but you include the next 0. In my understanding I need to exclude the next zero in binary like on the example 1 but you did not do that in the example 2
Crazy how this dude explained this in 10 minutes while my professor couldn't in 2 hours. Much love brother
amazing sir soothing bhajan in baackground
In the last, transfer data from one memory location to other memory location with the help of move instruction is better , but Sir move instruction has remains data of transferred in the first location so what about that left data?
Thanks Raju, I love your videos! It's being great to help me remember the basics of Computer Organization.
thank you thank you
thank you
thanks
values here you can understand how did we get it ? The number 4byts =32 bits so Just calculate by the powers of 32 or Go to the calculator binary to decimal end put the hole number &look how calculator will be working ❤ Thanks for the video
thank you so much
thank you sir very nice
Awesome bro
Thanks
how did you get the total values?
So nice 💯
Thank you very much.
how did he write the value of that binary?
Thank you sir you solved my problem 👍
Verry very good explaimed
At 15:20 :- so, bit addressable memory means, we require 16,15, 12 and 15 bits respectively.. is it right?
good
Thnkyu sir plz upload vedio on types of machine instructions and their formats
v good
What the great and helpful video.. Thanks sir for this..
sir please upload more
omg thank you so much
Ur a life saver 😭❤️. Thank youu
I don't have the option to save it as pdf
So the word size, is that essentially the maximum length that the address of that memory cell can be?
Thank u 👍
also this is fake u can just use a normal converter it's not what it promises
video starts at 1:40 thank me later
much valuable contents
449, 360, 454 kse aaya? Anyone can explain?
Hexa to decimal.
@Learning Simplyfied @Programmers In the video shouldn’t there be 32 cells for 4 bytes? Not only 4 cells?
Nice explaination 👏
Thank you
Where is the image ?
Very nicely explained
Thankyou Bro....
Wow this was helpful I've learnt something new today that I was struggling with I'm glad I came to this page 🔔
Thank you!
You're too good bro
Truly a wonderful explanation!
very simpe and easy to understand
thank you
Thanks a lot sir!
Thank you
Lower address if has lower significant byte of a mutibyte data => Little endian. Byte order makes sense only when we have the prerequisite of fixed size.. is fulfilled for a mutibyte data. Because only then we can talk about "most significant byte" or "least significant byte". For network transmission Big endian is the standard, i.e. a whatever-endian processor must **convert data to big endian format** before sending it over network. What does it mean? It means the "Higher significant bytes are stored at lower addresses"..because network transfer happens such that the lower address bytes goes out first. It has nothing to do with left to right or right to left.
Thank you very much. That was a very helpful video. But I have a question, as why 0.01x10^5 is NOT a normalized Form (2:14 in the Video) , however there is one number before the decimal point. Thanks in advance.