Posts

Showing posts from September, 2019

Video Tutorials Link

E Book Link

IT and Programming Tips

How to Check Own SIM Number Teletalk, GP, Banglalink , Robi, Airt el – 2019:  

Java Programming Tutorial

Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere! Students should have taken the Software Development for Non-Programmers course or have programmed in at least one programming language preferably C or C++. Some familiarity with Object Oriented Programming is desired but not required. Our Blog covers the practice examples of Traditional Programming Components, Object Oriented Programming, Methods, Arrays, Encapsulation, Inheritence and Polymorphism, Abstract Classes and Interfaces, Exceptions, Input and Output, Threads, Collections and Networking etc. Link: Java : Java Enterprise Programming

PL SQL in Oracle

An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve related information. A database server is the key to solving the problems of information management. This Oracle PL SQL tutorial blog teaches you the basics of programming in PL/SQL with appropriate examples. You can use this tutorial as your guide or reference while programming with PL SQL. I will be making this Oracle PL SQL programming tutorial as often as possible to share my knowledge in PL SQL and help you in learning PL SQL better. Our Blog covers the practice examples of Introduction to PL/SQL, Advantages of PL/SQL, Variables, Constants, Records, Conditional Statements, Iterative Statements, PL/SQL Cursors, Explicit Cursors, PL/SQL Procedures, PL/SQL Functions, Parameters-Procedure, Function, Exception Handling and Triggers etc. Link: PLSQL Programming using Orac

DataStructure and Algorithm

Data structures and Algorithm in C or C++ documentations are available here. You will get complete Algorithm, Theorem, Prove and pseodocode and also executable source code here. Learn about Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Heap Sort, Radix Sort, Shell Sort, Quick Sort, Link List Programming, Linear Array Programming, Binary Search and Linear Search etc. Simplified presentation of Arrays, Recursion, Linked Lists, Queues, Trees, Graphs, Sorting, Searching Methods and Hashing. Reference: Schaum's Outlines - Data Structures with C Introduction What is an algorithm? Why you should learn algorithms Algorithm Analysis Big-O notation Sorting Insertion Sort Selection Sort Bubble Sort Heap Sort Merge Sort Quick Sort Shell Sort Counting Sort Radix Sort Bucket Sort Basic Data Structures Stack Queue Circular Queue Linked List Types of Linked List Linked List Operations Advanced Data Structu

C++ Programming Tutorials

Object Oriented Programming concept with C++ : This tutorial covers all the features in C++, Practice Prolems and Solutions(source code). Some importrant features are: (i)Learning objectives to familiarize the trainee with the universal concepts of computer programming. (ii)To present the syntax and semantics of the “C++” language as well as basic data types offered by the language. (iii) To discuss the principles of the object-oriented model and its implementation in the “C++” language. (iv) To demonstrate the means useful in resolving typical implementation problems with the help of standard “C++” language libraries. Course outline: (a.)Introduction to compiling and software development. (b.)Basic scalar data types, operators, flow control, streamed input/output, conversions. (c.) Declaring, defining and invoking functions. (d.) Strings processing, exceptions handling, dealing with namespaces. (e.) Object-oriented approach and its vocabulary. (f.) Dealing with classes and object

C Programming Tutorials

This is a complete step by step procedure of learning programming language. Do you want to learn C or C++ instead? Check out our Practical Blog and Tutorial. Here You will get the information of Data Type, Variable, Operator(Arithmetic, Comparison and Conditional), Function(User-defined and Built-in), Conditional Statement(IF, IF ELSE, GOTO and SWITCH), Looping(FOR,  WHILE and DO-WHILE), Pointer and Pointer Array, Structure, Array(1D, 2D and MULTI DIMENSIONAL) and File Programming etc. Further More you will get lots of program of Logics, Graphics, Game and Mathematics etc. Link : C Programming Blog