Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

Search found 15 matches

by Brian
Mon Feb 12, 2024 2:22 pm
Forum: General Discussion
Topic: The Birth of BASIC
Replies: 0
Views: 398

The Birth of BASIC

The Birth of BASIC This video chronicles the development of BASIC, a programming language designed to be accessible to the masses. The historic significance of this event lies in its democratization of computing, making it possible for anyone, not just mathematicians and scientists to interact with...
by Brian
Mon Feb 12, 2024 2:10 pm
Forum: Net Basic Archive
Topic: Valentine Card 2024
Replies: 2
Views: 2517

Re: Valentine Card 2024

Hello, Gemino.

No problem, you can use my examples on the Net BASIC page. Hopefully they will help inspire more BASIC users to join the forum.
by Brian
Thu Feb 01, 2024 8:05 am
Forum: Net Basic Archive
Topic: Valentine Card 2024
Replies: 2
Views: 2517

Valentine Card 2024

Valentine’s Day – 14th February 2024 Valentine’s day this year falls on a Wednesday. This program creates a complete Valentine Card ready to send immediately via email or social media. Just run the program in Net BASIC, then look underneath the Run button and will see two URL links. One HTTPS (Hype...
by Brian
Thu Jan 25, 2024 7:26 am
Forum: Classic BASIC
Topic: Number to Speech
Replies: 2
Views: 1700

Re: Number to Speech

Hello, Gemino. Yes, I was able to obtain the Prestige model at a good price on eBay. The voice command unfortunately is not able to convert floating point numbers or negatives to speech. It can only translate the numbers 0-10 and alphabetical characters A-Z to speech. One number or character at a t...
by Brian
Sun Jan 21, 2024 9:50 am
Forum: General Discussion
Topic: Quantum Computer
Replies: 0
Views: 2560

Quantum Computer

The following two videos explain the basics of a one qubit quantum computer. You will learn how to make a home-made quantum computer using a weak laser pointer, polarizing film and a wave plate. Qubits are the basic units of information in quantum computers. A qubit is like a special coin that can ...
by Brian
Sun Jan 21, 2024 8:35 am
Forum: Classic BASIC
Topic: Number to Speech
Replies: 2
Views: 1700

Number to Speech

VTech PreComputer Prestige The VTech PreComputer Prestige educational computer was manufactured in the 1990’s and came with a built in BASIC interpreter. This portable model is a great way to learn BASIC at a reasonably price. They can be obtained second-hand from eBay, thrift stores and yard sales...
by Brian
Sun Jan 14, 2024 2:08 pm
Forum: Suggestions
Topic: VTech BASIC
Replies: 1
Views: 1928

VTech BASIC

After reading your forum topic on the VTech Precomputer 1000 I discovered that between 1988 and 1996 VTech released more than a dozen educational computers with a BASIC interpreter included. The core BASIC did not change between the first and last machine. The later models had a few extra BASIC com...
by Brian
Wed Jan 10, 2024 8:36 am
Forum: Net Basic Archive
Topic: Traffic Light
Replies: 0
Views: 4308

Traffic Light

This program simulates a British road traffic light. For those not familiar with the workings of the British traffic light system the following website will highlight the lighting sequence required to simulate a traffic light. https://theorytest.org.uk/traffic-lights/ 1 REM Traffic Light 2 HTML 4 L...
by Brian
Sat Jan 06, 2024 9:50 am
Forum: General Discussion
Topic: The basics of BASIC
Replies: 0
Views: 4675

The basics of BASIC

The following video is an informative overview of the history of the BASIC programming language, which was the most popular programming language of the 1980’s. Some of the positive aspects of the BASIC programming language that the video mentions are:- Ease of Learning: BASIC was designed to be sim...
by Brian
Wed Jan 03, 2024 7:23 am
Forum: Net Basic Archive
Topic: Roll a Die
Replies: 3
Views: 3010

Re: Roll a Die

Hello Gemino,

I had tried the encoded URL feature briefly but until your detailed explanation I did not realise how versatile and useful this feature could be. I will experiment with the possibilities of this feature for future programs and look deeper into the workings of the GET command.