Wednesday 14 November 2018

PSEUDO CODE

 Today we discussed..... 

  Pseudo code

  • solving a problem with familiar  English and some simple mathematics

























Important parts of a pseudo code

  • inputs and outputs

  • variable

  • assigning

  • selection

  • repetition

 

Inputs

Insert something which are the inputs of our problem
eg-
     numbers, name, price and marks 

Outputs

 It will be solution or conclusion of our problem
eg- 
     1+5
     output = 6
  

 Variable 

Introduce unknown letter of English for reduce our time when solving the problem
eg-
    y, x, m, a, 

 

Assigning

Allocate a value in a time  for our purpose 
eg-
   a for 5 -  a=5 , n for name -  n=mino , x for age - x=36
 

Selection

if we want a information to our problem. when we filtering some data 
     eg-

  selection of uki batch-4 which is the problem  it's output will be these (mithu,abi,sajee,mino and kiriz ) are the qualify students for uki batch - 4


Repetition


if repeating our input with some different variable and or same variable while  Problem will be solved it's called repetition.
  eg-
           uki select 20 students for batch4 after 6months it will be repeated 
      and then uki's problem will be solved who finished there activities



Tuesday 13 November 2018

CODE_CADEMY

   

Today we discussed....

one of the important tool for codding and programming. which is code_cademy 


 code_cademy 

the platform for learning online courses in programming 
interface of code cademy 





Monday 12 November 2018

FUNDAMENTAL PROGRAMMING


Fundamental programming

Computer

it's a programmable machine which is solved our communication and technical problem 

Image result for computer

  3 processing in computer

  • input
  • process
  • output 

      Input  

     Inputting our data or our instruction   to the computer

 


    Process

    computer's main work is processing our data 

     

    Output


     finally saw the output by our inputs and then           process