12
Starting with QBASIC

Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

  • Upload
    others

  • View
    54

  • Download
    5

Embed Size (px)

Citation preview

Page 1: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

Starting with QBASIC

Page 2: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

Learning Objectives

- To study about

- what is programming

- QBASIC – programming language

2

Page 3: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

Keywords

- Programming

- Symbolic

- Instruction

- Machine code

- Interpreter

3

Write the keywords five times in your notebook.

Page 4: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

Introduction

- A computer does not understand any human languages.

- To perform any task it needs a sequence of instructions in its language

- “A programming language is a set of words, instructions, abbreviations, and symbols that tells a computer what to do”

4

Page 5: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- BASIC- Beginners All Purpose Symbolic Instruction Code

- BASIC is a high level programming language.

- It was developed by John Kemeny and Thomas Kurtz in 1963.

- QBASIC is one of the version of BASIC.

5

Page 6: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- QBASIC- Quick Beginners All Purpose Symbolic Instructions Code.

- It was released by Microsoft in 1991.

- It can be downloaded at free of cost.

- “QBASIC is a high level programming language that help us to write , edit ,execute and correct a program”

6

Page 7: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- The program written in QBASIC need to be converted into machine code.

- QBASIC have an interpreter that converts one statement of a program code into machine code at a time.

7

Page 8: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- QBASIC Screen

8

Page 9: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- QBASIC screen is also called QBASIC Editor.

- QBASIC editor screen has four parts

- 1. Menu Bar- It consist of all the menus like File, Edit, View, Search, Run, Debug and Options

- 2. Program Window- The upper window titled „Untitled‟ is the program window. This is the window for writing the programs. F5 key is pressed to execute or run the program to get the result.

9

Page 10: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

QBASIC

- Immediate Window- The lower window titled „Immediate‟ is known as Immediate Window where the simple statements are typed which get executed immediately, after pressing enter key at the end of the statement.

- F6 function key is used to switch from Program Window to Immediate Window and Vice Versa.

- Status Bar- It shows the shortcut keys and the location of the cursor on the screen.

10

Page 11: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

Instructions

- Dear parents please download and print the worksheet for your child.

- Dear students please complete the worksheet and glue it in your notebook.

11

Page 12: Starting with QBASIC Year4... · 2020. 4. 13. · QBASIC -QBASIC screen is also called QBASIC Editor.-QBASIC editor screen has four parts -1.Menu Bar- It consist of all the menus

- Break the chain of COVID 19 Transmission.

- Wash and sanitize your hands regularly.

- Stay home…stay safe…stay healthy

- THANKYOU

12