computer programs, flow chart & algorithm

20
06/13/2022 1 Samina khan FDC Risalpur

Upload: sam-khan

Post on 14-Apr-2017

39 views

Category:

Software


5 download

TRANSCRIPT

Page 1: Computer programs, flow chart & algorithm

05/02/2023 1

Samina khan FDC Risalpur

Page 2: Computer programs, flow chart & algorithm

05/02/2023 2

COMPUTER WHIZ 4

Page 3: Computer programs, flow chart & algorithm

05/02/2023 3

Whiz’s File• Chapter 1 Reviewing computers• Chapter 2 Pioneers of Computers• Chapter 3 About the CPU• Chapter 4 Storing Data• Chapter 5 Whiz through Software• Chapter 6 Introducing Spreadsheet• Chapter 7 Programming Languages• Chapter 8 More on Multimedia• Chapter 9 Computer Networks

Page 4: Computer programs, flow chart & algorithm

05/02/2023 4

Objectives

• To introduce programming languages• To discuss algorithms, flow charts, and

block diagrams• Introduce BASIC

Page 5: Computer programs, flow chart & algorithm

05/02/2023 5

CONTENTS

• Algorithm

• Flow chart

• Computer program

• Block diagram

• BASIC

Page 6: Computer programs, flow chart & algorithm

05/02/2023 6

Page 7: Computer programs, flow chart & algorithm

05/02/2023 7

Page 8: Computer programs, flow chart & algorithm

05/02/2023 8

AlgorithmOrganized set of

instructions.

Tells us what to do step

by step.

Helps us to solve a

problem.

Used for calculation and

data processing.

Page 9: Computer programs, flow chart & algorithm

05/02/2023 9

Page 10: Computer programs, flow chart & algorithm

05/02/2023 10

Page 11: Computer programs, flow chart & algorithm

05/02/2023 11

Start

Switch on the power supply

Press the power button on the system unit

Open the start menu ,choose what you want to do

End

Page 12: Computer programs, flow chart & algorithm

05/02/2023 12

Page 13: Computer programs, flow chart & algorithm

05/02/2023 13

• It is a kind of algorithm

• It tells the computer what to do step by

step

• It gives instructions to carry out a task

such as the course of action in a game

Page 14: Computer programs, flow chart & algorithm

05/02/2023 14

Page 15: Computer programs, flow chart & algorithm

05/02/2023 15

Block Diagram

• Blocks connected by arrows to show the relationship between them are called block diagrams.

• We use block diagram to show the connection between different family members.

Page 16: Computer programs, flow chart & algorithm

05/02/2023 16

Grandfather Grandmother

Father Mother

Sister Brother

Page 17: Computer programs, flow chart & algorithm

05/02/2023 17

Page 18: Computer programs, flow chart & algorithm

05/02/2023 18

Stands for Beginners All Purpose Symbolic Instruction Code.

A programming language that beginners find easy to learn and understand.

It is simple and interactive.

Page 19: Computer programs, flow chart & algorithm

05/02/2023 19

Page 20: Computer programs, flow chart & algorithm

05/02/2023 20