Geometry.Net - the online learning center
Home  - Basic_Q - Qbasic Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-114 of 114    Back | 1  | 2  | 3  | 4  | 5  | 6 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Qbasic Programming:     more books (100)
  1. Qbasic by Susan K. Baumann, Steven L. Mandell, 1992-01
  2. Microsoft Visual Basic 6.0 Introduction to Programming by Michael Sprague, Phillips, 1999-09-02
  3. Teach Yourself Qbasic by Chuck Butkus, 1991-09
  4. Data File Programming in Basic (Self-Teaching Guide) by LeRoy Finkel, Jerald R. Brown, 1981-06
  5. Basic Programming for the IBM PC by Robin Raygor, Robert Bateson, 1986-01
  6. Hello Program Design: Introduction to Programming With Qbasic & Flowcharts by Janet E. Joy, 1997-07
  7. Qbasic Programming by David I.; Peter Norton Computing Group Schneider, 1991
  8. Qbasic Programming (Peter Norton Programming Series) by David I. Schneider, 1991
  9. Introduction to programming in QBasic by Susan K Baumann, 1993
  10. QBASIC programming using software engineering techniques (College custom series) by Ellen Bailey Phelps, 1993
  11. Structured Programming With Microsoft Qbasic by Larry Joel Goldstein, 1993
  12. Introduction to Programming Visual Basic by Ralph Duffey, 1995-11-01
  13. Structured Programming with Basic by Evelyn Denham, 2002-05
  14. Structured Programming With True Basic by MORRILL, 1986-12

101. CIS 180 Lab Quizzes
Write a qbasic program that clears the screen. The program should use four Write a qbasic program containing a double, nested loop to produce the
http://www.lcc.ctc.edu/faculty/dderkacht/CourseData/CIS180/LabQuizzes/CIS180 Lab
Lab Quizzes for CIS 180
Winter Quarter 2005

Home
Back The quizzes listed on this page are lab quizzes. Each quiz focuses on some aspect of the current lecture and must be completed during the lab. Documentation for each quiz is due at the end of the lab. If a student is not able to complete a given quiz, then the student should finish as much as possible, and provide documentation for partial credit. Documentation for a quiz should include the following: Name Quiz Number Class Date Source Code Output For example, the following documentation is adequate for this particular, simple Hello World program. Rhombus Q. Student Quiz 1 CIS 180 A 5 January 2005 Source Code: REM Program Name: HelloWorld REM Programmer: Rhombus Q. Student REM Date: 5 January 2005 REM Purpose: HelloWorld writes to standard REM output the phrase Hello World. CLS PRINT "Hello World" END Output: Hello World Week Two
Quiz 1
Please read A Tale of Two Programs before starting Quiz 1. Write a QBasic program that clears the screen. The program should use four variables called age, income, taxRate and netIncome. The program should assign some meaningful values to these four variables. Use a calculator to compute some meaningful values. The program should then print the values held by the variables to standard output. There should be a single value for each line of output. When values are assigned to variables in the following fashion

102. Info Sys 1A - Lecture Notes
Four example qbasic programs are used during the lecture. Loops.bas Lecture Example qbasic program 1 (574bytes); File.bas - Lecture Example qbasic
http://www.cqu.edu.au/business/bus25131/lectures/lectures.htm
The slides presented during the lectures in Rockhampton can be viewed and downloaded from this page. The notes can be downloaded in two formats:
  • an outline in Rich Text Format (RTF) or,
  • as a Microsoft PowerPoint slide presentation.
The outline of the lecture notes in text format does not include any graphics that have been used on the slides. The PowerPoint files have been compressed into self extracting zip files using pkzip and to reduce the file size for download. The files can be decompressed by entering the name of the file at the DOS prompt. For example, after you have saved Lect01.exe to disk, go to the DOS prompt (make sure you are in the directory that you saved the lecture file into) end enter . You can also decompress the file by double-clciking on the file name in the File Manager If you do not have Microsoft PowerPoint, you can download a freely-distributed viewer. Download the viewer - viewppt.exe into an empty directory. Decompress the file as outlined above. To install the viewer run the file vsetup.exe

103. MindBubble.net Archive, Journals And Surveys
Address Book (1.9 KB) Keep up with your friends with this old fassion address book in MSDOS. qbasic, Program/Web Code By Wolverine (Christopher Adams)
http://mindbubble.net/members/archive/archive.asp?category=4

104. Galilean Moons Of Jupiter
Dan Bruton has provided a more pictorial qbasic program, called GALSAT53 and The qbasic program below embodies my simplification of Meeus s recipe for
http://www.xylem.f2s.com/kepler/galileo.html

105. How To Calculate And Plot A Whole Horizon (monthly Sky Map) Chart
You can download a working program in qbasic that produces a PostScript file Running the qbasic program with Case III clipping suggests that only about
http://www.xylem.f2s.com/kepler/horizon.html

106. PROCON TECHNOLOGY - Puzzle Page
Try solving this puzzle in Logo and qbasic using the sample programs above. The qbasic programs shown here can be run under VBW by simply placing the
http://www1.tpgi.com.au/users/p8king/puzzles.htm
www.procontechnology.com.au
To search our website - click here THE PUZZLE PAGE
Welcome to the puzzle page at www.procontechnology.com.au . I suppose I really became fascinated with solving maths puzzles or number puzzles by computer at university, where a teacher asked us to sum all six numbers of balls drawn in a local lotto game (called 'Tattslotto' where 6 numbers out of 45 are drawn). He then asked, "what would be the most frequent sum of the numbers drawn?" That was easy ... see if you can work it out. And, he also asked, "what is the frequency of occurance?" i.e. 1 out of how many draws sums to this most frequent number. No one in the class could work it out mathematically so we used a computer (an expensive mini-computer) to go through every possible combination until the solution was found. Of course, in those days, computers weren't very fast so it took hours to work this out. Anyway see if you can solve it mathematically or on your computer and let me know the solution. Here's some puzzles below, with computer programs to solve them, that might be of help ... Peter King Don’t forget, if you find this page useful (or even if you don’t) why not look around our website - you just might find something interesting, such as a

