Skip to content

Month: Thursday April 16th, 2009

Conversion table – Computer Organization (INE5411)

I'm cursing Computer Organization given by Luiz C. V. Santos. The book used in this class is "Computer Organization and Design: The hardware/software interface", and I have the portuguese book so I created a conversion table from the english book to the portuguese.

Too see the conversion see the complete post.

Continue reading Conversion table – Computer Organization (INE5411)

Queue, Data Structure

Good Night, What is Queue? Queue is a data structure used a lot in computers, and it is based on the principle FIFO (First in,…

Continue reading Queue, Data Structure

Stack, Data Structure.

Good Night, What is Stack? Stack is a data structure of abstract data used a lot in computers, and it is based on the principle…

Continue reading Stack, Data Structure.