CrazyEngineers Forum - Computer Science & IT Engineering |
- Operating System Subject Question Bank
- Theoretical Foundations of Computer Science Question Bank
- Basic C++ question about pointers/structures
- storage on clouds
Operating System Subject Question Bank Posted: 09 Nov 2010 01:09 AM PST What is Operating system? Explain in brief the Evolution of Operating system? Explain in brief the functions of Operating system? Explain in brief the structure of Operating system? Explain the different services provided by Operating system? What is spooling? What is buffering? Explain different layers of Operating system? Explain BATCH Operating system? Explain DISTRUBUTED Operating system? Explain REAL TIME Operating system? Explain MULTIPROCESSOR Operating system? Explain MULTIPROGRAMMING Operating system? Explain TIME SHARING Operating system? Explain REAL TIME Operating system with respect to following: (a) Process management (b) File management (c) Memory management (d) I/O management Explain in brief the system calls? Explain in brief the system programs? |
Theoretical Foundations of Computer Science Question Bank Posted: 09 Nov 2010 12:58 AM PST
|
Basic C++ question about pointers/structures Posted: 08 Nov 2010 12:38 PM PST In the book that I am using they use two notations for calling structure data members when using pointers. (*pt).payRate * (*pt).hours ; (pt ->payRate * pt ->hours); I understand that in the first line * is dereferencing the pointer so that I can retrieve the data in the address stored in the pointer variable. I know the second line gives me the same answer as the first but not sure how. Is the second line a short cut, or is it retrieving data differently than the first line? Thanks in advance. |
Posted: 08 Nov 2010 01:09 AM PST Hello everyone.........I want to store some of my files and folders on cloud. How can I do it? Is there any software for that? |
You are subscribed to email updates from CrazyEngineers Forum - Computer Science & IT Engineering To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment