answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Programming files in binary access mode in qbasic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do binary files cause viruses?

Binary file that has malicious code in it can create viruses. It depends on the programming on how it will be executed. Security of Operating System is considered on how handling such files.


What allows you to keep files on your computer?

The hard drive That is the generic answer, but the programming that allows it is the Windows programming which provides other programs such as Microsoft and the like to save inputted binary coding.


What does the file extension b stand for?

.b is an extension for binary files mostly used by video game emulators... .b is also the extension for BASIC programming language source text files...


How do you open binary files on a mac?

It would depend what the binary files are and what you wanted to do with them.


Text files and binary files are considered to be WHAT files?

different files


What is the use of c compiler in windows?

The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.


What are the dos files?

Dos files are the files with the extension .bat which are used for programming in DOS. This is also called as batch file programming.


Is qbasic a high level language?

The QBASIC program actually comes in 2 different flavors... A> QBASIC interpreter program: QBASIC Version 1.1 B> QBASIC compiler program: QBASIC 4.5/or, QB64/or, -etc. ...so, the answer is that this programming language comes in both forms: 'interpreter/compiler' versions; and, you have to select which of these you would prefer to download and use. *NOTE*: The compiler version of the language tends to be much larger; whereas, the interpreter version of the language tends to be small/very compact, indeed; thus, the interpreter tends to take up far less disk space. Many people start off their programming career by using QBASIC version 1.1 'interpreter' program; in order to learn 'how to' program. The interpreter version of the program can only create plain text (.bas) files; the which code CANNOT be shared with others; (not unless the persons who you are sharing this type of code with do already have a copy of the QBASIC interpreter program installed on their own computer). Then, later on, down the line...when they have become fully capable programmers themselves; they go and download a QBASIC 'compiler' program version, instead; which will allow them to go and create stand alone (.exe) program files that they can share with anybody. This is because (.exe) program files can RUN/execute entirely independently of the QBASIC program itself.


How do you change the sun's orientation in minecraft so it will rise in the north instead of the east i am unfamiliar with programming but i can access the .class files with JD-GUI?

You don't.


What is about qbasic?

QBASIC is a very simple, quick, and, easy to learn programming language; this makes it frequently a 'favourite' amongst, especially, people who are 'beginning' programmers. Learning QBASIC introduces you to all of the necessary programming fundamentals; including, such things as... literals(string/numerical) variables(single/or, multiple: array variables/multi-dimensional array variables; different variable types(string/integer/single precision/double precision); variable scope: local/global/parameter passing) modular code(functions/sub-routines/too, calling code stored in seperate files) loops(for/next-enumeration loop, do/while-entry contorolled loop, do/until-exit controlled loop) decision(if-then-else-end if/switch-case) operators(comparison: <,>,<=,>=,<>,=; logical: NOT/OR/AND; mathematical: +,-,*,/,^) graphics(pset/line/circle) sounds(play: ABCDEFG) -etc. As well as, it's capable of producing many different kinds of program... -mathematical -database -games -AI/Artificial Intelligence -etc. I'm NOT saying here that QBASIC is the 'best' programming language to go and learn; as the truth is there are far more highly advanced programming languages out there such as those that use OOP-Object Oriented Programming, for example, Visual BASIC; however, once you've already gone and learned how to use QBASIC, first; then, you should find it relatively straight forwards, and, easy to go and learn almost ANY other programming language; whether it's a BASIC related programming language or not. NOTE: QBASIC descends from the BASIC family of programming languages. I myself did learn, QBASIC, first; then, later, went on to study learning Visual BASIC/VBScript/ASP/HTML/CSS/Javascript/Java/XML/PHP/Pascal/Ruby/LOGO/-etc.; and, this is all thanks to my having gone and learned QBASIC to begin with; which, then, gave me a 'taste' for acquiring multiple different programming languages.


What mode do you FTP image files in?

Binary


What is the main difference between binary and text files?

Text files are human-readable, binary files aren't. Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.