collect the videos you love
collect | share | explore
Tag results for cpu
sort by: relevance | recent
Results from all user's collections (84 out of ~84)
The results from your search appear low, try our web search for better results.
amd 2022 product premiere - youtube

watch ceo dr lisa su present the amd 2022 product premiere on january 4th 2022 highlighting upcoming computing and graphics solutions from amd and its par
amd at ces 2021 - youtube

join ceo dr lisa su as she highlights amdrsquos high-performance computing and graphics solutions portfolio and outlines the companyrsquos innovative vision for the
mechanical cpu clock

this clock represents the inner working of a modern cpu in a mechanical manner just like a cpu it contains registers alu memory buses and a control unit the current hour is read from register a in binary format the msb is at the bottom and the lsb is at the tophere is the code that the clock is executing 1: check_dtd2: jump 53: clear4: jump 15: increment6: equal 117: jump 18: set_dtd9: jump 1for more information see: http:wwwliorelazarycomindexphpoption=com_contentampampview=articleampampid=46:mechanical-cpu-clockampampcatid=10:clocksampampitemid=15
do you need a top cpu for gaming

processors can range anywhere from 100 to over 500 these days most enthusiasts and avid gamers will likely want to have the best of the best but do we really need thatltbrgtltbrgtin this video we039ll explore the difference between running an i7-9700k at 5 ghz and 36 ghz in a couple different gaming scenarios and checking the differences and situations where it mattersltbrgtltbrgtprocessor used intel i7-9700k at amazon:ltbrgtcom - https:amznto2mjp0rmltbrgtde - https:amznto34cm2wsltbrgtcouk - https:amznto34b8bpoltbrgtltbrgtgpu used msi geforce gtx 1660 ventus xs 6g ocltbrgtcom - https:amznto2mibzwiltbrgtde - https:amznto2zqpq35ltbrgtcouk - https:amznto2pnfov4ltbrgtltbrgtltbrgt ltbrgtif you shop on amazon and would like to help support the channel feel free to use one our affiliate links it costs you literally nothing - check my video on the am
how to apply thermal paste the kentucky way

http:teksyndicatecomvideoshow-install-thermal-paste-kentucky-wayjoin tek syndicate because our audience is awesome: http:teksyndicatecomuserregisterthermal paste is the easiest thing in the world to install just gob a heaping helping on top of your cpu smack that heat sink in there and blam it039s all goodroyalty free music from: http:wwwdrbluegrasscompop-uppop-uphtml
how to make extra money by selling your used computer parts to buysellramcom - youtube

what kind of computer parts do we buy for cash check:https:wwwbuysellramcomsell-graphics-card-gpufor selling gpu check this post:https:wwwbuysellramcomblog10-best-places-to-sell-gpu-for-cash-for-the-most-returnswe also buy test equipment:https:wwwbuysellramcomsell-test-equipment
os-storecom - china electronics wholesale pc accessories wholesale

website: http:wwwos-storecom - hi welcome to os-store the best worldwide wholesale electronics consumer electronics supplier you can buy a cheap discount electronics and pc accessories include: cell phone apple parts accessories tablet pc iphone ipad camera flash card mp3mp4 player car electronics video game accessories etc
laptop parts

http:wwwmacvintechcom shenzhen macvin technology co ltd experts in manufacturing and exporting laptop cooler fans laptop dc power jack and 3212 more products
intel will launch a 28-core 5ghz cpu by the end of the year engadget today

18 cores so quaintintel039s 18-core i9 cpu is still impressive but that039s last year039s news today at computex intel svp gregory bryant demoed a 28-core processor running at 5ghz it039s the first time we039ve seen a single socket desktop cpu cram in that many cores and it039s certainly powerful in cinebench it achieved a score of 7334 on stage something that039s only bested by multi-processor systems better yet bryant says it039s not just a concept as intel plans to sell the 28-core cpu by the end of the year time to start savingsubscribe to engadget on youtube: http:engtcosubscribeget more engadget: like us on facebook: http:wwwfacebookcomengadget follow us on twitter: http:wwwtwittercomengadget follow us on instagram: http:wwwinstagramcomengadget read more: http:wwwengadgetcomengadget is the original home for technology news and reviews
see how the cpu works in one lesson