107. Program
ALREL A qbasic program for computing Cronbach alphareliability. KW_Comp qbasic program for multiple comparisons for the Kruskal-Wallis-test.
http://www.cc.jyu.fi/~tatima/progs.html
Programming effort
I have written the programs on this page mainly for Finnish-speaking users.
ALREL
A QBASIC program for computing Cronbach alpha-reliability.
Requires QBASIC.
QBASIC-ohjelma Cronbachin alfareliabiliteettikertoimen laskemiseksi.
Vaatii QBASIC-komentotulkin.

PropSig v2.0
A QBASIC program for computing the significance for the difference of proportions.
Requires QBASIC. QBASIC-ohjelma, joka laskee suhteellisten osuuksien eron merkittävyyden.
Vaatii QBASICin.
QBASIC program for multiple comparisons for the Kruskal-Wallis-test. Computes criterion level for the difference of mean ranks.
QBASIC needed. QBASIC-ohjelma Kruskal-Wallisin testin parittaisiin vertailuihin. Ohjelma laskee kriittiset rajat kunkin vertailtavan parin keskimääräisille järjestysluvuille.
Vaatii QBASICIN

T-Val
QBASIC program for computing critical t-values, when p-value and degrees of freedom are given. QBASIC needed. QBASIC-ohjelma kriittisten t-arvojen laskemiseksi, kun p-arvo ja vapausasteet tiedetään. Vaatii QBASICin
LogML
QBASIC program for computing maximum likelihood estimates for logistic regression for a dichotomous dependent variable and one independent variable. The program uses example data, but it can be extended for other data and several variables. QBASIC-ohjelma logistisen regression regressiokertoimen laskemista varten yhdelle selittävälle muuttujalle suurimman uskottavuuden menetelmällä. Ohjelmassa käytetään esimerkkiaineistoa, mutta se voidaan muokata muullekin aineistolle ja useammalle selittävälle muuttujalle.

108. Qbasic Links
All programmers are; welcomed to join. Membership is free. qbasic Programs NFL simulation, stock market simulation, and other custom programmes available
http://skee.mcc.commnet.edu/staff/schwartzc/cis125/qbasiclinks.html
QBasic Links
  • Acid Works Software - QBasic site with programmes, games, and links. Andrew's QBasic Page Andy's QBasic Page Christopher Kugler's QuickBasic Page Dmitry's QBASIC Page ... Dominik's QBasic Page - games, programmes, subs and compilers to download. Iodine Software - free DOS games, source codes, BASIC programming, etc. Jeremy's Qbasic Page - includes downloads and you can post questions in the guestbook. Joe's QuickBasic Page Leonid Mamtchenkov's QBasic Matt's Qbasic Page - for those with a sense of humour about QBASIC. Pasco's Qbasic Page Paul Kuliniewicz's QBasic Page Programmer's World - programming in C and QBASIC. Q-Basic Tutorial QBasic Club Online - monthly competitions, downloads and a message board. QBasic Online - a tribute to the language that would not die. QBasic Place QBasic Programmer's Club - monthly magazine, Qbasic competitions and a great download area. All programmers are welcomed to join. Membership is free. QBasic Programs - NFL simulation, stock market simulation, and other custom programmes available for free downalod.
  • 109. Programming › Quick BASIC And QBasic Programming Language
    SafeSite Programming › Quick BASIC and QBasic programming language
    http://www.safesite.com/category.php[action]browse&i=30&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 31-40

    110. Programming › Quick BASIC And QBasic Programming Language
    Chicago SunTimes - Programming › Quick BASIC and QBasic
    http://downloads.suntimes.com/category.php[action]browse&i=0&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 1-10

    111. Programming › Quick BASIC And QBasic Programming Language
    Chicago SunTimes - Programming › Quick BASIC and QBasic
    http://downloads.suntimes.com/category.php[action]browse&i=10&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 11-20

    112. Programming › Quick BASIC And QBasic Programming Language
    PCMag.com Shareware Library Programming › Quick BASIC and QBasic
    http://shareware.pcmag.com/category.php[action]browse&i=40&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All User Ratings More than 25% More than 50% More than 60% More than 70% More than 80% More than 85% More than 90% More than 95% All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 41-50

    113. Programming › Quick BASIC And QBasic Programming Language
    Filebasket Programming › Quick BASIC and QBasic programming language
    http://www.filebasket.com/category.php[action]browse&i=10&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 11-20

    114. Programming › Quick BASIC And QBasic Programming Language
    Filebasket Programming › Quick BASIC and QBasic programming language
    http://www.filebasket.com/category.php[action]browse&i=40&id=238&f=
    DVD-Cloner 2.40
    DVD-Cloner is a super easy tool to copy DVDs to DVD-R/RW. What you will get are real DVD movies. The DVD-R/RW copied is the same as the original DVD movie, in true DVD format and adopts MPEG2 format.
    S EARCH: Account Log on/register
    View basket

    Log off

    Hot Spots New Uploads
    Top 100 Downloads

    Newsletter signup

    Hot Games from GameZone.com

    Highlights Online Gambling
    Riverbell Online Gambling
    Play online poker Download Games ... Mobile Screensavers
    ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
    Quick BASIC and QBasic programming language
    Found: 58. Displaying: 41-50

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 6     101-114 of 114    Back | 1  | 2  | 3  | 4  | 5  | 6 

    free hit counter