March 21, 2011 at 10:39 pm
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>
March 21, 2011 at 11:35 pm
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
March 31, 2011 at 7:58 am
Moderators,
Please mark this post as a spam and request you to close this thread.
Raunak J
March 31, 2011 at 8:15 am
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
Change is inevitable... Change for the better is not.
April 1, 2011 at 12:00 am
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
April 1, 2011 at 5:14 pm
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
Change is inevitable... Change for the better is not.
April 1, 2011 at 5:18 pm
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
Change is inevitable... Change for the better is not.
April 2, 2011 at 2:48 am
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
April 2, 2011 at 5:21 am
we need an evil version of "let me google that for you" that gives wrong answers.....it would be ideal for these situations.
Lowell
April 2, 2011 at 6:52 am
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
April 2, 2011 at 7:06 am
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.
April 2, 2011 at 8:30 am
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