go inside the computer to uncover the inner workings of the cpu including the control unit the alu registers and much morebut how do it know website: http:wwwbuthowdoitknowcomsee the 6502 cpu simulation: http:visual6502orgjssimindexhtmlfor anyone annoyed by the breaths between speaking try this unlisted version with edited audio: https:wwwyoutubecomwatchv=ikdbs21hwf4download the powerpoint file used to make the video: https:docsgooglecomfiled0bzwhnpicsnw0cgvmx0c3svzzmfkeditusp=sharingthe cpu design used in the video is copyrighted by john scott author of the book but how do it knowthere are a few small differences between the cpu in the video and the one used in the book those differences are listed below but they should not detract from your understanding of eithercontrol unit - this component is called the control section in the book it is called control unit here simply because that is a more common name for it that you might see used elsewhereload instruction - in this video what039s called a load instruction is actually called a data instruction in the book the scott cpu uses two different instructions to move data from ram into the cpu one loads the very next piece of data called a data instruction in the book and the other uses another register to tell it which address to pull that data from called a load instruction in the book the instruction was renamed in the video for two reasons: 1 it might be confusing to hear that the first type of data we encounter in ram is itself also called data 2 since the load instruction from the book is a more complex concept it was easier to use the data instruction in the video to introduce the concept of moving data from ram to the cpu in and out instructions - in the scott cpu there is more involved in moving data between the cpu and external devices than just an in or an out instruction that process was simplified in the video to make the introduction of the concept easier accumulator - the register that holds the output of the alu is called the accumulator in the book that is the name typically used for this register although it was simply called a register in the videomemory address register - the memory address register is a part of ram in the book but it is a part of the cpu in the video it was placed in the cpu in the video as this is generally where this register resides in real cpus jump instructions - in the book there are two types of unconditional jump instructions one jumps to the address stored at the next address in ram this is the one used in the video and the other jumps to an address that has already been stored in a register these are called jmp and jmpr instructions in the book respectivelymissing component - there is an additional component missing from the cpu in the video that is used to add 1 to the number stored in a register this component is called quotbus 1quot in the book and it simply overrides the temporary register and sends the number 1 to the alu as input b insteadreversed components - the instruction register and the instruction address register are in opposite positions in the diagrams used in the book they are reversed in the video because the internal wiring of the control unit will be introduced in a subsequent video and keeping these registers in their original positions made that design process more difficult op code wiring - the wires used by the control unit to tell the alu what type of operation to perform appear near the bottom of the alu in the video but near the top of the alu in the book they were reversed for a similar reason as the one listed above the wiring of the alu will be introduced in a subsequent video and keeping these wires at the top of the alu made the design process more difficult
top 5 pc games for 2gb ram

share videos - https:bitly2ym9edmltbrgtsubscribe for more content and turn on the notification bell ltbrgtmusic: https:wwwbensoundcomltbrgt-------------------------------------------------------------------------------------------------------------------------------ltbrgtltbrgt1battlefield: bad company 2ltbrgtltbrgtbattlefield: bad company 2 is a first-individual shooter video game created by the swedish firm ea dice and distributed by electronic arts for microsoft windows pc it is an immediate spin-off of battlefield: bad company and is a piece of the battlefield game series it pursues different games in the arrangement by enabling the player to control certain vehicles including atvs tanks and helicopters by walking players are offered access to an assortment of true little arms such as machine weapons and ambush rifles players can likewise bounce hunker and dash they can convey one essential weapon and a pistol in multiplayer or two essential w
we bought everything in this mom amp pop computer store - youtube

enter free for a chance to win a hennessey ford bronco or 75000 through sep 30th at https:ridgecomlinus use code ldquolinusrdquo for 10 off your order and 10
where gaming begins amd ryzentrade desktop processors - youtube

join amd ceo dr lisa su as she details the highly anticipated amd ryzentrade desktop processor lineup powered by the groundbreaking ldquozen 3rdquo architecture su
i made a 32-bit computer inside terraria - youtube

i document my journey implementing computerraria: a 32 bit cpu running inside the game terraria i039ve been working on this for over 6 months now and thought
duo adept: an 8-bit homebrew computer

the duo adept is an 8-bit homebrew ttl cpu gpu i have designed and built as a challenge i used only basic kinds of logic chips no microcontroller or video card it has a black and white tv monitor and keyboard and is generally awesomeoh and i forgot to mention: i made this when i was a highschooler with no formal education in electronics :for more information about the machine please go to this page:http:webmaccomteisenmanniwebadeptpagemenuhtml