Tuesday, November 9, 2010

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


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

  • Explain Equivalence relation & Digitalization with suitable Example.
  • Construct a DFA with reduced states equivalent to the regular expressions: 10 + (0 + 11) 0 * 1
  • Explain Prefix, suffix, proper prefix and proper suffix of a string with suitable Example.
  • Is it possible for two distinct sets A and B to satisfy the equation A X B=B X A? If so, under what circumstances? Give reason for your answer.
  • Is it possible for two distinct sets A and B to satisfy A X B B X A? If so, under what circumstances? Give reason for your answer.
  • Construct a FA, which does not contain '101' and further minimize it.
  • Write a short note on Derivation Trees.
  • Write a short note on Application of Pumping Lemma
  • Write a short note on Regular expression.

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.

storage on clouds

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?

No comments:

Post a Comment