DASARI TUTS
Computer programming (often shortened to programming) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resource consumption, and implementation (commonly referred to as coding) of algorithms in a target programming language. Source code is written in one or more programming languages (such as C, C++, C#, Java, Python, Ruby, Smalltalk, JavaScript, etc.). The purpose of programming is to find a sequence of instructions that will automate performing a specific task or solving a given problem.The process of programming thus often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.

10coutput

UGC CBSE NET 87 COMPUTER SCIENCE & APPLICATION PAPER-2 (2004-2008)

1.Multithreading in Java a simple Introduction.

2.Java Performance Tuning -2 loop jamming

1.Java Performance Tuning for loop unrolling/ unwinding.

C language pass or fail logic in an Array of marks.

Java System.out.println( ); explained in detail.

A simple Java Hello World Program Explained in Detail

C in Telugu Structures part - 1

14.Java String Literals.

Java Program to List all declared methods in a class.

1.JavaScript Development Using Netbeans IDE Introduction

14.Java Boolean Literals.

10.C in Telugu Functions Recursion

13.Java Char Literals

How to use Netbeans IDE for Programming XML Files

3.Identifiers in C

Java Source File Structure

8.C in Telugu Functions call by reference swapping example

7.C in Telugu Function Call by Reference.

6.C in Telugu Function -3 (Parameter Passing Techniques Call-by-value)

6.Function in c part - 3

12.Java Float Literals

4.C in Telugu Functions part 2

12.Java Literals Integral Literals

1.C/C++ Operators interview questions b = ? when int a = 10 and b = ++a + ++a + ++a

2.A Simple Hello world Program explained in Depth.

11.Java Boolean Data Type

10.Java Char Data Type