Catatan

Tunjukkan catatan dari Ogos, 2021

Cara baca binary

Imej
What's the difference between MSB and LSB?  MSB/ LSB -  https://en-support.renesas.com/knowledgeBase/16978449 Binary to Decimal Conversion -  https://www.electronics-tutorials.ws/binary/bin_2.html How to Read Binary Code -  https://www.lifewire.com/how-to-read-binary-4692830 Learn How to Read Binary in 5 minutes -  https://medium.com/@LindaVivah/learn-how-to-read-binary-in-5-minutes-dac1feb991e https://ncalculators.com/digital-computation/binary-hex-converter.htm Method for Hex to Binary Conversion This conversion can be done by finding the binary equivalent for an each digit of the hexadecimal number, combining them together in the same order. The below steps may useful to learn and practice how to perform hex to binary conversion. step 1:  Separate the digits of the given hexadecimal, if more than 1 digit. step 2:  Find the equivalent binary number for each digit of hex number, add 0's to the left if any of the binary equivalent is shorter than 4 bits. step 4:  Write the all

SQL Server UI

Enable Dark mode -  https://sqlskull.com/2020/06/01/enable-dark-theme-in-sql-server-management-studio/ C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE Shows line number -  https://www.mssqltips.com/sqlservertip/2542/display-line-numbers-in-a-sql-server-management-studio-query-window/