asked 174k views
4 votes
Why is QBasic called an interpreter?
( don't copy from other apps )​

1 Answer

2 votes

QBasic is considered an interpreter because it processes and executes code line by line, translating each line of source code into machine code or intermediate code and immediately executing it.

QBasic interprets and executes each statement sequentially, making it easier to debug and test code incrementally.

answered
User Ahuth
by
8.3k points

Related questions

asked Feb 22, 2024 220k views
Dw asked Feb 22, 2024
by Dw
8.0k points
2 answers
0 votes
220k views
asked Jul 9, 2024 65.1k views
Rogerz asked Jul 9, 2024
by Rogerz
8.3k points
1 answer
0 votes
65.1k views