Types of Operating System

Types of Operating System Tutorial In this operating system tutorial, we will study some basic concepts of operating systems and the types of operating systems commonly used in different real-world applications.   This Topic is mainly helpful for computer science students. Some time a conceptual question of 1 mark is asked from Operating System Types in GATE(CS/IT) and UGC […]

Learn Java Programing Language

Java is one of the most powerful programming language among top 8 programming languages. Here you will get various article related to Java Programming Language concepts and some programs that will help you to understand the concepts of Java Programming Language. Core Java Concepts 1.Modifiers used in Java: Introduction 2. JDBC Tutorial : Types of Jdbc […]

Rational Rose Software Introduction and Applications

Rational Rose Software    What is rational rose software ?    What are applications and features of rational rose software  ? INTRODUCTION Rational Rose Software is a set of visual modeling tools for development of object-oriented Modeling. Object oriented modeling is the process of graphically depicting the software system.  This rational rose software tutorial focus […]

Computer Organization and Architecture Tutorial

In this article, we are going to perform the computer architecture tutorial which will help the computer science student and also help those students who are preparing for GATE(CS/IT) and UGC Net (CS) exam. I have prepared a tutorial on some important topics of computer organization and architecture. These tutorials are linked here in this main […]

Difference Between Syntax and Semantic Errors – [ Interview ]

Syntax and Semantic in Programming Language This tutorial covers the basic introduction of syntax and semantic with example. Difference between syntax and semantic errors is also explained. Some basic definition types questions are generally asked in Technical Interview. Here in this post we have answer these questions are explained properly. Students are kindly requested to […]

Dynamic Memory Allocation in C using malloc( ) and calloc()

Dynamic Memory Allocation in C using malloc() and calloc() function In this Tutorial, we will learn about dynamic memory allocation in C using malloc(), calloc() function. Syntax and the use of different functions for dynamic memory allocation in c have been explained in this Tutorial. The use of malloc(), malloc() , realloc() and free() functions are explained in […]

Pointer to structure in C

How to use a pointer to structure in C Programming? When pointer to structure is incremented then the pointer points to the next block of memory. As for example struct rec { int a; char b[10], *c; }; main() { struct rec *obj; obj=(struct rec *)malloc(sizeof(struct rec)); obj->a=10; strcpy(obj->b, “XYZ”); strcpy(obj->c, “ABC”); printf (“n%dt%st%s”,obj->a, obj->b, […]

Pointer in C Hackerrank Solution

Pointer in C Hancerrank Solution In this Pointer in C Programming Tutorial at first we will learn about basic concepts of pointer after that we will see some pointer in c hackerrank solution for the practice of computer science students. Frequently asked Questions Some frequently asked questions from pointer in c programming are given below […]

Newton Backward Interpolation Program in C

Newton Interpolation Program in C I have explained the newton interpolation program in c programming here in this post. This tutorial helps computer science students understand the concepts of interpolation, extrapolation in numerical techniques. This tutorial helps the students implement the program for backward interpolation in the c programming language. Frequently Asked Questions This newton interpolation program based tutorial […]

Interview Questions from C++ Part 1

C++ is an Object Oriented Programming Language. Which covers all important principles of an object-oriented techniques like Polymorphism, Inheritance, Encapsulation. In this post there are some important questions asked from C++ Programming Language.  Describe different parts of C++ programs.  List the new keywords in C++ with their functions. What are identifiers, variables, and constants? Which […]

Short answer type Interview Questions From Core Java

java is an Object  Oriented Programming Language. Which is mostly used to develop Windows based Software  as well as Web Based Project. It is good to have good knowledge about a programming language and practical knowledge for developing program in that particular language. In the technical interview for the post of  Java Developer some basic questions are asked. In this post I am telling […]

Objective Questions in Operating System

Operating System is an Important and core subject of Computer Science. All most in every competitive exam several questions are asked from this operating system in the Computer Awareness Section of the written exam. In this post I am presenting some basic objective questions from operating system. 1) The collection of processes on the disk […]

Objective questions from operating system

Operating System is an Important and core subject of Computer Science. All most in every competitive exam several questions are asked from this operating system in the Computer Awareness Section of the written exam. In this post I am presenting some basic objective questions from operating system. 1) Round robin scheduling is essentially the preemptive […]

Know about TCS Code Vita Contest

What is TCS Code Vita Contest ? Sports are a great way of bringing out character of a person. A spectrum of emotions ranging from hope to despair, monotony to excitement, boring to interesting, mediocre to extraordinary performances are seen in every sport known to mankind. The purpose of sports, apart from physical and mental […]

Placement paper for HCL Technology

Getting the placement in good MNC is a dream of every engineering student. For Computer Science and engineering students it is dream to get the job as software developer in MNC like TCS ,WIPRO , INFOSYS , HCL etc. In this post I am presenting a sample paer for HCL written test. You can attempt […]