{"words":[["0",""],["471",""],["942",""],["1413",""],["1884",""],["2355",""],["2826",""],["3297",""],["3768",""],["4239",""],["4710",""],["5181",""],["5660","DOUG LLYOYD: So"],["6040","hexadecimal"],["6355",""],["6670","numbers,"],["7080","as"],["7210","if"],["7320","we needed"],["7540","another"],["7930","base"],["8250","number"],["8510","scheme"],["8820","right?"],["9220",""],["9595",""],["9970","Well,"],["10265",""],["10560",""],["10820","most"],["11040","Western"],["11340","cultures,"],["11600",""],["11860","as"],["12030","you"],["12160","probably"],["12510","are"],["12560","familiar,"],["13000","use"],["13260","the"],["13350","decimal"],["13740","system--"],["14190","base"],["14600","10,"],["15090",""],["15390","to"],["15500","represent"],["15900","numeric"],["16280","data."],["16560","We"],["16680","have"],["16860","the"],["16950","digits"],["17300","0,"],["17778","1,"],["18256","2,"],["18734","3,"],["19212","5,"],["19690","6,"],["20170","7,8,9."],["20520","And"],["20790","if"],["20880","we"],["20960","need"],["21090","to"],["21260","represent"],["21570","values"],["21950",""],["22050","higher"],["22540","than"],["22865",""],["23190","nine,"],["23540",""],["23890","we"],["24040","can"],["24220","combine"],["24670","those"],["24870","digits"],["25170","using"],["25410","the"],["25500","notion"],["25900","of"],["26110","place"],["26440","value."],["26800","So"],["26930","for"],["27130","10,"],["27460","we"],["27560","have"],["27730","a"],["27820","1"],["28190","digit"],["28640",""],["28910","followed"],["29300","by"],["29510","a"],["29570","0"],["29920","digit and"],["30340","we"],["30500","intuitively"],["30755",""],["31010","understand"],["31280",""],["31550","that"],["31650","what"],["31840","we're"],["31980","doing"],["32240","there"],["32450","is"],["32520","we're"],["32740",""],["32940","multiplying"],["33295",""],["33650","the"],["33740","first"],["34060","1"],["34330","by"],["34520","10,"],["34820",""],["35120",""],["35500","and"],["35640","then"],["35800","adding"],["36110","0"],["36490","for"],["36660","a"],["36760","total"],["36940","of"],["37050","10."],["37470",""],["37895",""],["38320","Computers"],["38790","do"],["38900","something"],["39100","pretty"],["39280","similar,"],["39720","as"],["39830","you're"],["39930","probably"],["40170","familiar,"],["40480","with"],["40580","the"],["40650","binary"],["41030","system--"],["41370","base"],["41730","2."],["42180",""],["42490","The"],["42580","difference"],["42900","there"],["43100","being"],["43320","that"],["43430","there"],["43640","are"],["43860","only"],["44150","2"],["44390","digits"],["44700","to"],["44800","work"],["45020","with--"],["45410","0"],["45675",""],["45940","and"],["46080","1."],["46425",""],["46770","And"],["46970","so"],["47060","our"],["47220","place"],["47570","values,"],["47960","instead"],["48180","of"],["48270","being"],["48670","one,"],["49033","ten,"],["49396","hundred,"],["49760","thousand,"],["50120",""],["50480",""],["50840","as"],["50920","they"],["51010","would"],["51160","be"],["51290","in"],["51370","the"],["51430","decimal"],["51790","system,"],["52045",""],["52300",""],["52600","are"],["53070","one,"],["53415",""],["53760","two,"],["54070",""],["54380","four,"],["54720",""],["55060","eight,"],["55360","and"],["55530","so"],["55690","on."],["55870",""],["56235",""],["56600",""],["56640",""],["56990",""],["57340",""],["57690","Here's"],["57870","the"],["57960","thing"],["58210","though,"],["58570",""],["58840","those"],["59180","0's"],["59520","and"],["59630","1's,"],["59960",""],["60290","especially"],["60590",""],["60890","if"],["61010","we're"],["61400","being"],["61750","computer"],["62050","scientists"],["62325",""],["62600","and"],["62670","we're"],["62770","doing"],["63070","a"],["63110","lot"],["63240","of"],["63320","programming"],["63800","or"],["63910","working"],["64239","with"],["64349","computers,"],["64604",""],["64860","were"],["65180","going"],["65300","to"],["65349","be"],["65450","seeing"],["65790","a"],["65840","lot"],["65990","of"],["66050","binary"],["66390","numbers."],["66710","And"],["66810","those"],["66980","0's"],["67260","and"],["67360","1's"],["67800","in"],["68010","large"],["68450","chains"],["68920","can"],["69020","be"],["69120","very"],["69330","difficult"],["69665",""],["70000",""],["70410","to"],["70670","parse."],["71045",""],["71420",""],["71660","We"],["71750","can't"],["71930","just"],["72110","look"],["72440","at"],["72730","a"],["73160",""],["73590",""],["74020","string"],["74520","of"],["74580","0's"],["74880","and"],["74960","1's"],["75270",""],["75580","and"],["75910","necessarily"],["76410","know"],["76610","exactly"],["77020","what"],["77230","it"],["77350","is."],["77810","But"],["77830","it's"],["77970","still"],["78200","useful"],["78640","to"],["78710","be"],["78790","able"],["78990","express"],["79300",""],["79610","data"],["79890",""],["80170",""],["80510","in"],["80670","the"],["80740","same"],["81150","way"],["81650",""],["81980","that"],["82130","a"],["82170","computer"],["82580","does."],["82855",""],["83130",""],["83290",""],["83480","We"],["83580","have"],["83810","this"],["84020","notion"],["84440","of"],["84760",""],["84990","the"],["85090","hexadecimal"],["85490",""],["85890","system,"],["86320","which"],["86470","is"],["86580","base"],["86950","16,"],["87280",""],["87610","instead"],["87840","of"],["87930","base"],["88170","10"],["88380","or"],["88440","base"],["88710","2."],["89020",""],["89430",""],["89840","Which"],["90020","means"],["90190","that we"],["90310","have"],["90430","16"],["90855",""],["91280","digits"],["91640","to"],["91730","work"],["91950","with"],["92270",""],["92490","instead"],["92870","of"],["93160","10"],["93520","or"],["93680","2."],["94070",""],["94420","And"],["94620","it's"],["94730","a"],["94770","much"],["95080","more"],["95230","concise"],["95670","way"],["95840","to"],["95950","express"],["96405",""],["96860",""],["97180","binary"],["97650","information"],["97925",""],["98200","on"],["98300","a"],["98350","computer"],["98670","system,"],["98950","it's"],["99060","much"],["99310","more"],["99570","human"],["100060","understandable."],["100510",""],["100960",""],["101210","So"],["101340","we"],["101410","have"],["101610","the"],["101700","digits"],["102080","0"],["102360","through"],["102550","9,"],["103010",""],["103230","and"],["103470","then we"],["103570","also"],["103730","have"],["103900","these"],["104170","extra"],["104540","six"],["104870","digits--"],["105125","a,"],["105380","b,"],["105560","c,"],["106046","d,"],["106532","e,"],["107020","and"],["107210","f,"],["107610",""],["107990","which"],["108270","represent"],["108620",""],["108970","10,"],["109225",""],["109480","our"],["109600","notion"],["109960","of"],["110080","10,"],["110576","11,"],["111072","12,"],["111570","13,"],["111920","14"],["112270",""],["112620","and"],["112840","15,"],["113160",""],["113480",""],["113940","in"],["114380","decimal."],["114685",""],["114990",""],["115343",""],["115696",""],["116050","Sometimes,"],["116410","by"],["116530","the"],["116610","way,"],["116840","you'll"],["116900","also"],["117160","see"],["117600","these"],["117870",""],["118140","a"],["118320","through"],["118570","f's"],["118905","as"],["119240","capital"],["119700","A"],["119810","through"],["120040","F,"],["120240","which"],["120370","is"],["120660","the"],["120770","way"],["120900","I"],["121000","tend"],["121220","to"],["121300","do"],["121480","it."],["121620","It's just"],["121840",""],["122240","my"],["122500",""],["122760","preferred"],["123200","style,"],["123560","but"],["123880","either"],["124300","is fine,"],["124560","they"],["124630","both"],["124840","represent"],["125110",""],["125380","pretty"],["125570","much"],["125740","the"],["125790","same"],["126030","thing."],["126340",""],["126722",""],["127104",""],["127486",""],["127870","So"],["127900","why"],["128080","is"],["128220","hexadecimal"],["128520",""],["128820","cool?"],["129090","Why"],["129229","do"],["129310","we"],["129380","need"],["129539","to"],["129600","use"],["129960","this"],["130180",""],["130630","other"],["130990","additional"],["131330","base?"],["131580","We already"],["131780","have"],["131980","2"],["132210","and 10,"],["132650","why"],["132830","do"],["132900","we"],["132960","need"],["133150","16?"],["133490",""],["133830",""],["134310","Well"],["134500","16"],["134920",""],["135340","is"],["135720","a"],["135790","power"],["136270","of"],["136440","2,"],["136770",""],["137100",""],["137500","and"],["137770","so"],["138050",""],["138330",""],["138800","each"],["139040","hexadecimal"],["139400",""],["139760","digit,"],["140190","0"],["140590","through"],["140850","f,"],["141310",""],["141650","corresponds"],["142035",""],["142420","to"],["142570","a"],["142660","unique"],["143020",""],["143380",""],["143640","ordering,"],["144140","or"],["144260","unique"],["144730","arrangement"],["145085",""],["145440","of"],["145590","4"],["146010",""],["146430","binary"],["146830","digits,"],["147190","4"],["147485",""],["147780","bits."],["148070",""],["148360",""],["148710",""],["149060","And"],["149210","so"],["149490","in"],["149590","that"],["149810","sense,"],["149990","we"],["150100","can"],["150250","express"],["150530",""],["150810","very"],["151110","long,"],["151590","complex,"],["151900",""],["152210","binary"],["152485",""],["152760","numbers"],["153135",""],["153510",""],["153863",""],["154216",""],["154570","in"],["154750","hexadecimal"],["155200","in"],["155360","a"],["155390","much"],["155570","more"],["155750","concise"],["156220","way,"],["156440","without"],["156730","losing"],["157120","information"],["157400",""],["157680","or"],["157740","having"],["158020","to"],["158110","do"],["158375",""],["158640","particularly"],["158935",""],["159230","cumbersome"],["159525",""],["159820","conversions"],["160295",""],["160770",""],["161080","on"],["161320","those"],["161530","numbers."],["161790",""],["162050",""],["162480","So,"],["162680","as"],["162830","I"],["162900","just"],["163080","said,"],["163420","each"],["163710",""],["164000","hexadecimal"],["164300",""],["164600","digit"],["164880","corresponds"],["165160",""],["165440","to"],["165570","a"],["165640","unique"],["165985",""],["166330",""],["166590","arrangement"],["166860",""],["167130","of"],["167505","4"],["167880","binary"],["168290","digits."],["168630","So"],["168690","the"],["168760","binary"],["169180","string"],["169570","0000"],["169950",""],["170330",""],["170670",""],["171170",""],["171430","corresponds"],["171720",""],["172010","to"],["172190","hexadecimal"],["172570",""],["172950","digit"],["173350","0."],["173670","0110"],["174130",""],["174480",""],["174795",""],["175110",""],["175530",""],["176030",""],["176430",""],["176830","corresponds"],["177140",""],["177450","to"],["177610","hexadecimal"],["177945",""],["178280","digit"],["178590",""],["178900","6."],["179180",""],["179460",""],["179900",""],["180340","And"],["180660","1111"],["181130",""],["181600",""],["181950",""],["182210",""],["182470",""],["182730","corresponds"],["183035",""],["183340","to"],["183510","hexadecimal"],["183865",""],["184220","digit"],["184620",""],["185020","f."],["185450",""],["185765",""],["186080","If"],["186170","you're"],["186270","looking"],["186470","at"],["186530","this"],["186690","chart,"],["187020","particularly"],["187100","if"],["187300","you're"],["187390","looking"],["187610","at"],["187680","the"],["187760","left"],["187990","side"],["188180","of"],["188220","the"],["188340","chart,"],["188720","you"],["188820","can"],["188900","already"],["189120","see"],["189280","there's"],["189440","a"],["189500","bit"],["189870","of"],["189960","an"],["190090","ambiguity"],["190365",""],["190640","problem"],["190990","here."],["191200",""],["191500",""],["191970","Decimal"],["192410","0"],["192890","is"],["193320","pretty"],["193530","much"],["193700","indistinguishable"],["194015",""],["194330","from"],["194450","hexadecimal"],["194710",""],["194970","0,"],["195290","other"],["195500","than the"],["195600","fact"],["195840","that"],["195920","it's"],["196040","under a"],["196290","column"],["196690","that"],["196780","says"],["197000","hexadecimal."],["197410",""],["197820",""],["198020","But"],["198160","we"],["198260","probably"],["198460","won't"],["198630","always"],["198890","have"],["199220","that"],["199510","column"],["199900","there."],["200350",""],["200725",""],["201100",""],["201260",""],["201570",""],["201880",""],["202130","Generally"],["202500","when"],["202620","we"],["202690","are"],["202780","expressing"],["203070",""],["203360","numbers"],["203640",""],["203920","into"],["204150","hexadecimal"],["204505",""],["204860","notation"],["205140",""],["205420","to"],["205590","clearly"],["205920","distinguish"],["206400","them"],["206540","from"],["206710","decimal"],["206985",""],["207260","notation,"],["207550",""],["207840",""],["208130","we"],["208330","usually"],["208670","prefix"],["208935",""],["209200","them"],["209410","with"],["209750","the"],["210020","prefix"],["210510","0x."],["210845",""],["211180",""],["211660",""],["211860","0x"],["212090",""],["212300","means"],["212530","nothing"],["212875",""],["213220",""],["213420","in"],["213540","reality,"],["213920","it's"],["214090","just"],["214310","a"],["214380","clue"],["214660","to"],["214780","us"],["215080","as"],["215230","humans"],["215730",""],["215990","that"],["216180","what"],["216310","we're"],["216470","about"],["216790","to"],["217010","see,"],["217430","or"],["217640","about"],["217850","to"],["217930",""],["218060",""],["218140","start"],["218390","parsing,"],["218890",""],["219190","is"],["219440","a"],["219540","hexadecimal"],["219950",""],["220360","number."],["220750","Obviously"],["221100","for"],["221220","the"],["221310","higher"],["221650","digits"],["222100","a,"],["222310","b, c,"],["222620","d,"],["222930","and"],["223070","f,"],["223320","which"],["223450","correspond"],["223900","to"],["224120","10-15"],["224420",""],["224500",""],["224840",""],["225180",""],["225590","it's"],["225750","pretty"],["226070","unambiguous"],["226500",""],["226930","that's"],["227150","that's a"],["227190","hexadecimal"],["227500",""],["227810","number."],["228250",""],["228545",""],["228840","And"],["229010","in"],["229090","fact,"],["229360","any"],["229600","hexadecimal"],["229900",""],["230200","number"],["230410","that"],["230530","has"],["230800","letters"],["231300","in"],["231450","it,"],["231620","is"],["231770","probably"],["232190","pretty"],["232460","obvious"],["232920","as"],["233170","a"],["233270","hexadecimal"],["233585",""],["233900","number."],["234280",""],["234710","But,"],["234820","still,"],["235230","for"],["235330","the"],["235410","sake"],["235600","of"],["235670","clarity,"],["236060","it's"],["236350","always"],["236610","a"],["236650","good"],["236770","idea"],["236990","to"],["237070","prefix"],["237370",""],["237670","every"],["237950","time"],["238160","you"],["238290","refer"],["238560","to"],["238680","a"],["238740","digit"],["239060","as"],["239180","a"],["239230","hexadecimal"],["239600",""],["239970","number"],["240410",""],["240770","by"],["240940","prefixing"],["241200",""],["241460","a"],["241570","0x."],["241835",""],["242100",""],["242590",""],["243035",""],["243480",""],["243925",""],["244370","So,"],["244570","binary,"],["244830",""],["245090","as"],["245270","we"],["245370","said,"],["245730","has"],["245940","place"],["246220","values."],["246515",""],["246810","There's"],["246910","the"],["246990","ones"],["247250","place,"],["247600","a"],["247670","twos"],["248000","place,"],["248430","a fours"],["248780","place,"],["249040","and"],["249210","an eights"],["249400","place."],["249750",""],["250040","And"],["250280","decimal"],["250670","also"],["250970","has"],["251150","place"],["251390","values, the"],["251790","ones,"],["252060",""],["252330","tens,"],["252430","hundreds,"],["252760","and"],["253240","thousands"],["253640","that"],["253760","we"],["253910","all"],["254070","may"],["254210","recall"],["254680",""],["254900","from"],["255110","grade"],["255370","school."],["255640",""],["255910","And"],["256079","hexadecimal"],["256399",""],["256720","is"],["256820","no"],["256970","exception"],["257390","here,"],["257610","really."],["258050","It"],["258170","also"],["258470","has"],["258690","place"],["258990","values but"],["259320","instead"],["259579","of"],["259649","being"],["259880","powers"],["260230","of"],["260350","2"],["260680",""],["261010","or"],["261290","powers"],["261649","of"],["261779","10,"],["262089",""],["262400",""],["262660","they're"],["262840","powers"],["263260","of"],["263540",""],["263880","16."],["264260",""],["264640",""],["265050","So"],["265200","we"],["265290","see"],["265450","a"],["265500","number"],["265740","like"],["266020","this"],["266450","we"],["266710","pretty"],["267000","clearly"],["267330","know"],["267550","it's"],["267710","397,"],["268210",""],["268710","right?"],["269060",""],["269410","Well if we"],["269660","see"],["269780","a"],["269800","number"],["270010","like"],["270240","this,"],["270720",""],["271200","we"],["271390","know"],["271630","this"],["271780","isn't"],["272060","397"],["272560",""],["273060","anymore."],["273420","This"],["273650","is"],["274070","the"],["274160","hexadecimal"],["274525",""],["274890","number"],["275150",""],["275410","three-nine-seven."],["275850",""],["276290",""],["276730","It's"],["276930","not"],["277180","397,"],["277593",""],["278006",""],["278420","it"],["278480","means"],["278660","something"],["278990","different,"],["279335",""],["279680","because"],["279930","we're"],["280060","using"],["280350","powers"],["280720","of"],["280800","16"],["281270",""],["281740",""],["282010","as"],["282180","all"],["282320","of"],["282380","our"],["282500","place"],["282790","values"],["283180","instead"],["283460","of"],["283580","powers"],["283880",""],["284180","of"],["284450",""],["284720","10."],["285020",""],["285320",""],["285560","In"],["285690","fact,"],["285880","the"],["285960","place"],["286190","values"],["286500","here"],["286650","would"],["286730","be"],["286880","the"],["286990","ones"],["287400","place,"],["287660",""],["287920",""],["288185",""],["288450","the"],["288570","sixteens"],["288990",""],["289410","place,"],["289680",""],["289950",""],["290260",""],["290570","and"],["290730","the"],["290860","two-hundred-fifty-sixes"],["291355",""],["291850",""],["292165",""],["292480","place,"],["292890","which"],["293050","correspond"],["293305",""],["293560","to"],["293650","our"],["293830","idea"],["294280","of"],["294460",""],["294680","a"],["294800","ones"],["295080","place,"],["295370","tens"],["295660","place,"],["295880","and"],["295940","a"],["295980","hundreds"],["296360","place,"],["296770",""],["296980","if"],["297170","the"],["297270","number"],["297480","was"],["297720","397."],["298206",""],["298692",""],["299180","But"],["299350","since"],["299540","it's"],["299780","0x"],["300220",""],["300653","397,"],["301086",""],["301520",""],["301740","we"],["301850","have"],["301940","a"],["301990","ones"],["302350","place,"],["302670","sixteens"],["302965",""],["303260","place,"],["303620","and"],["303730","a"],["303820","two-hundred-fifty-sixes"],["304220",""],["304620",""],["304960",""],["305300","place."],["305780","Or,"],["306185",""],["306590","a"],["306700","16"],["307010",""],["307320","to"],["307410","the"],["307500","0"],["307755",""],["308010","place,"],["308280",""],["308550","which"],["308610","is"],["308710","1."],["309160",""],["309460","A"],["309570","16"],["309825",""],["310080","to"],["310150","the"],["310240","first"],["310550","power"],["310890","place,"],["311155",""],["311420","16."],["311745",""],["312070",""],["312420","A"],["312510","16"],["312785",""],["313060","squared"],["313365",""],["313670","place,"],["314110","256,"],["314565",""],["315020","and"],["315200","so"],["315350","on,"],["315460","and"],["315560","so"],["315710","on,"],["315820","and"],["315910","so"],["316060","on."],["316220",""],["316650",""],["317080","So"],["317130","this"],["317560","number"],["318030","is"],["318160","really"],["318560","3"],["318950","times"],["319380","16"],["319670",""],["319960","squared,"],["320290",""],["320620","plus"],["321020",""],["321420","9"],["321880","times"],["322190","16,"],["322595",""],["323000",""],["323300","plus"],["323600",""],["323900","7."],["324400","I"],["324470","didn't"],["324670","do"],["324750","the"],["324840","math"],["325100","here,"],["325260","but"],["325370","it's"],["325510","not"],["325710","397,"],["326160",""],["326610","it's"],["326850","much,"],["327150",""],["327450","much"],["327600","larger"],["327870","than"],["328040","that."],["328310",""],["328645",""],["328980","Similarly,"],["329030",""],["329330","we"],["329440","could"],["329530","have"],["329795",""],["330060",""],["330300","0x"],["330600",""],["330963","adc,"],["331326",""],["331690","well"],["331830","that's"],["332280","a"],["332570","times"],["332950","16"],["333440","squared."],["333745",""],["334050","Or"],["334090","if"],["334150","we"],["334230","translate"],["334660","that"],["334870","to"],["334980","our"],["335130","notion"],["335480","of"],["335820","decimal"],["336160","numbers,"],["336460","that's"],["336680",""],["337000","10"],["337290",""],["337580",""],["337830","times"],["338220","16"],["338475",""],["338730","squared,"],["339200",""],["339680","plus"],["340080","d"],["340550","times"],["340880","16,"],["341225",""],["341570","or"],["341770","plus"],["342120",""],["342390","13"],["342730",""],["343070","times"],["343370","16."],["343765",""],["344160","And"],["344320","don't"],["344450","worry"],["344660","if"],["344730","you"],["344860","haven't"],["345190","memorized"],["345485",""],["345780","that"],["345920","d"],["346130","is"],["346280","13,"],["346720","or"],["346790","anything"],["347020","like"],["347180","that,"],["347410","there's"],["347570","not"],["347750","too"],["347850","many"],["348070","of"],["348130","these"],["348320","letter"],["348570","digits"],["348920","and"],["349320","it'll"],["349500","become"],["349930",""],["350375",""],["350820","intuitive"],["351270","pretty"],["351420","quickly."],["351870",""],["352345",""],["352820","So"],["352860","again"],["353070","this"],["353210","is"],["353500","10"],["353880","times"],["354190","16"],["354610","squared,"],["355020","plus"],["355280",""],["355570","13"],["355880",""],["356190","times"],["356450","16,"],["356715",""],["356980","plus"],["357240",""],["357500","12"],["357915",""],["358330","times"],["358820","1."],["359135",""],["359450",""],["359800","So"],["360000","0x"],["360420",""],["360850","adc. "],["361305",""],["361760",""],["362230",""],["362700",""],["363170",""],["363640","So,"],["363975",""],["364310","as"],["364470","I"],["364540","said,"],["364830",""],["365120",""],["365360","every"],["365770",""],["366065",""],["366360","group"],["366570","of 4"],["366920","binary"],["367270","digits"],["367750","corresponds"],["368005",""],["368260","to"],["368350","a"],["368410","single"],["368910","hexadecimal"],["369235",""],["369560","digit,"],["370000","and"],["370190","so"],["370490","it's"],["370660","actually"],["370870","really"],["371180","easy"],["371380","to"],["371480","change"],["371840","back"],["372040","and"],["372200","forth"],["372570","between"],["372825",""],["373080",""],["373330","hex"],["373690","and"],["373870","binary."],["374140",""],["374410",""],["374690","If"],["374790","you"],["374850","have"],["375020","this"],["375160","long"],["375420",""],["375680","string"],["375990",""],["376300","of"],["376430","binary"],["376930","digits,"],["377270",""],["377610","all"],["377890","you"],["377940","need"],["378060","to"],["378130","do"],["378310","is"],["378370","start"],["378690","grouping"],["379080","them"],["379440","right"],["379680","to"],["379790","left"],["380080","as"],["380190","groups"],["380460","of"],["380550","4."],["380970",""],["381320","And"],["381440","then"],["381620","you"],["381710","can"],["381850",""],["382240",""],["382540",""],["382840",""],["382980",""],["383120","consolidate"],["383395",""],["383670","them"],["384000","into"],["384330",""],["384660","hexadecimal"],["384945",""],["385230","numbers,"],["385620",""],["385910",""],["386120",""],["386550","severely"],["386840",""],["387130","limiting"],["387490","the"],["387570","number"],["387910","of"],["388240",""],["388710",""],["389180","digits"],["389490","you"],["389580","have"],["389670","to"],["389770","process"],["390165",""],["390560","mentally."],["390910","Instead"],["391110","of"],["391270","32"],["391525",""],["391780","0's"],["392070","and"],["392140","1's,"],["392455",""],["392770","as"],["392880","we'll"],["392960","see"],["393090","in"],["393160","a"],["393210","second,"],["393680","you might"],["393800","be"],["393870","able"],["393980","to"],["394030","get it"],["394200","down"],["394400","to"],["394630","just"],["395040","8"],["395470",""],["395815",""],["396160","hexadecimal"],["396505",""],["396850","digits,"],["397160","a"],["397470","lot"],["397630","more"],["397760","concise."],["398035",""],["398310",""],["398755",""],["399200","The"],["399310","charts"],["399720","a"],["399810","few"],["399970","slides"],["400280","back"],["400550","will"],["400680","help"],["401050",""],["401380","you"],["401700","to"],["401955",""],["402210",""],["402600","figure"],["402910","out"],["402990","this"],["403140","mapping,"],["403500","although,"],["403850","again you'll"],["404110","memorize"],["404490","it"],["404570","pretty"],["404770","quickly."],["405250",""],["405660","We'll"],["406010","go"],["406110","through"],["406240","an"],["406290","example"],["406560",""],["406830","right"],["407100","now."],["407320","So"],["407470","if"],["407540","we"],["407620","have"],["407750","a"],["407810","number"],["408160","like"],["408420","this,"],["408730","this"],["409040","really"],["409440","large"],["409900","binary"],["410290","number,"],["410750",""],["411145",""],["411540","or"],["411660","what"],["411830","appears"],["412250","to"],["412320","be"],["412410","a"],["412480","large"],["412740","binary"],["413000","number."],["413340","And"],["413390","the"],["413470","reason"],["413630","I"],["413690","say"],["413860","that,"],["413980","it's"],["414330","just"],["414510","so--"],["414880",""],["415300","it's"],["415470","a"],["415580","behemoth,"],["416060","right?"],["416260","There's"],["416430","so"],["416700","many"],["416900","0's"],["417220","and"],["417330","1's"],["417570","there."],["417910",""],["418276",""],["418642",""],["419010","But"],["419130","we"],["419220","probably"],["419470","don't"],["419590","really"],["419760","have"],["419940","a"],["420000","sense"],["420255",""],["420510","of"],["420680","what"],["421000","the"],["421120","magnitude"],["421415",""],["421710","of"],["421800","this"],["421950","number"],["422320","really"],["422680","is."],["422870","We"],["422970","don't"],["423170",""],["423610","have"],["423790","any"],["423920","idea"],["424245",""],["424570","what"],["424780","it"],["424820","would"],["424920","correspond"],["425380","to"],["425530","a"],["425610","decimal."],["425880",""],["426150","And"],["426440","in"],["426580","fact"],["426790","we"],["426840","won't"],["426980","even"],["427180","see"],["427410","what"],["427530","it"],["427600","corresponds"],["428080","to"],["428180","in"],["428230","decimal"],["428580","right"],["428780","now."],["429190",""],["429610",""],["430080","We"],["430270","might"],["430460","be"],["430540","able"],["430650","to"],["430690","express"],["431120","this"],["431270","in"],["431360","a"],["431420","way"],["431560","that"],["431660","would"],["431790","give"],["431930","us"],["432300","some"],["432420","more"],["432640","information"],["433140","about"],["433370","just"],["433580","how"],["433680","big"],["434090",""],["434400","this"],["434590","number"],["434910","is."],["435380",""],["435640","So"],["435770","let's"],["435900","go"],["435980","to"],["436090","that"],["436280","conversion"],["436540",""],["436800","process."],["437270","The"],["437360","first"],["437590","thing"],["437690","we"],["437770","need"],["437900","to"],["438020","do"],["438260","is"],["438350","we want to"],["438610","group"],["439010","these"],["439370","digits"],["439800","out"],["440220",""],["440570","into"],["440880","groups"],["441250","of"],["441540","4,"],["441830","starting"],["442210","from"],["442360","the"],["442450","right"],["442800",""],["443050","and"],["443230","working"],["443560","to"],["443670","the"],["443770","left."],["444120","There"],["444360","happen"],["444710","to"],["444800","be"],["445000","32"],["445380",""],["445760","digits"],["446090","here,"],["446345",""],["446600","which"],["446850","means"],["447100","we"],["447180","have"],["447260","a"],["447300","nice"],["447560","clean"],["447940","break"],["448370",""],["448670","of"],["449100",""],["449365",""],["449630","8"],["449920","groups"],["450290","of"],["450390","4."],["450860",""],["451300",""],["451740",""],["451920",""],["451990",""],["452330",""],["452640",""],["453040",""],["453210","Remember"],["453500","that"],["453650","each"],["453920","group"],["454100","of"],["454200","4"],["454560","here,"],["455050","uniquely"],["455490","corresponds"],["455845",""],["456200","to"],["456500","a"],["456630","hexadecimal"],["456975",""],["457320","digit."],["457760","So we'll"],["457900","start"],["458280","again"],["458610","building"],["458940","our"],["459010","number"],["459460",""],["459720","from"],["459970","the"],["460170","right,"],["460480",""],["460790","and"],["461010","working"],["461310","left."],["461800",""],["462080","Well"],["462250","what's"],["462440","1101?"],["462937",""],["463434",""],["463931",""],["464430",""],["464890","Well"],["465070","we"],["465170","do"],["465260","the"],["465340","math"],["465580","out in"],["465740","our"],["465820","head,"],["466110","we"],["466210","have"],["466430","1"],["466785",""],["467140","in"],["467260","the"],["467420","eights"],["467640","place,"],["467900",""],["468160",""],["468570","a"],["468690","1"],["468955",""],["469220","in"],["469350","the"],["469420","fours"],["469910","place,"],["470245",""],["470580",""],["471000","a"],["471070","0"],["471520","in"],["471580","the"],["471670","twos"],["471920","place,"],["472315",""],["472710","and"],["473060","a"],["473140","1"],["473600","in"],["473660","the"],["473750","ones"],["474030","place."],["474310","That's"],["474540","8"],["474760","plus"],["474990","4"],["475220","plus"],["475430","1,"],["475920",""],["476290","which"],["476670","we"],["476790","would"],["476910","know"],["477170","as"],["477500","13."],["478000",""],["478500",""],["478820","But"],["478980","we"],["479090","probably"],["479280","wouldn't"],["479520","write"],["479930","13"],["480315",""],["480700","out,"],["481000","because"],["481200","we're"],["481360","working"],["481620","with"],["481760","hexadecimal."],["482080",""],["482400","We"],["482480","need"],["482690","to"],["483120","convert"],["483440","it"],["483580","to"],["483660","the"],["483740","hexadecimal"],["484075",""],["484410","equivalent"],["484720",""],["485030","of"],["485220","13,"],["485510",""],["485800","which"],["485890","is"],["486240",""],["486740","d."],["487154",""],["487568",""],["487982","0011,"],["488396",""],["488810",""],["489150",""],["489620","well"],["489720","that's"],["489860","a"],["489900","0"],["490220","in"],["490270","the"],["490420","eights"],["490630","place,"],["490980","a"],["491070","0"],["491510","in"],["491670","fours"],["492030","place,"],["492330",""],["492630",""],["492940","a"],["493050","1"],["493380","in"],["493440","the"],["493530","twos"],["493770","place,"],["494090","and"],["494180","a"],["494240","1"],["494480","in the"],["494630","ones"],["494900","place."],["495190","That's"],["495480","3."],["495845",""],["496210",""],["496545",""],["496880","I"],["496930","mean"],["497130","keep"],["497340","doing"],["497600","this"],["497740","again,"],["498120","we"],["498250","have"],["498500","here"],["499000","9."],["499360",""],["499720",""],["500180","And"],["500390","then"],["500710",""],["501030","11,"],["501410","but"],["501790","that's"],["501990",""],["502410","b,"],["502890",""],["503120","recall."],["503610",""],["503850","2,"],["504223",""],["504596",""],["504970",""],["505326",""],["505682",""],["506040","10--"],["506490","or"],["506765",""],["507040","a--"],["507410",""],["507890",""],["508370","6,"],["508705",""],["509040",""],["509325",""],["509610","and"],["509840","4."],["510205",""],["510570","And"],["510760","so"],["510860","that"],["511060","very"],["511270","large"],["511525",""],["511780","string"],["512085",""],["512390","of"],["512440","0's"],["512840","and"],["512940","1's"],["513210","of"],["513289","the"],["513400","top"],["513870",""],["514269",""],["514669","is"],["514789","more"],["514980","concisely"],["515255",""],["515530","expressed"],["515810",""],["516090","in"],["516150","hexadecimal"],["516520",""],["516890","as"],["517280","0x"],["517659",""],["518104","46a2b93d."],["518549",""],["519039",""],["519250",""],["519700",""],["519970",""],["520460",""],["520950",""],["521250",""],["521603",""],["521956",""],["522309","Well,"],["522639",""],["522970","OK,"],["523299","we've"],["523500","learned"],["523690","a"],["523730","new"],["523919","cool"],["524179","skill,"],["524590","what's"],["524790","the"],["524880","point?"],["525260",""],["525565",""],["525870","We"],["526070","might"],["526220","not"],["526360","use"],["526600","this"],["526770","all"],["527110","the"],["527220","time,"],["527605",""],["527990","as"],["528210","we're"],["528310","going"],["528400","to"],["528470","soon"],["528620","see,"],["528730",""],["529145",""],["529560","we"],["529990","use"],["530290","hexadecimal"],["530550",""],["530810","quite"],["531100","a"],["531160","lot"],["531570","as"],["531740","programmers."],["532055",""],["532370","Not"],["532630","necessarily"],["532890",""],["533150","for"],["533310","the"],["533430","purpose"],["533730","of"],["533820","doing"],["534120","math"],["534430","with"],["534630","it,"],["534830",""],["535060","but"],["535220","because"],["535640","a"],["535830","lot"],["536060","of"],["536140","times"],["536410","memory"],["536900","addresses"],["537390","in"],["537480","our"],["537580","system"],["537870",""],["538160",""],["538470","are"],["538610","represented"],["538930",""],["539250","in"],["539480","hexadecimal."],["539870",""],["540260",""],["540340",""],["540440","It's"],["540540","a"],["540580","really"],["540770","concise"],["541190","way"],["541300","to"],["541400","express"],["541900","otherwise"],["542370","cumbersome,"],["542660",""],["542950",""],["543160","binary"],["543650","numbers."],["543910",""],["544170",""],["544390","And"],["544660","so,"],["544940","again,"],["545240","you"],["545330","may"],["545470","not--"],["545790",""],["546060","you're"],["546330","probably not"],["546550","going to"],["546730","do any"],["546950","math"],["547270","with"],["547370","it,"],["547470","you are"],["547530","not"],["547640","going"],["547720","to"],["547770","be"],["547870","multiplying"],["548220",""],["548570","hexadecimal"],["548860",""],["549150","numbers"],["549440","together,"],["549810","or"],["550180","doing"],["550400","anything"],["550770","weird"],["550990","like"],["551160","that."],["551465",""],["551770","But"],["552060","it"],["552170","is"],["552330","a"],["552390","useful"],["552710","skill"],["552950","to"],["553030","have"],["553320","so"],["553450","you"],["553640","can"],["553920","express"],["554230",""],["554540","and"],["554680","understand"],["555095",""],["555510",""],["555815",""],["556120","memory"],["556500","addresses,"],["556880",""],["557260",""],["557590",""],["557920","and"],["558100","other"],["558460","ways"],["558910","of"],["559370","using"],["559810","data"],["560230",""],["560603",""],["560976",""],["561350","in"],["561780","C."],["562050",""],["562463",""],["562876",""],["563290","I'm"],["563460","Doug"],["563690","Lloyd,"],["564060","this"],["564310","is"],["564650","CS50."],["564990",""],["565290",""],["565590",""],["565890",""],["566190",""],["566490",""],["566790",""],["567090",""],["567390",""],["567690",""],["567990",""]],"paragraphs":[0,5660,38320,66710,127870,162480,198020,244370,265050,328980,363640,399200,435640,487982,522309,563290],"speakers":{"5660":"DOUG LLYOYD"}}