Assembly requires a knowledge of the cpu architecture pipeline and memory storage addressing. Those concepts are generally abstracted away in modern languages
Assembly requires a knowledge of the cpu architecture pipeline and memory storage addressing. Those concepts are generally abstracted away in modern languages
Would you care to elaborate why you say that isn’t a huge pay raise? It seems quite significant to me.
These machines are typically wired to electrical directly. I would expect they are powered using 480 VAC. Google states they typically use about 14kw in standby mode and up to 80 kw for a scan.
Thank you both for a positive example of challenging someone’s post.
I’m guessing CF stands for cluster fuck.
For those not familiar with it, it is an aptitude test that covers a wide range of topics. The results can be informational. Beware if you score well enough to fill a job in the army that is really understaffed, you will never get the recruiters to stop calling.
What happens when the only way to seat a family together is to break up another family. What if you need to separate a couple who is engaged and traveling together?
100 is just the average. Most people score within 15 points in either direction of the average. The point being that 2 digit IQ occurs in about half the population. That said, his 79 still means he is dumb.
7th amendment provides for a jury trial in common law. The 6th provides for a jury in criminal cases.
Should call it jerk day.
I said modern programming languages. I do not consider C a modern language. The point still stands about abstraction in modern languages. You don’t need to understand memory allocation to code in modern languages, but the understanding will greatly benefit you.
I still contend that knowledge of the cpu pipeline is important or else your code will wind up with a bunch of code that is constantly resulting in CPU interrupts. I guess you could say you can code in assembly without knowledge of the cpu architecture, but you won’t be making any code that runs better the output code from other languages.