Thread: challenged

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    1

    challenged

    i need help urgently with this. I have assignments to submit n barely have time to concentrate on this. please help

    You run four computer labs in a Company. The labs are named 1 for the Executive lab, 2 for the Staff lab, 3 for the Old lab and 4 for the Support lab respectively. Each lab contains computer work stations that are numbered as shown in the table below:

    Lab Number Computer Station Numbers
    1 1-5
    2 1-6
    3 1-4
    4 1-3

    Each user has a unique five-digit ID number. Whenever a user logs on, the user’s ID, lab number, and the computer station are transmitted to your system. For example, if user 49193 logs on to station 2 in lab 3, then your system receives (49193, 2, 3) as input data.
    Similarly, when a user logs off a station, then your system receives the lab number and computer station number.
    Write a computer program that could be used to track, by lab, which user is logged onto which computer. For example, if user 49193 is logged into station 2 in lab 3 and user
    99577 is logged into station 1 of lab 4 then your system might display the following:

    Lab Number Computer Stations
    1 1: empty 2: empty 3: empty 4: empty: 5: empty
    2 1: empty 2: empty 3: empty 4: empty 5: empty 6: empty
    3 1: empty 2: 49193 3: empty 4: empty
    4 1: 99577 2: empty 3 empty

    Create a menu that allows the administrator to simulate the transmission of information by manually typing in the login of log off data. Whenever someone logs in or out, the display should be updated.
    Also write a search option so that the administrator can type in a user ID and the system will output what lab and station number that user is logged into, or “None” if the user ID is not logged into any computer station.
    create a ragged array for this information
    Last edited by bananatish; 03-15-2012 at 02:35 AM.

  2. #2
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    This site has a homework policy. Follow this link.

    The short summary: do your own homework!
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You need to show that you aren't just pushing the homework off to us. Show us what you have done so far, and ask specific questions about what you don't understand.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    i need help urgently with this. I have assignments to submit n barely have time to concentrate on this. please help
    Sounds like you really need to learn good time management. Or stop going to keggers during the week.

  5. #5
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Quote Originally Posted by bananatish View Post
    i need help urgently with this.
    OK, here goes:
    1) Read through the assignment
    2) Come up with a general outline of your program
    3) Break it down into individual sections
    4) Define the interfaces between the sections
    5) Stub out the design
    6) Begin implementing the stubs, one section at a time
    7) Integrate the various sections into a whole
    8) Test
    9) Test
    10) Test
    11) Hand in on time
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

  6. #6
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    And, if you can't do all those things QuantumPete suggested, accept the consequences (low marks, being told off for not doing your homework, etc).
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  7. #7
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    And that's all this thread is gonna yield.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed