Introduction to QBASIC Programming | Class 8 | ThinkComputer

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 229

  • @ThinkComputer
    @ThinkComputer  4 роки тому +18

    Click Here to SUBSCRIBE to ThinkComputer - ua-cam.com/channels/uRFtMxAj_MeoctwctlfMAw.html
    Provide your Feedback - ThinkComputer Feedback Form - forms.gle/Sn5kdKSWcGiHzUj66
    Write to us - ThinkComputer Mailbox - mail.google.com/mail/?view=cm&fs=1&to=thinkcomputermailbox@gmail.com&su=&body=

    • @plantsvlogs1775
      @plantsvlogs1775 Місяць тому

      Hello I would like to know if there's any solution book for qbasic programming

  • @npkiller1442
    @npkiller1442 3 роки тому +9

    FIRST LIKE FROM MY SIDE IN YOUR CHANNEL.

  • @altafnaziya2391
    @altafnaziya2391 Рік тому +6

    Thankyou Sir I had Understood this lesson, and
    it is very Helpful to Us

  • @shounakmukherjee1083
    @shounakmukherjee1083 4 роки тому +19

    Thank you Sir for providing this video . You have taught this so nicely that helped me a lot in basic programming

  • @ujandutta8297
    @ujandutta8297 Рік тому +4

    Very helpful video sir it helped me a lot 😊.This channel deserves millions of subscribers and we want that sir.😁

  • @LuckyKumarBjr
    @LuckyKumarBjr 3 роки тому +4

    Thanks Sir Please Always be Continued

  • @AmandaAmanda-nw3ql
    @AmandaAmanda-nw3ql 7 місяців тому +1

    thank you so much sir your video helped me alot ive been having troubles with QBasic for sometime and this video has helped me alot♥

  • @gamingwithme1669
    @gamingwithme1669 10 місяців тому +2

    Ohh, best video😮😮❤

  • @nandaseeds3756
    @nandaseeds3756 3 роки тому +6

    Nice video. i have understood your video . i was not understanding the high levels of coding. can you make a video of that.

  • @gaming-7178
    @gaming-7178 2 роки тому +2

    Your voice is so good. it's nice to hear you.

  • @futurepoint6713
    @futurepoint6713 11 місяців тому +1

    Thank you so much for the video. It helped alot. ❤❤
    BTW, what do you mean by printing with message and printing without message?

    • @ThinkComputer
      @ThinkComputer  11 місяців тому +2

      Welcome.
      Print with messages means to display a message along with the value to be printed.

    • @futurepoint6713
      @futurepoint6713 11 місяців тому +1

      Thanks ❤

  • @swarnalisengupta3826
    @swarnalisengupta3826 3 роки тому +2

    Sir this video have helped me a lot in qbasic. 😁😁😁

  • @arnavbangar4207
    @arnavbangar4207 3 роки тому +2

    Very nice sir I am gonna subscribe now!!

  • @rajeswaribalakrishnan610
    @rajeswaribalakrishnan610 2 роки тому +2

    Really helpful

  • @sohanasarkar1921
    @sohanasarkar1921 4 роки тому +7

    Do we have to apply semi colon or equal to in the same line or semi colon only.... And when do we have to apply semi colon?

    • @ThinkComputer
      @ThinkComputer  4 роки тому +8

      It is not compulsory to use ; or = sign always.
      semicolon ( ; ) is used in PRINT when you want to print anything on the screen and then want to stay in the same line.
      It is also used to separate two elements when printing together.
      For example,
      PRINT a;" ";b
      PRINT "Output is "; a
      equals sign (=) is entirely optional to use in the PRINT statement.

  • @krishugamingcc3131
    @krishugamingcc3131 4 роки тому +6

    Sir your teachings are superb thank you

  • @Retriver69
    @Retriver69 Рік тому +1

    Thank you sir you helped me understand my doubts and now i am perfect for my exam❣

  • @lokeshsah3265
    @lokeshsah3265 3 роки тому +3

    You explained very nicely🙏🏻

  • @diksharaut8257
    @diksharaut8257 2 роки тому +2

    thank you very much sir for taught us

  • @kunalshah461
    @kunalshah461 Рік тому +1

    Thanks for making video it help me lot😊😊

  • @flashyff3619
    @flashyff3619 3 роки тому +4

    yes,this has work nice sir 🙏

  • @zonunachhakchhuak2671
    @zonunachhakchhuak2671 2 роки тому +1

    Great Video...find it very helpful....👍👍👍

  • @mashahere1111
    @mashahere1111 3 роки тому +7

    it helped me a lot but please also share a video for class 6 it would help a lot
    Thank You Sir🙏🙏🙏🙏

  • @1973rsm
    @1973rsm 4 роки тому +5

    Thanks sir it helped me a lot...

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      Most welcome

    • @1973rsm
      @1973rsm 4 роки тому +1

      @@ThinkComputer very well accepted

  • @barenyadutta4733
    @barenyadutta4733 4 роки тому +6

    Thanks sir.

  • @krishnakumaryadav827
    @krishnakumaryadav827 9 місяців тому

    I learned it easily today by the help of yours tq

  • @creativeverse6380
    @creativeverse6380 Рік тому

    I see your first video your video is so good

  • @vinaykumar-er2bj
    @vinaykumar-er2bj 4 роки тому +6

    thanks for helped lot

  • @akankshavashishtha1290
    @akankshavashishtha1290 3 роки тому +3

    Plz also suggest a good book to learn qbasic..

    • @ThinkComputer
      @ThinkComputer  3 роки тому +1

      Understanding Information Technology (for Class 8) by APC

  • @immortalcharizard8913
    @immortalcharizard8913 2 роки тому +1

    Thank u so much siiiirrrr tommorow my examsss

  • @shrutu99
    @shrutu99 3 роки тому +2

    So helpful .

  • @kavitaparmar6654
    @kavitaparmar6654 4 роки тому +5

    Sir can you explain why we write semicolon in every line why it is use

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      In QBASIC semicolon is used in the PRINT statement to keep the cursor in the same line. If semicolon is not used then after printing the cursor will move to the next line

  • @kavitaparmar6654
    @kavitaparmar6654 4 роки тому +2

    Sir what do you mean by case sensitive

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      case sensitive means uppercase letters (A,B,C,...,Z) and lowercase letters (a,b,c,...,z) will be treated differently.

  • @NSR_Gaming666
    @NSR_Gaming666 4 роки тому +3

    Sir how can we download this in our phone? And in my laptop i am downloading it but i is not opening so how to do that please sir reply

    • @ThinkComputer
      @ThinkComputer  4 роки тому +1

      QBASIC is not available for Android or iOS.

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      which Windows version you have in your laptop?

    • @NSR_Gaming666
      @NSR_Gaming666 4 роки тому

      @@ThinkComputer It's window 10

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      github.com/QB64Team/qb64/releases/download/v1.4/qb64_1.4_win_x64.zip

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      @Encyclo Videa download from this link

  • @kavitaparmar6654
    @kavitaparmar6654 4 роки тому +3

    Why did you write value in question two instead of swap

  • @pushpaprakash6559
    @pushpaprakash6559 Рік тому +1

    Thanku so much sir now i can do it in my finals

  • @opticnewtella
    @opticnewtella 2 роки тому +2

    nice video

  • @KevinKeenoo
    @KevinKeenoo 3 роки тому +3

    Memories 🙌

  • @jagroshnipal4217
    @jagroshnipal4217 3 роки тому +1

    Sir can u please tell my laptop is windows 10 on Google Chrome I am typing qb64.exe but the link u r telling is not coming

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      Use this direct download link-> github.com/QB64Team/qb64/releases/download/v2.0.2/qb64_2021-11-07-02-59-30_4d85302_win-x64.zip

  • @8csimranmohan393
    @8csimranmohan393 3 роки тому +3

    can u pls make a video on qbasic string functions🙏🙏🙏

  • @cutiepanda9432
    @cutiepanda9432 3 роки тому +5

    Sir can please you get us a video about decision making and select case (user choice program) in q basic 🙏🙏🙇🙇

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      already uploaded

    • @cutiepanda9432
      @cutiepanda9432 3 роки тому

      Sir if you don't mind can I get the link of that

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      yes sure

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      check this playlist ua-cam.com/play/PLbb7xtNm2YdLDhyCpQbMq6PPjGmre2wIi.html

    • @cutiepanda9432
      @cutiepanda9432 3 роки тому

      @@ThinkComputer thank you sir for your help

  • @aabb-c1w8r
    @aabb-c1w8r Рік тому

    op sir you are great and very good teacher

  • @あなたのお母さん-k8q
    @あなたのお母さん-k8q 3 роки тому +1

    Do we have to put REM**NUMBER** too ?

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      Please mention at what time in the video?

  • @ajshorts4569
    @ajshorts4569 9 місяців тому

    Thank you watching from Nepal love from Nepal i love Indian

  • @sivaparvathi6834
    @sivaparvathi6834 Рік тому

    Thank u sir this is very useful vedio

  • @HareKrishna-ol1qt
    @HareKrishna-ol1qt 3 роки тому +4

    Sir instead of written pp for profit percentage..can we write it like this👉p%..

  • @aditidokania9e265
    @aditidokania9e265 3 роки тому +1

    How the server knows that sp refers to selling price,rpu=rate per unit, etc?

    • @ThinkComputer
      @ThinkComputer  3 роки тому +1

      which server?
      I think you are talking about QBASIC software.
      Well. It doesn't have to know that. We can take any variable name.

    • @aditidokania9e265
      @aditidokania9e265 3 роки тому +1

      @@ThinkComputer oh yes! ty:)

  • @guava4199
    @guava4199 3 роки тому +3

    Just asking dude you teach so well are u a professional teacher?

  • @sujoychakraborty2864
    @sujoychakraborty2864 3 роки тому +1

    it is verry helpful video

  • @pwnedgamer5271
    @pwnedgamer5271 2 роки тому +1

    Sir is Rem necessary??

  • @minkusingh4071
    @minkusingh4071 2 роки тому +2

    Aapka padhaanaa bahut Achcha lag raha hai

  • @amalujoy2560
    @amalujoy2560 4 роки тому +3

    Can we make games with this QBASIC?

    • @ThinkComputer
      @ThinkComputer  4 роки тому

      Yes. But qbasic is an outdated language and only used for teaching programming at beginners level.

  • @vipulmoter4514
    @vipulmoter4514 Рік тому

    Thx sir , I was looking for that only 😊

  • @piyushthakur9682
    @piyushthakur9682 3 роки тому +3

    Thankuu very much sir🙏🙏

  • @princesselizayoutube3270
    @princesselizayoutube3270 2 роки тому +1

    Thanks for this video. Really helpful.

  • @HawkMadara.0l
    @HawkMadara.0l 4 роки тому +2

    Nice

  • @gamingwithme1669
    @gamingwithme1669 10 місяців тому

    But, which keyboard are u useing?? 🙏

    • @ThinkComputer
      @ThinkComputer  10 місяців тому +1

      keyboard?
      I have a normal keyboard.

  • @emittyarts
    @emittyarts 3 роки тому +2

    Hello,after coding your program with qbasic ,how can you make it usable on all devices and available on playstore

    • @ThinkComputer
      @ThinkComputer  3 роки тому +1

      that's not possible. QBASIC is an outdated programming language. Modern OS can't run QBASIC programs directly

  • @monishka7205
    @monishka7205 3 роки тому +6

    Thank you so much sir , its really helpful :)

  • @neelurana2269
    @neelurana2269 Рік тому

    It is a good video

  • @anjumahato8886
    @anjumahato8886 2 роки тому

    Sir how to run the program? By clicking f5 also my program is not running

    • @ThinkComputer
      @ThinkComputer  2 роки тому

      If F5 is not working then try Fn key + F5

    • @ThinkComputer
      @ThinkComputer  2 роки тому

      There is Fn key in your keyboard besides of Alt and Ctrl key.
      Press and hold that key then press F5 key to run the program

  • @aayubstha3437
    @aayubstha3437 3 роки тому +4

    Road to 3K subs.

  • @hansneusidler7988
    @hansneusidler7988 7 місяців тому

    Of what use is QBasic today?

    • @ThinkComputer
      @ThinkComputer  7 місяців тому

      to teach programming concepts and develop logic building skills in children.

  • @shantarambelkar5794
    @shantarambelkar5794 3 роки тому

    Good teacher

  • @cutiepanda9432
    @cutiepanda9432 3 роки тому +3

    Thank you very much sir i got very help from this 💚💛💙💚💛💙

  • @anantbg8524
    @anantbg8524 3 роки тому +4

    PLS WAIT AFTER DOING PROGRAMS TO LET US SEE (MAKE IT MAXIMIZE WHEN DOING THE CODING AND THANKS FOR IT)

  • @goldeneyegamer2506
    @goldeneyegamer2506 2 роки тому +1

    Thank you i saw your video a scored 98/100 in exam thanks @ThinkComputer

  • @sinchan6990
    @sinchan6990 2 роки тому +1

    Thanks sir thank ❤️

  • @ravisadhotra4901
    @ravisadhotra4901 2 роки тому

    Thank you sir

  • @inspiringvideos..
    @inspiringvideos.. 2 роки тому +1

    Thank you sir for this explanation tomorrow is my exam it helped me a lot 💯

  • @logo6923
    @logo6923 2 роки тому +1

    Tq so much and please use doodle or cartoon animations if you can it can drag more viewers

  • @LOLMELOLGUY
    @LOLMELOLGUY Рік тому

    THANK YOU🤗

  • @rappers1936
    @rappers1936 3 роки тому

    Can we use qbasic in smart phone

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      Yes, App is available.
      But its doesn't work properly

  • @mcbc3265
    @mcbc3265 2 роки тому +1

    Bro tomorrow is my exam thanks, and need your blessings 🙏.

  • @samjhanashrestha-ji1xh
    @samjhanashrestha-ji1xh Рік тому

    U helped me in my computer exam. I got 45

  • @craftygirl7370
    @craftygirl7370 3 роки тому +4

    Thank you so much sir... This helped me is my exams tomorrow 😊❤

  • @deepajoshi4997
    @deepajoshi4997 3 роки тому

    in yr 1st program i write same but its showing that its dublicate

    • @ThinkComputer
      @ThinkComputer  3 роки тому

      can you tell me its showing duplicate in which line?

  • @justhelpforgamers5788
    @justhelpforgamers5788 Рік тому

    sir for the 3rd question i have written the code
    cls
    input"enter cp and sp";a,b
    if a>b then loss=a-b
    ifa

    • @ThinkComputer
      @ThinkComputer  Рік тому

      You should print profit and profit percentage only when its profit (means selling price is more than cost price). Similarly print loss and loss percentage only when its loss (means cost price is more than selling price). But you have printed everything together.

  • @zaina7480
    @zaina7480 2 роки тому

    Thanku sir

  • @triggeredashika5293
    @triggeredashika5293 3 роки тому +22

    Me: but I am learning this chapter in 6th

  • @Motivate_yourself638
    @Motivate_yourself638 Рік тому

    Thanks❤

  • @SPDR7_YT
    @SPDR7_YT Рік тому +1

    Those people like here who is watching this
    video before the day of exam ....

  • @TrickyGamerY
    @TrickyGamerY Рік тому

    tysm sir tomorrow is my exam and this video helped me alot

  • @timilabariya1755
    @timilabariya1755 2 роки тому

    it always says expected ; and _ like that

    • @ThinkComputer
      @ThinkComputer  2 роки тому

      share your program code. email me in thinkcomputermailbox@gmail.com

  • @Falcon_YT10
    @Falcon_YT10 10 місяців тому

  • @minkusingh4071
    @minkusingh4071 2 роки тому

    Student anmol
    😃😃😃

  • @sadanshrestha1833
    @sadanshrestha1833 8 місяців тому

    I liked my own comment 💀💀 also nice vid bro

  • @tecxodc9910
    @tecxodc9910 Рік тому

    Sir I think, for 2023 we can't download QB64's latest version for 32x bit

  • @kumaribandana8003
    @kumaribandana8003 Рік тому +1

    ❤️🧡💛💚💙💜🤎🖤🤍

  • @kunwarsumit7765
    @kunwarsumit7765 3 роки тому +1

    I learnt this language when i was in class 6

  • @hasutnegamingofficial
    @hasutnegamingofficial Рік тому

    My exam after 2 hours 😢😢

  • @mitulgupta5383
    @mitulgupta5383 Рік тому

    This is just like python but easier

  • @krishnakharal6861
    @krishnakharal6861 3 роки тому

    Sir question *

  • @Jeon770
    @Jeon770 Рік тому

    But I am reading this chapter in class 7

  • @mouparnabhattacharjee3232
    @mouparnabhattacharjee3232 Рік тому

    ❤❤❤❤❤❤❤❤❤❤❤❤🎉🎉🎉🎉🎉🎉😅😅😅😅😅😅😅😊😊😊😊😊😊😂😂😂😂😂😂😂😂😢😢😢😢😢😢😢😅😅😅😅😮😮😮😮😮😮😮😮😮😊😊😊😊😊