Archive for the ‘Resources’ Category

  • Important Questions on C++

    Jan 13, 13 • 143611 Views • Resources448 Comments

    Questions with Answers on C++ Programming Language Following are the important questions on C++ with their answers which has been asked in the various exams and interviews. Let’s discuss them in detail. Q1: What is C++? Ans: C++ is a general purpose

  • Wireless Transmission

    Jan 12, 13 • 6126 Views • Resources4 Comments

    Q1. What is a wireless network? Ans: A wireless network is any network which does not require the use of cables to connect computers and devices. A wireless network can connect computers to one another, share devices and internet connections. Wireless

  • Questions on Wireless Application Protocol (WAP)

    Jan 12, 13 • 8685 Views • Resources12 Comments

    Q1. What is Wireless Application Protocol(WAP)? Answer: Meaning really arises from the full form itself- Wireless– that does not require wires, enabling radio transmission. Application– a software designed to complete a particular task.

  • Questions on Sequential Circuits

    Jan 12, 13 • 22351 Views • Resources15 Comments

    Q.1. What is sequential circuit? Ans. These are defined as digital circuit whose output is dependent not only on the present input value but also on the past history of its input. The sequential Circuits are designed using the combinational circuits along

  • Concept of function in C?

    Jan 12, 13 • 2576 Views • Resources6 Comments

    quest1 Define function? A function is a module or block of program code which deals with a particular task. Making functions is a way of isolating one block of code from other independent blocks of code. quest 2Methods of passing in functions? There are two