ScratchData LogoScratchData
Back to chaltmaster's profile

Computron V 1.0

CHchaltmaster•Created June 6, 2012
Computron V 1.0
6
4
279 views
View on Scratch

Description

This is a simulation of a computer with its own programming system and command prompt. It is text based and has no windows (besides lists). you can make files that contain text, create variables, and do simple 2 term math problems (as of now). If you have suggestions or questions, feel free to comment about it :) How to use: -------------------- I will go over the basic commands and how to use them. *MAKING VARIABLES: to define a variable, start with a hashtag (#) at the beginning of the variable's name, and one at the end of the name (it uses these to recognize the variable's name). then, followed by an equal sign (=), then input the value (number) you wish to give the variable. it should look something like this: #variable#=10 *CREATING/EDITING FILES: this is fairly simple to do, as the command walks you through. enter "newtxt" into the 'command:' prompt, and it makes a new file. then to edit, enter "changetxt" into the command prompt and it will ask for the original file name, then new file name, then new file text. *DELETING FILES: pretty straight forward, just enter "delete", and it will ask you for the filename of what you wish to delete. *SOLVING MATH PROBLEMS: first, enter a back slash (\), then enter a two term math problem using *, /, +, or - for the operators. you can include variables if you like, using the hashtags (#) as directed earlier. it should look something like this: \5+2 *PRINTING FILES: this command "prints", or copies the text of a file onto the screen so you can see better. enter "print", and it will ask you the filename. for printing a variable, remember to surround variable name with number signs (#). Note: the syntax of the commands is very important to be exact, because otherwise it may the command may not execute correctly, or it will simply give you an error message. Please comment in detail about any glitches you discover, and tell me how you got the glitch and any other details you can provide ----------------- thanks -Chaltmaster

Project Details

Project ID2592900
CreatedJune 6, 2012
Last ModifiedJune 6, 2012
SharedJune 6, 2012
Visibilityvisible
CommentsAllowed