UGC-NET IN OBJECTIVE MODE FROM JUNE, 2012 ONWARDS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A specially designed blog for sharing and distributing UGC NET Computer Science examination materials viz Exam Syllabi, Previous Questions,Current Trends, Topics like Mobile Computing, Operating System, Database Management System,Computer Networks,System analysis and Design, and Programming using C & C++ etc.
Search Topics....
Saturday, March 31, 2012
Thursday, March 22, 2012
IGNOU MCA Details
Master of Computer Applications (MCA)
Minimum Duration: 3 Years
Maximum Duration: 6 Years
Course Fee: Rs. 16,100
Minimum Age: No bar
Maximum Age: No bar
Eligibility:
Maximum Duration: 6 Years
Course Fee: Rs. 16,100
Minimum Age: No bar
Maximum Age: No bar
Eligibility:
Any graduate from a recognised university. However, the students who have not pursued Mathematics as a distinct subject at 10+2 are required to pursue and pass the CS-60 course concurrently.
Note: Programme fee is per semester
Sunday, March 18, 2012
Multi Programming Vs Multi Tasking
Actually what is the difference between Multi Programming Vs Multi Tasking . In some text books it s seen that multi tasking is the theoretical expansion of multiprogramming . How can we convey this idea?
If you have answer please comment here.
Friday, March 9, 2012
What is Virtual Memory ?
How Operating System makes this illusion ?
An imaginary memory area supported by some operating systems (for example, Windows but not DOS) in conjunction with the hardware. You can think of virtual memory as an alternate set of memory addresses. Programs use these virtual addresses rather than real addresses to store instructions and data. When the program is actually executed, the virtual addresses are converted into real memory addresses.
The purpose of virtual memory is to enlarge the address space, the set of addresses a program can utilize. For example, virtual memory might contain twice as many addresses as main memory. A program using all of virtual memory, therefore, would not be able to fit in main memory all at once. Nevertheless, the computer could execute such a program by copying into main memory those portions of the program needed at any given point during execution.
To facilitate copying virtual memory into real memory, the operating system divides virtual memory into pages, each of which contains a fixed number of addresses. Each page is stored on a disk until it is needed. When the page is needed, the operating system copies it from disk to main memory, translating the virtual addresses into real addresses.
The process of translating virtual addresses into real addresses is called mapping. The copying of virtual pages from disk to main memory is known as paging or swapping.
An imaginary memory area supported by some operating systems (for example, Windows but not DOS) in conjunction with the hardware. You can think of virtual memory as an alternate set of memory addresses. Programs use these virtual addresses rather than real addresses to store instructions and data. When the program is actually executed, the virtual addresses are converted into real memory addresses.
The purpose of virtual memory is to enlarge the address space, the set of addresses a program can utilize. For example, virtual memory might contain twice as many addresses as main memory. A program using all of virtual memory, therefore, would not be able to fit in main memory all at once. Nevertheless, the computer could execute such a program by copying into main memory those portions of the program needed at any given point during execution.
To facilitate copying virtual memory into real memory, the operating system divides virtual memory into pages, each of which contains a fixed number of addresses. Each page is stored on a disk until it is needed. When the page is needed, the operating system copies it from disk to main memory, translating the virtual addresses into real addresses.
The process of translating virtual addresses into real addresses is called mapping. The copying of virtual pages from disk to main memory is known as paging or swapping.
Thursday, March 8, 2012
Thursday, February 16, 2012
Android Operating System : Some Facts
What is Android?
Android is a Linux-based operating system for mobile devices such as smart phones and tablet computers. It is developed by the Open Handset Alliance led by Google.
Some History about Android
Android, Inc. was founded in Palo Alto, California, United States in October, 2003 by Andy Rubin (co-founder ofDanger),Rich Miner (co-founder of Wildfire Communications, Inc.), Nick Sears (once VP at T-Mobile) and Chris White.
Acquisition By Google
Google acquired Android Inc. on August 17, 2005, making Android Inc. a wholly owned subsidiary of Google Inc. Key employees of Android Inc., including Andy Rubin, Rich Miner and Chris White, stayed at the company after the acquisition.
Android Versions and its Pet Names
2.3 Gingerbread
3.0 Honeycomb
4.0 Ice Cream Sandwich
Courtesy : Wiki pedia
Tuesday, February 14, 2012
.DMG Vs .EXE
What the exetensions .dmg and .exe mean ?
.exe files are windows executables; they need windows to run.
.dmg are Apple Disk Image files, which can contain mac executables and/or other data.
Subscribe to:
Posts (Atom)