|
| |
| | BASIC Wars |
 | | True BASIC provides window and graphics commands, however some of the Macintosh input and output features (for example, windows and menus) are incompatible with True BASIC input and output (for example, INPUT and PRINT). |  | | True BASIC on the Mac is compatible with True BASIC on the IBM and the Amiga. |  | | The speed of each computer is related to the efficiency of it's BASIC interpreter and the clock speed of the computer. |
|
http://www.mactech.com:16080/articles/mactech/Vol.02/02.08/BASICWars
(6939 words)
|
|
| |
| | true - encyclopedia article about true. |
 | | They argue that sentences like "That's true" are prosentences (see pro-form A pro-form is a function word that substitutes a word, phrase, clause, or sentence whose meaning is recoverable from the context, and it is used to avoid redundant expressions. |  | | From this, it is usually taken that the predicate is true is empty, adding nothing to the sentence. |  | | Begin with a subset of sentences of a natural language that contains no occurrences of the expression "is true" (or "is false"). |
|
http://encyclopedia.thefreedictionary.com/true
(4175 words)
|
|
| |
| | Introduction to True BASIC |
 | | The BASIC programming language was developed in 1965 by John G. Kemeny and Thomas E. Kurtz as a language for introductory courses in computer science. |  | | In True BASIC the number of pixels is irrelevant because the mapping of the absolute values of the coordinates to the device coordinates or pixels is done by True BASIC. |  | | True BASIC programs can run without change on computers running the Macintosh, Unix, and Windows operating systems. |
|
http://sip.clarku.edu/tutorials/True_BASIC.html
(4696 words)
|
|
| |
| | Programming In BASIC: An Introduction to True BASIC |
 | | In 1964, Dr. John Kemeny and Dr. Thomas Kurtz of Dartmouth College developed BASIC (Beginner's All-Purpose Symbolic Instruction Code) in an attempt to create a computer language that was easy to learn and easy to use Today, it's the most widely used computer language. |  | | BASIC has also been influenced by the growing emphasis in computer science on well-structured programming. |  | | In standard BASIC the control structures are the For-Next loop, the If-Then-Else statement, the Gosub-Return subroutine call and the Goto statement. |
|
http://www.atarimagazines.com/startv3n7/usingtruebasic.html
(1272 words)
|
|
| |
| | Programming in True BASIC |
 | | True BASIC makes use of channels (pathways) to disk files, the printer, and windows. |  | | These routines are written in True BASIC and can be used in your programs. |  | | In addition to the statements discussed above, True BASIC (Version 2.0) includes three libraries of graphics-related routines. |
|
http://www.atarimagazines.com/startv4n4/truebasic.html
(1187 words)
|
|
| |
| | HCPCP -- True BASIC Appendix |
 | | True BASIC is a version of the computer language BASIC, which includes convenient editing and operating systems. |  | | To use True BASIC effectively in the computer projects you need to become familiar with its elementary programming syntax and with the operating system that you use for creating, editing and running programs. |  | | These basic programming skills will allow you to do nearly all the assignments in the computer project you are working on. |
|
http://www.haverford.edu/physics-astro/Roelofs/HCPCP/TBApp/Desc.html
(444 words)
|
|
| |
| | BASIC |
 | | Another ancestor of BASIC was Dartmouth Oversimplified Programming Experiment (DOPE), which was too primitive to be useful, however both Darsimco and DOPE enabled Kemeny and Kurtz to experiment with computer languages that were targeted to the non-expert computer user. |  | | Ten years later, a version of BASIC written by Bill Gates and Paul Allen was included on the Altair, the first personal computer, and after three decades, BASIC is by far the most popular computer programming language. |  | | On May 1, 1964, two programs written in BASIC ran simultaneously on the Dartmouth time-shared system and both accomplishments would change computing forever. |
|
http://cis-alumni.org/BASIC.html
(316 words)
|
|
| |
| | True BASIC |
 | | True BASIC programs from Introduction to Computer Simulation Methods, H. Gould and J. Tobochnik. |  | | Contact True BASIC for the latest versions and pricing information. |  | | The student edition is limited only by the size of the file, a limitation that is easy to work around by using modules. |
|
http://sip.clarku.edu/TrueBASIC/TrueBASIC.html
(108 words)
|
|
| |
| | ScienceDaily -- Browse Topics: Computers/Systems/Apple/Macintosh/Development/Languages/BASIC/True_BASIC |
 | | Introduction to True BASIC - Tutorial based on the text, "Introduction to Computer Simulation Methods", by Harvey Gould and Jan Tobochnik. |  | | The features of True BASIC which are common to other procedural languages are emphasized. |  | | Top: Computers: Systems: Apple: Macintosh: Development: Languages: BASIC: True BASIC |
|
http://www.sciencedaily.com/directory/Computers/Systems/Apple/Macintosh/Development/Languages/BASIC/True_BASIC
(618 words)
|
|
| |
| | CS110 - TRUE BASIC Assignments |
 | | As you enter code in TRUE BASIC, save often to avoid losing your work. |  | | From the Windows START icon, select: Programs, Class Software, TRUE BASIC Bronze Edition, TB Bronze, and click New in the Open File window for a Source Code (Untitled) window. |  | | only the program LIST (TRUE BASIC instructions) that you have written to solve the problem -- note that the TRUE BASIC file should not have any extensions after the file name. |
|
http://remus.rutgers.edu/~goelz/cs110/basic1.html
(548 words)
|
|
| |
| | Computers and Internet ... True Basic Category at SunSteam Search |
 | | True BASIC, Inc. is a pioneer in the software publishing field, providing computer programming tools and consumer software titles. |  | | a guide to programming in True Basic TB Ref is a reference and tutorial for... |  | | Save time & money every time you shop online: DealTime is a free comparison-shopping service that helps you find the web's best prices on everything from computers & electronics to jewelry, toys & more. |
|
http://www.sunsteam.com/directory/Computers_and_Internet/Macintosh/Development/Languages/Basic/True_Basic/index.html
(199 words)
|
|
| |
| | True BASIC - Wikipedia, the free encyclopedia |
 | | True BASIC is a fully structured variant of the BASIC programming language descended from Dartmouth BASIC – the original BASIC – invented by college professors John G. Kemeny and Thomas E. Kurtz. |  | | When True BASIC appeared on the market, initially based on Dartmouth BASIC 7 -- otherwise known as ANSI BASIC -- it implemented a number of new features over QBASIC, and allowed the user a 16 color (redefinable), 640×480 backdrop for programming. |  | | True BASIC introduced new functions for graphics primitives like plot, plot area, flood, etc. It also was the first to provide a method for saving a portion of the screen and blitting it elsewhere, but had no proper buffering implementation. |
|
http://en.wikipedia.org/wiki/True_BASIC
(175 words)
|
|
| |
| | True BASIC Intro |
 | | A program is a list of instructions to the computer telling it how to perform a specific task. |  | | Here is a short example of a True BASIC program. |  | | The 'CLEAR' statement simply clears off any text that might be already on the computer screen, and the 'PRINT' statements display information on the screen.Each of these commands could have been executed one at a time by typing them into the Command Window. |
|
http://www.mcps.k12.md.us/schools/takomaparkms/academics/cs/magnet78/basic/programmingbasics.html
(256 words)
|
|
| |
| | Using True BASIC Libraries |
 | | When you are designing a routine that is destined for a library, remember that True BASIC considers all library routines to be external. |  | | The process of creating a library in True BASIC is actually quite simple. |  | | Modern structured programming languages such as True BASIC offer mechanisms designed to help programmers avoid the tedium inherent in writing repetitive |
|
http://www-acs.ucsd.edu/~ir118/MAE5W03/libraries.html
(1436 words)
|
|
| |
| | Programming Basic - Offers News, Tools, Components, And Other Resources |
 | | Learn how to write simple applications and applets that accept user input and perform basic file access operations. |  | | Programming in Liberty BASIC can help you to understand computers. |  | | Free Visual Basic 6 tutorials, beginner's page, developer section, free code, online newsgroups, books, maillists, and additional VB 6. |
|
http://www.vlasishost.com/news/programming-basic.html
(414 words)
|
|
| |
| | Visual Basic: True Basic Error Handling. Question 20149258 |
 | | From what I've read thus far, error handling in Visual Basic is not all that intuitive. |  | | I've looked at other places out there on the Web, looking to add, at the very least, an error-handling routine to handle most of the trappable errors in my quite basic program. |  | | Oh, I tried adding "On Error GoTo errHandler" and coding a message box to trap the error (one of my most annoying errors - see my other question posted today), as in: |
|
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20149258.html
(1059 words)
|
|
| |
| | Bookworkz.com: Programming in True BASIC: Problem Solving with Structure and Style |
 | | Taking advantage of True BASIC's user-friendly development environment, this book presents structured programming principles - such as problem solving, top-down modular program design, and programming style - in a format that is ideal for readers with no prior programming experience. |  | | Users will learn to write readable, reliable, and well-documented programs, and be able to move on to more advanced topics and other programming languages without having to unlearn bad habits. |  | | Bookworkz.com: Programming in True BASIC: Problem Solving with Structure and Style |
|
http://www.bookworkz.com/education/education/0534953514.html
(198 words)
|
|
| |
| | [No title] |
 | | True Basic: The Structured Language System for the Future (07-Ibm2/L, Version 2.1) |  | | True Basic: The Structured Language System for the Future (07-Ibm2/L, Version 2.1) John G. Kemeny ISBN: 0939553007 |  | | Please wait while we find you the best price for True Basic: The Structured Language System for the Future (07-Ibm2/L, Version 2.1), this should take no more than 30 seconds. |
|
http://www.bookhead.co.uk/0939553007.aspx
(85 words)
|
|
| |
| | Terms used in True Basic |
 | | built-in function: function that is part of the True BASIC |  | | channel number: True BASIC identifying number for a file or |  | | source program: program of language (True BASIC) statements |
|
http://www-acs.ucsd.edu/~ir118/AMES5.F98/Help.True.Basic/terms.html
(943 words)
|
|
| |
| | True BASIC will stun the world |
 | | Topics: an introduction to structured computer programming; the language True BASIC will be used as the vehicle for reaching that goal, but the purpose of the course is NOT to learn True BASIC. |  | | Text: none, other than handouts distributed in class; however, various True BASIC texts and manuals will be placed on reserve in both in Lane Library and in the Todd Wehr Faculty Secretarys office. |  | | I'm frequently there other times as well; appointments are not necessary, but can be made, if you wish; if Im not in my office when you stop by, an appointment can be made by signing the appointment sheet on my bulletin board. |
|
http://www.ripon.edu/Faculty/BeresK/KABHome_files/Syllabus110.html
(410 words)
|
|
| |
| | GNU Smalltalk Library Reference |
 | | We are true - anded with anything, we always answer the other operand, so evaluate aBlock |  | | Answer whether the receiver and aBoolean represent the same boolean value |  | | Answer whether the receiver and aBoolean represent different boolean values |
|
http://www.sens.buffalo.edu/UBiquity/software/gnu/doc/web/share/doc/smalltalk/html/gst-base/html/True-basic.html
(171 words)
|
|
| |
| | True BASIC - OneLook Dictionary Search |
 | | True BASIC : Free On-line Dictionary of Computing [home, info] |  | | Phrases that include True BASIC: true basic programming language |  | | Tip: Click on the first link on a line below to go directly to a page where "True BASIC" is defined. |
|
http://www.onelook.com/cgi-bin/cgiwrap/bware/dofind.cgi?word=True+BASIC
(90 words)
|
|
| |
| | True Basic |
 | | True BASIC Silver Edition The most efficient tool you can use to create new programs in the elegant and easy-to-understand True BASIC programming language. |  | | All information does not have to be true! |  | | SPEEDS DEVELOPMENT TIME: Functions to create GUIs are now part of the True BASIC Language System! |
|
http://www.geocities.com/truebasicsilver/truebasic.html
(199 words)
|
|
| |
| | True Basic A sketch of John Kemeny for the Dartmouth Alumni Magazine |
 | | Then they co-authored BASIC, the internationally used computer language that opened computing to a much wider public. |  | | He and fellow Dartmouth mathematician Tom Kurtz revolutionized computing with the world's first time-sharing system. |  | | True Basic A sketch of John Kemeny for the Dartmouth Alumni Magazine |
|
http://www.math.dartmouth.edu/history/TBasic
(2055 words)
|
|
| |
| | Energy Citations Database (ECD) - Energy and Energy-Related Bibliographic Citations |
 | | Availability information may be found in the Availability, Publisher, Research Organization, Resource Relation and/or Author (affiliation information) fields and/or via the "Full-text Availability" link. |  | | Energy Citations Database (ECD) Document #5340974 - Standard BASIC programming with true BASIC |
|
http://www.osti.gov/energycitations/product.biblio.jsp?osti_id=5340974
(147 words)
|
|
| |
| | ST New Products: Wizard's Crown, Rings of Zilfin, Colonial Conquest, Minigolf, Bridge, MasterPlan, Shuttle II, Perfect ... |
 | | An in-line Motorolacompatible assembler lets you switch to assembly language without leaving the interpreted BASIC environment. |  | | Real BASIC features an integrated, powerful full-screen editor and extended graphics instruction. |  | | True BASIC, version 2.0, offers modules and graphics support that truly takes advantage of the ST's graphics capabilities, and, because it's a compiler, it's much faster than ST BASIC. |
|
http://www.atarimagazines.com/v6n5/stnewproducts.html
(1627 words)
|
|
| |
| | Liberty BASIC - Easy Programming for Windows |
 | | At just $29.95, Liberty BASIC costs less than most programming books. |  | | It's not approachable - Most programming languages are not laid out in an easy to use way, or they require you to buy extra books to learn them. |  | | Programming language software can cost hundreds or even thousands of dollars. |
|
http://www.libertybasic.com
(201 words)
|
|
| |
| | GoodNoodles Technology Forums: True Basic Help Needed! Thanks! |
 | | Well I found this page on google about True Basic which has a section on arrays... |  | | So this all leads up to this program im trying to make to start my programming "career" if you will. |  | | I'm trying to write a program in true basic that determines the best possible hand out of a deck of 52 in poker given certain inputs, 1-13 is the diamond suit, starting from ace going through king, 14-26 is hearts, 27-39 is spades, and 40-52 is clubs. |
|
http://forums.goodnoodles.com/viewtopic.php?t=503
(558 words)
|
|
| |
| | Some web pages with free JavaScript Java applets -- also for downloading |
 | | The following interactive programs are written in True Basic (a newly discovered programming language for me, at least) that can be run on most operating system computers, including Windows and Macs. |  | | I compose these programs for problems I set or others set to solve. |  | | I am just beginning to experiment with True Basic so there may be some problems at first. |
|
http://members.shaw.ca/ohooge/welcome4.html
(314 words)
|
|
| |
| | True BASIC for the Macintosh Available in the Fall |
 | | A preliminary version of True BASIC for the IBM personal computer will be available in June, with the final version ready for distribution in the fall. |  | | You may be using a Web browser that does not support standards for accessibility and user interaction. |  | | True BASIC, Incorporated, a commercial entity founded by Kemeny and Kurtz, announces that True BASIC for the Macintosh will be available in the fall of 1984. |
|
http://www.dartmouth.edu/comp/about/history/timeline/1980s/84/truebasic.html
(122 words)
|
|
| |
| | [No title] |
 | | The UCSD Instructional Computer Center has site licensed True BASICª for the IBM-PC. |  | | Disks can be copied from the ICC Software Librarian with no fee. |  | | Our mail code is 0110 and our phone number is 534-4060. |
|
http://swdist.ucsd.edu/swdist/Macintosh-Other/README-True%20BASIC%20avail..txt
(86 words)
|
|
| |
| | True BASIC programming language : True BASIC |
 | | BASIC programming language : True BASIC article @ Euro Online Encyclopedia'>True BASIC programming language : True BASIC |  | | BASIC programming language : True BASIC article @ Euro Online Encyclopedia'>True BASIC programming language : True BASIC article at Free Euro Online Encyclopedia | |  | | True Basic is the variant of the BASIC programming language still maintained and enhanced by the original inventors of the language - John G. Kemeny and Thomas E. Kurtz. |
|
http://www.eurofreehost.com/tr/True_BASIC.html
(136 words)
|
|
| |
| | compilers.net > directory > free > compilers > basic |
 | | Help also includes example programs on each command or statement. |  | | PowerBasic is a compiler, not an interpreter, for Basic programming language. |  | | Made to be embedded in applications to manipulate appliaction's objects and call application's functions. |
|
http://www.compilers.net/Dir/Free/Compilers/Basic.htm
(139 words)
|
|
| |
| | Neowin.net -> True Basic help |
 | | I just started an intro to computers class, and i was wondering if anyone knew of a free True basic program that i can download. |  | | ive been there already too, it just send u to the true basic website, and u can only get a demo verison of the program. |  | | Hey everyone, this is my first post, but ive been reading neowin for over a year now. |
|
http://www.neowin.net/forum/index.php?showtopic=111881
(281 words)
|
|
| |
| | Find in a Library: Standard BASIC programming with true BASIC |
 | | WorldCat is provided by OCLC Online Computer Library Center, Inc. on behalf of its member libraries. |  | | Find in a Library: Standard BASIC programming with true BASIC |  | | To find a library, type in a postal code, state, province, or country. |
|
http://worldcatlibraries.org/wcpa/ow/ed1e6c8dc40c830fa19afeb4da09e526.html
(39 words)
|
|
| |
| | True BASIC : A Complete Manual - No. 1970 - Simpson, Henry K. |
 | | Keywords: BASIC COMPUTER PROGRAM LANGUAGE COMPUTERS PROGRAMMING LANGUAGES True BASIC : A Complete Manual - No. 1970 Basic Computer Language Program 197 pages. |  | | Discover the added programming power and versatility offered by this exciting new version of BASIC. |  | | True BASIC : A Complete Manual - No. 1970 - Simpson, Henry K. Home |
|
http://www.northwestbooks.net/si/55509183.html
(98 words)
|
|
| |
| | Xtreme Visual Basic Talk - True Basic |
 | | Also, are there any good True BASIC programming websites? |  | | Help with doing properties in a monopoly game |  | | Xtreme Visual Basic Talk > Other Languages > Miscellaneous Languages > True Basic |
|
http://visualbasicforum.com/t133272.html
(60 words)
|
|
| |
| | Statements in True Basic |
 | | SET item value assigns a new value to a computer environment |  | | "true", only branch2 is executed; if condition3 is "true", only |  | | executes simple-statement1 if the condition is "true", simple- |
|
http://acs.ucsd.edu/~ir118/AMES5.F98/Help.True.Basic/statements.html
(1006 words)
|
|
| |
| | Treatment Enhances Ultradian Rhythms of CSF Monoamine Metabolites in Patients with Major Depressive Episodes |
 | | Finding periodicity changes in the HVA : 5-HIAA ratio but not in the single metabolite levels could be related to factors other than true system interactions that are discussed above. |  | | Oscillatory changes were less consistent in the individual monoamine measures (HVA or 5-HIAA) than in their ratio, possibly because the ratio analysis detected true changes in interactions between the systems. |  | | Caveats remain that the present ratio analysis cannot clearly distinguish between, for example, enhanced variability in HVA and dampening of variability in 5-HIAA, and that the changes observed with antidepressant treatment might be due to artefacts of medication that are unrelated to mood pathophysiology. |
|
http://www.nature.com/npp/journal/v30/n11/full/1300746a.html
(6529 words)
|
|
| |
| | JT's Conversations on True Basic: Becoming Acquainted with Basic by Kendall/Hunt Publishing Company |
 | | You can expect quick and complete software search and the best price when you use AAA Software Search. |  | | JT's Conversations on True Basic: Becoming Acquainted with Basic Manufacturer Kendall/Hunt Publishing Company Part Number |  | | JT's Conversations on True Basic: Becoming Acquainted with Basic by Kendall/Hunt Publishing Company |
|
http://www.aaasoftwaresearch.com/Software/Features/0787250902
(141 words)
|
|
| |
| | Math 333/433 Winter/Spring 2003- True Basic Programs |
 | | Maple program for Minimizing using Conjugate Gradients, or |  | | These are the Programs written in True Basic presented in the Lectures. |  | | Use True Basic functions to solve x-sin(x) with Newton's Iteration |
|
http://www.calpoly.edu/~ajjimene/TrueBasicProgramsMath333Win03.html
(82 words)
|
|
| |
| | untitled |
 | | Microsoft Viewers and Converters - View presentations even if you don't have PowerPoint |  | | Free-Ed.Net - This is a complete course of study for desktop publishing with Microsoft Publisher 98. |  | | True BASIC Information Center - Homepage of True BASIC |
|
http://www.mcpasd.k12.wi.us/~kms/olver/webfolderolver/links.htm
(181 words)
|
|
|