HELP ME !

  • help me on how i calculate my online examination multiple choices

    <html>

    <body>

    <table align='center'>

    <div><b>Question 1:</b></div>

    <div>What do the letter "MS" in MSNBC stand for?</div>

    <ul><input type='radio' name=1' />A.Mothersky</ul>

    <ul><input type='radio' name=1' />B.Microsoft</ul>

    <ul><input type='radio' name=1' />C.Macrosoft</ul>

    <ul><input type='radio' name=1' />D.Mediashare</ul>

    <div><b>Question 2:</b></div>";

    <div>Which operating system was developed by a college student name Linus Torvalds.</div>

    <li><input type='radio' name=1' />A.Linux</li>

    <li><input type='radio' name=1' />B.Ubuntu</li>

    <li><input type='radio' name=1' />C.Microsoft</li>

    <li><input type='radio' name=1' />D.Kubuntu</li>

    <div><b>Question 3:</b></div>

    <div>What does the letter "A" in RAM stand for.</div>

    <ul><input type='radio' name=1' />A.Accelerate</ul>

    <ul><input type='radio' name=1' />B.Alternative</ul>

    <ul><input type='radio' name=1' />C.Access</ul>

    <ul><input type='radio' name=1' />D.Action</ul>

    </table>

    </body>

    </html>

  • What?

    If you want answers for those, a quick google search will find many. If you want something else, please explain in detail.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Moderators,

    Please mark this post as a spam and request you to close this thread.

    Raunak J

  • Raunak Jhawar (3/31/2011)


    Moderators,

    Please mark this post as a spam and request you to close this thread.

    Heh... nah... let it stand to show what we won't help with. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden (3/31/2011)


    Raunak Jhawar (3/31/2011)


    Moderators,

    Please mark this post as a spam and request you to close this thread.

    Heh... nah... let it stand to show what we won't help with. 😉

    Your "evil" continues to amaze me 😀

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (4/1/2011)


    Jeff Moden (3/31/2011)


    Raunak Jhawar (3/31/2011)


    Moderators,

    Please mark this post as a spam and request you to close this thread.

    Heh... nah... let it stand to show what we won't help with. 😉

    Your "evil" continues to amaze me 😀

    That's not "evil". Evil would have been me putting on the most serious DBA "face" I possibly could and then answering the questions... 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • As a bit of a side bar, notice that the current number of visits to SSC is precisely "1". The OP hasn't even checked to see if any of the responses on this thread are helpful. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden (4/1/2011)


    As a bit of a side bar, notice that the current number of visits to SSC is precisely "1". The OP hasn't even checked to see if any of the responses on this thread are helpful. 😉

    All this effort! For nothing?!

    :angry:

    :hehe:

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • we need an evil version of "let me google that for you" that gives wrong answers.....it would be ideal for these situations.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Koen Verbeeck (4/2/2011)


    Jeff Moden (4/1/2011)


    As a bit of a side bar, notice that the current number of visits to SSC is precisely "1". The OP hasn't even checked to see if any of the responses on this thread are helpful. 😉

    All this effort! For nothing?!

    :angry:

    :hehe:

    Still only 1 visit to the site as of now. I like the evil LMGTFY idea.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • One possible answer is rather simple: 24.

    Since the OP wants to do a calculation, we need to extract the numbers. For each question we have 4 times the number one and the questions are numbered 1, 2, and 3.

    Therefore we get 1*(1+1+1+1) + 2*(1+1+1+1) + 3*(1+1+1+1) = 4 + 8 + 12 = 24.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • LutzM (4/2/2011)


    One possible answer is rather simple: 24.

    Since the OP wants to do a calculation, we need to extract the numbers. For each question we have 4 times the number one and the questions are numbered 1, 2, and 3.

    Therefore we get 1*(1+1+1+1) + 2*(1+1+1+1) + 3*(1+1+1+1) = 4 + 8 + 12 = 24.

    Wasn't the answer supposed to be 42 since everything can be answered by 42?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 12 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic. Login to reply