SEE Qbasic Practice 2074
Download 300 Qbasic Programming Questions + 300 Qbasic Programs [Output(100), Debug(100) and Analytical Questions(100)] and 100 Theory Qbasic Modular Programming, File
Handling and C Language Questions.
[Total 700 Questions Collections]
- Click here to download 100 Qbasic Debugging Questions
- Click here to download 100 Qbasic Output Questions
- Click here to download 100 Qbasic Analytical Questions
- Click here to download 300 Qbasic Programming Questions
- Click here to download 100 Theory Qbasic Modular Programming, File Handling and C Language Questions
You did a great job. Thanks for all your efforts.
ReplyDeleteplz ans also if possible
ReplyDeleteThanks for all this. Keep it up!
ReplyDeletehow to open all of them with the help of dropbox?
ReplyDeleteWAP THAT ACCEPT DECIMAL NO. CONVERT INTO OCTAL REPERSENTATION
ReplyDeleteCLS
DeleteINPUT "ENTER DECIMAL NUMBER"; D
WHILE D < > 0
R = D MOD 8
S$ = STR$(R) + S$
D = D \ 8
WEND
PRINT "OCTAL EQUIVALENT VALUE="; S$
END
Very happy to get qbasic and please try for output program
ReplyDeletehttps://seeqbasicomputer.blogspot.com/2018/09/qbasic-program-find-output-computer.html
DeleteWrite the output of the following program:
ReplyDeleteDECLARE SUB Display(T$)
CLS
T$="COMPUTER"
CALL Display(T$)
END
SUB Display(T$)
FOR C= 1 TO LEN(T$) STEP2
D$=MID$(T$,C, 1)
PRINT D$
NEXT C
ENDSUB
cume
Deletedropbox error 404
ReplyDeleteSir can you upload above pdfs once again? They could not be downloaded.
ReplyDeletetrying to download above collection but gives dropbox error... please fix the problem
ReplyDelete