Search

Seeking inventions

“We know more than we can tell” – Michael Polanyi

Data-Path Explained

Data-Path:   Data-Path is all about the flow of data from instruction memory to registers, ALU, Data memory, Program counter and the other components of hardware where appropriate data needs to go. Consider our 16 bit processor. We have a... Continue Reading →

16 bit single cycle processor design

Download all circuits from github Introduction:  ISA (instruction set architecture) decides how to represent an instruction of a processor in Instruction memory, how the instruction is oriented, what is the length of an instruction, in which way the instruction should... Continue Reading →

16 bit ISA (instruction set architecture)

ISA (Instruction Set Architecture)   Introduction: Instruction set architecture (ISA) is an abstract model of computer. Our task is to design and implement an assembler for 16-bit RISC type CPU. Objective: After converting a high level programming language into assembly... Continue Reading →

4 bit carry look ahead Adder

Design of a 4 bit carry look ahead adder: If we draw a truth table by taking A, B and Cin as input and Cout as output, we can predict the Co circuit by solving K-MAP of that truth table.... Continue Reading →

How to install Oracle Java JDK on Ubuntu Linux

To install jdk we need some commands. These are all three commands we will need to install jdk. so,  just copy and paste these commands in the TERMINAL #sudo apt-add-repository ppa:webupd8team/java #sudo apt-get update #sudo apt-get install oracle-java8-installer Then ensure... Continue Reading →

Bug Marathon, Dhaka.

A day with Mozilla Qa Bangladesh Community

My First Java Developed Game “Flappy Minion”

Java is always fun. It's really interesting when anyone plays his own developed game 😛 When i was doing CSE 215 (Introduction to Java Programming), i made this game. And named it "Flappy Minion" .   Flappy Minion.jar File Download... Continue Reading →

Meal Calculator (Software)

Download Meal Calculator for Desktop Download Meal Calculator for Android Device Android app demo বাংলাদেশের বেশীরভাগ ছাত্ররা কয়েকজন বন্ধুরা মিলে বাসা ভাড়া করে, এবং ম্যাস এর মত সেই বাসায় থেকে পড়াশুনা করে। আমিও তেমনি । কিন্তু মাসের শেষের দিকে সবাই... Continue Reading →

How to install JDK on windows

Watch Video Tutorial (in Bangla) Java Development Kit (JDK) which is needed for writing java programs. It is freely available on Sun Microsystems (Now part of Oracle). JDK can be downloaded from http://java.sun.com "JDK" or "JRE" ? JRE (Java Runtime)... Continue Reading →

Blog at WordPress.com.

Up ↑