0

Ex.no:1 Implementation using MS office

Search, generate, and manipulate data , Presentation and Visualization of graphs, charts, 2D, 3D and Problem formulation, Problem Solving using Flowcharts by A) Word Processing B) Spread Sheet C) Power point presentation A. Word Processing...

0

EX.NO:1b UNIX COMMANDS

(I)GENERAL PURPOSE COMMANDS date The date command is used to display the current date with day of week, month, time and the year. Syntax: $ date              $date  +[%format] Example:...

0

EX.NO:1a   INTRODUCTION TO VI EDITOR

AIM:             To study about visual editor commands in Unix About vi editor:        The default editor that comes with the UNIX operating system is called vi (visual editor). The UNIX vi editor is a full...

0

Ex.No:1 INTRODUCTION TO UNIX OS

AIM:          To study about the Unix Operating system.  Introduction:             An operating system is a program that acts as an interface between the user and the computer. It is the one...

0

C program for Binary Search

Before going to the program first let us understand what is a Binary Search? Binary Search:                                 Binary search is...

0

C program to find Transpose of a Matrix

Before going to the program first let us understand what is Transpose of a Matrix? Transpose of a matrix:                           Transpose of a Matrix is...

0

C program for Sum of Two Matrix

Before going to the program first let is understand what is Sum of two Matrix? Sum of two matrix:                      Sum of two Matrix is a matrix obtained by...

0

C program for Matrix Multiplication

Before going to the program first let is understand what is Matrix Multiplication? Matrix Multiplication: Matrix Multiplication is nothing but the multiplication of two matrix to obtain a new matrix. To perform Matrix Multiplication the number of...

0

C program for Linear Search

Before going to the program first let us understand what is a Linear Search? Linear search: Linear search is the simplest search algorithm. It is also called as sequential search. Linear search is a method for finding a...