send link to app

Little Boy Computer app for iPhone and iPad


4.0 ( 4800 ratings )
Education
Developer: Ayodeji Yakubu
Free
Current version: 2.5.0, last update: 1 year ago
First release : 09 Oct 2017
App size: 28.88 Mb

LBC is a tool designed in the aid of teaching fundamentals in computer programming. Variables, Loops and Conditionals are the fundamentals.
It models a simple von Neumann architecture computer in a reduced sudo assembly language represented by icons in a visual way.

There are icons for Instructions, icons for variables and icons for locations which are used as mnemonic labels for building code..

Once a Visual structure is built, it can be ran to execute the program line by line.

Once a user has mastered LBC they can move on to Little Man Computer.

How to use:
On the main screen touch one of the twelve buttons. The code associated with this button will be opened in the Editor View.
Select the line of code you’d like to edit, on the lefthand side.
Select one of the five buttons on the righthand side to choose location, first variable, instruction, second variable or jump for editing.
Select an icon you’d like to replace the previous icon with.
Select a new line and follow the last two steps until you have achieved the desired code.

Select the arrow pointing right. This opens your code in the Run View, where you can run you code.

Press the X button to take you back.

From main screen you can also view more detailed instructions by pressing the info button.