web analytics

Adsense is not only a CPC network anymore, but also CPM, Active View CPM, CPE.

Google’s online advertising network adsense is generally known to most of us as a CPC (Cost per Click) advertising network. That is, a publisher earns money only when users clicks on the ads s/he is publishing. Adsense is a renowned advertising network both to ad publisher and advertiser due to various reasons, mostly because its … Read more

What are memory mapped I/O and isolated I/O? What are differences between memory mapped I/O and isolated I/O?

Memory Mapped I/O and Isolated I/O are two methods of performing input-output operations between CPU and installed peripherals in the system.  Memory Mapped I/O: Memory mapped I/O uses the same address bus to connect both primary memory and memory of hardware devices (registers). Memory and registers of I/O devices gets assigned values, thus when CPU … Read more

3 Differences between time sharing and real time systems

Q. What are time sharing and real time systems? What are the differences between time sharing and real time systems? Time-Sharing Systems: Time sharing operating systems are extension of multi-programmed batched operating system and the extension is that here the user can interact with the program running. The CPU scheduling algorithm and allocate small amount … Read more

2 differences between time sharing and multi-programmed batched systems?

Q. What are time sharing and multi-programmed batched systems? What are the differences between time sharing and multi-programmed batched systems? Time-Sharing Systems: Time sharing operating systems are extension of multi-programmed batched operating system and the extension is that here the user can interact with the program running. The CPU scheduling algorithm and allocate small amount … Read more

2 Differences between parallel and multi-programmed batched systems

Q. What are parallel and multi-programmed batched systems? What are the differences between parallel and multi-programmed batched systems? Multi-programmed Batched Systems: In multi-programmed batched operating systems, the operating system reads jobs from disk drives where a list of jobs are already being stored through card readers. The operating system then pull and store as much … Read more

4 Differences between simple batch and multi-programmed batched operating systems

Q. What are simple batch and multi-programmed batched operating systems? What are differences between simple batch and multi-programmed batched operating systems? Simple Batch Systems: Early computers used to take one job at a time, no input in the middle of the process and also no output either. The jobs were prepared commands for the computer to … Read more

What are the categories of risks in software engineering? Explain the process of risk management.

risks-in-software-engineering

Risk Management:

Risk management is a series of steps that help a software team to understand and manage uncertainty. It’s a really good idea to identify it, assess its probability of occurrence, estimate its impact, and establish a contingency plan that─ ‘should the problem actually occur’. Risk management is a part of umbrella activities.   Simplistically, you can think of a risk as something that you’d prefer not to have happen. Risks may threaten the project, the software that is being developed or the organization.   

Read more

What are the different generations of computer? Explain

Computer systems reached today’s modern age step by step, these steps are called generations. In each generation computers with new features and functions starts to get the market and the older computers slowly gets replaced. IBM company started categorize the development of computers into generations, though not everyone in the industry including users will be agree on the periods of each generation. However, based on the use of electronic devices, computers systems can be categorized into following generations so far.  

Read more

Differences between analog and digital computers

differences between analog and digital computer

Analog Computer

An analog computer is a form of computer that uses the continuously changeable aspects of physical phenomena such as electrical, mechanical, or hydraulic quantities to model the problem being solved. As an analog computer does not use discrete values, but rather continuous values, processes cannot be reliably repeated with exact equivalence.  

Read more

5 Key Functions of Operating System

Q. What are the functions of operating system? Functions of Operating Systems:  Operating system’s size, organization and scope of operating vastly depends on the size, organization and use of various computer system. Obviously not all operating systems can be used on all systems. Functions of an operating system are always targeted to meet the needs. … Read more