Line 1: Line 1:
 +
= ECE 270 Slecture 1: Converting Integers to Binary  =
 +
 +
  Slecture made by Robert Wayner
 +
 +
 
 +
 +
----
 +
 +
== Preface:<br>  ==
 +
 +
Everyday we view numbers and use them for our work, studies or just for fun. The key factor is how we can understand these numbers and then use them. But how can we get a computer to recognize regular, everyday numbers such as 2013, 777 and 123? A basic computer cannot recognize these numbers in this form but we can change the form to a more logical, algorithmic form. This logical form which is known as binary has been made specifically for computers to be able to read and interpret numbers. This Slecture will describe how to convert normal everyday number format to binary.<br>
 +
 +
*
 +
== Examples of binary and basic binary to integer translation<br> ==
 +
 +
*
 +
== Recognizing different bases of numbers and binary<br> ==
 +
 +
*
 +
== Base 10 to base 16 &amp; vice-versa conversion example<br> ==
 +
 +
*
 +
== Base 2 to base 10 &amp; vice-versa conversion example ==
 +
 +
*
 +
== Base 2 to base 16 &amp; vice-versa conversion example ==
 +
 +
*
 +
== Other base examples ==
 +
 +
 +
&nbsp;&nbsp;&nbsp;&nbsp; <br>
 +
 +
<br>
 +
 +
<br>
 +
 +
<br>
 +
 +
<br>
 +
 
[[SL270TB|Back to ECE270 Slectures Table of Contents]]
 
[[SL270TB|Back to ECE270 Slectures Table of Contents]]

Revision as of 08:38, 23 May 2013

ECE 270 Slecture 1: Converting Integers to Binary

  Slecture made by Robert Wayner

 


Preface:

Everyday we view numbers and use them for our work, studies or just for fun. The key factor is how we can understand these numbers and then use them. But how can we get a computer to recognize regular, everyday numbers such as 2013, 777 and 123? A basic computer cannot recognize these numbers in this form but we can change the form to a more logical, algorithmic form. This logical form which is known as binary has been made specifically for computers to be able to read and interpret numbers. This Slecture will describe how to convert normal everyday number format to binary.

Examples of binary and basic binary to integer translation

Recognizing different bases of numbers and binary

Base 10 to base 16 & vice-versa conversion example

Base 2 to base 10 & vice-versa conversion example

Base 2 to base 16 & vice-versa conversion example

Other base examples

    





Back to ECE270 Slectures Table of Contents

Alumni Liaison

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman