Skip to main content

LIST OF PROGRAMS

Practical Lab


  • Quadratic 
  1.  Bisection 
  2. False position 
  3. Newton raphson 
  4. Birgei vieta 
  •  Soln. of simultaneous linear equation 
  1. Gauss seidal method 
  •  Interpolation 
  1.  Construct a diff. Table (forward /backward /divided)
  •  Any one -
  1.  Newton Forward 
  2.  Newton Backward 
  3.  Newton Divided 
  4.  Lagrange 
  •  Integration 
  1.  Find integral value using -
  1. Simpsons ⅓ 
  2. Simpsons ⅜ 
  • Statistics 
  1. Mean (AM) - any series - step deviation 
  2. Dispersion- md/sd 
  3. Correlation Coefficient 
  4. Regression lines

Comments

Post a Comment

Thanks for the comment and don't forget to subscribe.

Popular posts from this blog

COMPUTER ORGANISATION

6TH SEMESTER: SECTION-A  1. Computer Organisation : Evolution of Computers, Stored program concept and Von Neumann Architecture, Information representation and codes, Combinatorial Blocks : Gates, Multiplexers, Decoders, Encoders, Sequential Building blocks : Flip-Flops, Registers, Counters, Arithmetic algorithms : Addition and subtraction for signed magnitude and 2's complement numbers, integer multiplication using shift and add, Booth's algorithms, Integer and floating point representation. SECTION-B    2. Architecture of a Simple Processor : An instruction set, Addressing Modes, Instruction formats, Instruction execution in terms of Microinstructions, Concept of interrupt and simple I/O organisation, I/O organization : Strobe-based and Handshake based communication, Vector and priority interrupts, DMA-based data transfer; CPU organisation with large registers, Stacks and handling of interrupts and subroutines. Concept of Bus, data movement among registers...