Search

Seeking inventions

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

Category

Uncategorized

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 →

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 →

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 →

Blog at WordPress.com.

Up ↑