Category:BASIC
(Redirected from Category:Basic)
BASIC
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using BASIC.
This programming language may be used to instruct a computer to perform a task.
Execution method: | Interpreted |
---|---|
Lang tag(s): | basic, qbasic, freebasic, thinbasic |
See Also: |
BASIC is the Beginner's All-purpose Symbolic Instruction Code. John G. Kemeny and Thomas E. Kurtz invented BASIC at Dartmouth College during 1963 and 1964. (Their implementation evolved into True BASIC.)
BASIC became popular, with many different implementations for various computers. As the decades passed, the many dialects of BASIC diverged from the original language. Though an ANSI standard exists for BASIC, it is irrelevant to most BASIC programmers, who only target one implementation of BASIC.
Category:BASIC Implementations lists the many implementations of BASIC in Rosetta Code.
Links[edit]
Subcategories
This category has the following 4 subcategories, out of 4 total.
@
- BASIC examples needing attention (empty)
- BASIC User (134 P)
B
Pages in category "BASIC"
The following 200 pages are in this category, out of 443 total.
(previous page) (next page)2
A
- A+B
- ABC problem
- ABC words
- Abstract type
- Abundant, deficient and perfect number classifications
- Ackermann function
- Additive primes
- Address of a variable
- Air mass
- Align columns
- Almost prime
- Angle difference between two bearings
- Animate a pendulum
- Anti-primes
- Append numbers at same position in strings
- Archimedean spiral
- Arithmetic numbers
- Arithmetic-geometric mean
- Arithmetic/Complex
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Attractive numbers
- Averages/Arithmetic mean
- Averages/Median
- Averages/Root mean square
B
C
- Calculating the value of e
- Cantor set
- Case-sensitivity of identifiers
- Catalan numbers
- Catamorphism
- Chaos game
- Character codes
- Chebyshev coefficients
- Check that file exists
- Checksumcolor
- Chess player
- Classes
- Code segment unload
- Color of a screen pixel
- Colour bars/Display
- Command-line arguments
- Comments
- Compare length of two strings
- Compile-time calculation
- Compound data type
- Concatenate two primes is also prime
- Conditional structures
- Constrained random points on a circle
- Convert seconds to compound duration
- Conway's Game of Life
- Coprimes
- Copy a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Cousin primes
- Create a file
- Create a two-dimensional array at runtime
- CSV data manipulation
- Cullen and Woodall numbers
D
- Damm algorithm
- Date format
- Day of the week
- Day of the week of Christmas and New Year
- De Bruijn sequences
- Delete a file
- Department numbers
- Detect division by zero
- Determine if a string has all the same characters
- Determine if a string is collapsible
- Determine if a string is numeric
- Determine if a string is squeezable
- Dice game probabilities
- Digit fifth powers
- Digital root
- Dinesman's multiple-dwelling problem
- Disarium numbers
- Discordian date
- Doomsday rule
- Dot product
- Dragon curve
- Draw a clock
- Draw a sphere
- Dynamic variable names
E
- Empty program
- Empty string
- Enforced immutability
- Entropy
- Enumerations
- Environment variables
- Ethiopian multiplication
- Euler method
- Even or odd
- Execute a system command
- Execute Brain****
- Execute Brain****/BASIC
- Exponentiation operator
- Exponentiation order
- Exponentiation with infix operators in (or operating on) the base
- Extra primes
F
- Factorial
- Factors of an integer
- FASTA format
- Feigenbaum constant calculation
- Fibonacci sequence
- File extension is in extensions list
- File input/output
- Find Chess960 starting position identifier
- Find common directory path
- Find first missing positive
- Find limit of recursion
- Find prime n such that reversed n is also prime
- Find square difference
- Find squares n where n+1 is prime
- Find the intersection of two lines
- Find words which contains all the vowels
- Finite state machine
- First 9 prime Fibonacci number
- FizzBuzz
- Flipping bits game
- Floyd's triangle
- Forest fire
- Formatted numeric output
- Four bit adder
- Fractal tree
- Frobenius numbers
- Function definition
G
- Generate Chess960 starting position
- Generate lower case ASCII alphabet
- Generate random numbers without repeating a value
- Globally replace text in several files
- Goldbach's comet
- Greatest common divisor
- Greatest element of a list
- Guess the number
- Guess the number/With feedback
- Guess the number/With feedback (player)
H
- Hailstone sequence
- Happy numbers
- Harmonic series
- Harshad or Niven series
- Haversine formula
- Hello world/Graphical
- Hello world/Line printer
- Hello world/Newline omission
- Hello world/Standard error
- Hello world/Text
- Here document
- Hofstadter-Conway $10,000 sequence
- Horizontal sundial calculations
- Hunt the Wumpus