Archive for the ‘Resources’ Category

  • Interview Questions on Pointer

    Jan 10, 13 • 14634 Views • Resources1 Comment

    Q1. What is a Pointer ? Ans. A pointer is a variable that stores the address of another variable in C language. It is basically a data type defined by the user to create special variables to hold the address of the main variables like int, float, char etc.

  • Schedulers in Operating System

    Jan 10, 13 • 31482 Views • Resources22 Comments

    Schedulers in Operating System are the process which decides which task and process should be accessed and run at what time by the system resources. It is required to maintain the multi tasking capabilities of a computer and to keep its performance at the

  • Important Questions on Transaction Management

    Jan 10, 13 • 3213 Views • ResourcesNo Comments

    In a commitment to help you people with the difficulties you face regarding various aspects in your education, here are the important questions on Transaction Management- Q.1 What is JTA? Ans. Java Transaction API(JTA) specifies standard Java Interfaces

  • Questions on Memory Allocation

    Jan 10, 13 • 5946 Views • ResourcesNo Comments

    Memory Allocation is the process of the memory management in which we reserve some portion or complete part of computer memory space for various processes like execution of programs. It is a process which is used to assign the physical and virtual memory

  • C Language

    Enum, typedef and Bit field

    Jan 10, 13 • 6156 Views • Resources1 Comment

    Enum, typedef and bit field are the different commands that we use in a programing of the C and C++ Languages. Lets have a brief discussion over these commands and questions that are asked over them. Following are the questions with their answers on enum,