Definder - what does the word mean?

What is BASIC?

When you suspect someone of being an idiot, count how many times they say 'basically' when talking.

So, basically, at the end of the day, when all's said and done, basically, my vocabluary is really really basic.

πŸ‘1541 πŸ‘Ž331


BASIC - meme gif

BASIC meme gif

BASIC - video

loading

BASIC - what is it?

A person that follows the crowd and copies other people who are more well known/ popular than them. A sheep.

Someone who searches their own name on Urban Dictionary

β€œShe’s so basic, doing what everyone else does”

πŸ‘249 πŸ‘Ž51


What does "BASIC" mean?

only interested in things mainstream, popular, and trending

Omg BAE is so basic. all she wants to do is drink pumpkin spice lattes and play candy crush.

πŸ‘3015 πŸ‘Ž481


BASIC - what does it mean?

This is the word you use when you want to explain something but don't actually have any depth of knowledge. Just say 'basically' a whole bunch and everyone will still think you're super smart and thank you for shielding them from potentially complex concepts.

You: Sure I can explain nuclear fission. You basically have like neutrons and electrons and whatever and they basically go buckwild on each other and that make heat

Your idiot friends: you are a gentleman and a scholar

πŸ‘2955 πŸ‘Ž411


BASIC - meaning

of, pertaining to, or forming a base; fundamental: a basic principle; essential: a key necessity.

MONEY IS BASIC, or rather, MONEY IS... TOO COMMON
$$$$$

see also: the root of all evil.

"swaggin" ego: See these stacks? I sleep on a bed of money every night. You swaggin' like this? NO. CUZ YOU BASIC

humbler ego: *laughs*...YA CASH be "basic". I wiped my ASS with that benjamin last night... Who don't use it? That's my point

πŸ‘65 πŸ‘Ž61


BASIC - definition

One of the most well-known 3rd generation programming languages. It's easy to use!

10 Print "Enter the first number."
20 Input N1
30 Print "Enter the second number."
40 Input N2
50 Print N1; "+"; N2; "="; N1+N2
60 End

πŸ‘113 πŸ‘Ž125


BASIC - slang

Beginner's All-purpose Symbolic Instruction Code

Teens from the late 90's and early 00's were notoriously known for writing cheats for math class into their massive turd shaped calculators using BASIC!

πŸ‘31 πŸ‘Ž11


BASIC

1. Beginner's All-purpose Symbolic Instruction Code: A line-oriented, limited programming language invented in the 1960s for the purpose of teaching university students to program computers.

Each line of BASIC code must be preceded by a number, which serves as a label for the GOTO statement.

The type of a BASIC variable is determined by a suffix. For example, A$ is a string, while A% is an integer.

2. Any programming language that borrows a few things from BASIC, even if it is also heavily influenced by other programming languages, such as Pascal. Includes QBASIC, FreeBASIC, PureBASIC, Visual Basic, and DarkBASIC, and other similar programming languages. These BASICs frequently add support for functions and user-defined types, and they also frequently don't allow user-defined types or arrays to be passed as arguments to functions.

Such languages are typically surrounded by communities that eschew the sort of structured programming that is mandatory in the majority of other programming languages. As such, parallel arrays are preferred over user-defined types, GOSUB statements are preferred over functions, single-line IF statements in conjunction with GOTO are popular even in BASICs that support block IF statements, and GOTO is often used when a loop statement would suffice and be more readable. Even when control structures are used, it is rare to see any sort of indentation of the code that goes within a construct. A notable exception to this tendency is the Visual Basic community.

A similar programming language is INTERCAL.

REM A typical BASIC program, in a typical sense-2 dialect of BASIC
10 INPUT "ENTER YOUR NAME: "; A$
GOSUB CheckName
IF NameOK% = 1 THEN GOTO Good
PRINT "Are you sure you're not somebody else?"
GOTO 10
Good:
PRINT "THE SECRET WORD IS " + CHR$(33) ;
REM We don't need no stinkin' indentation!
FOR N = 1 TO 7
READ C%
PRINT CHR$(C%);
NEXT N
PRINT CHR$(33)
GOTO Terminus
CheckName:
IF A$ = "Osama bin Laden" THEN RETURN
NameOK% = 1
RETURN
Terminus:
DATA 77,65,76,65,82,73,65
END

πŸ‘177 πŸ‘Ž85


BASIC

The first easy-to-use programming language made in the 1960s when Microcomputers made their debut. A very easy language to grasp. The language practically paths out commands for a computer to do. It is very capable of performing mathematics which are the main basis for Microprocessing.

start
Print "Hello world!"
goto start
"Result - "Hello world" being typed on the screen in an infinite loop"

πŸ‘1111 πŸ‘Ž611


BASIC

A girl who wears brand named clothes and watches 100 best vines of 2015 videos all days. She is just very mainstream and uncreative. The only word you think to describe her is "basic".

Guy 1: Lol Puja is wearing her white Nike golf hat, pink Nike shoes, and white girl clothes again.
Guy 2: hahaha Puja is such a basic bitch

πŸ‘39 πŸ‘Ž13