Quiz for ECD!!!!!

Discussion in 'Competitions' started by MonsterOmen, Sep 6, 2014.

Thread Status:
Not open for further replies.
  1. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Hello everyone,

    I am going to be hosting a give away here this is how it's going to work:

    I will ask a series of questions those who get it right will move on to the next round there will be three rounds in total.

    The questions will be heavily math based mainly in computer science.

    If you would like to sign up please say so below.

    I will allow for 24 hours for sign up then it will close so sign up's will end 9/7/214

    So what's in it for you?

    How about 30k? the winners will receive as follows:
    1st place: 30k
    2nd place: 15k
    3rd place: 10k

    If you think you have what it takes to pass go ahead and sign up below! I look forward to seeing who signs up for this!

    And just to give a idea I will post a what you could call pre-test question (remember this is heavily math and computer science based so you have to think that way).


    Pre-Test question 1:
    We are talking about C++ for this question.
    Solve the following equation:

    If int x = 3 ; int y= 18; double z= 9.5; double w= 3.5;
    Solve:
    (x+y) % y

    You can post your answer below. I will post the answer to this tomorrow when I close the thread.

    Contestants:
    @brookegoldenberg
    @matrix_rep
    @Emau
    @minecraftninja05
    @silentsniperz
    @weatherryan
    @minecraftbros0
    @_TANSTAAFL
    @Laxcd11
    @Dccciz
    @DeMacca
    @DarthLauren03
    Please note that once the problem is submitted you have 24 hours to respond. Failure to do so will result in you being dropped from the game. Also I would like if possible that you show your work.

    Happy Math time!

     
    #1 MonsterOmen, Sep 6, 2014
    Last edited: Sep 11, 2014
  2. Diamond_Awesome

    Mythic ⚔️ I ⚔️ President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐

    Joined:
    Aug 19, 2014
    Messages:
    130
    Trophy Points:
    54,340
    Ratings:
    +27
    141.75

    can i sign up
     
    #2 Diamond_Awesome, Sep 6, 2014
    Last edited: Sep 6, 2014
  3. matrix_rep

    matrix_rep Runner Up in BB20
    Mythic ⚔️ I ⚔️ ECC Sponsor Resident ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐⭐ X ⭐⭐ Premium Upgrade

    Joined:
    Feb 5, 2014
    Messages:
    4,674
    Trophy Points:
    102,160
    Gender:
    Male
    Ratings:
    +7,451
    I think it is 3.78

    Do I get 30k ?
     
  4. Emau

    Emau Anti-PVP Miner
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Nov 9, 2012
    Messages:
    1,551
    Trophy Points:
    46,410
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +695
  5. minecraftninja05

    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️

    Joined:
    Aug 16, 2013
    Messages:
    2,201
    Trophy Points:
    47,590
    Gender:
    Male
    Ratings:
    +1,018
  6. silentsniperz

    silentsniperz Builder
    Builder ⛰️ Ex-Resident ⚒️

    Joined:
    Aug 19, 2014
    Messages:
    110
    Trophy Points:
    19,520
    Ratings:
    +18
    3 do I get anything?
     
  7. weatherryan

    weatherryan Builder
    Builder ⛰️ Ex-Resident ⚒️

    Joined:
    Jan 31, 2014
    Messages:
    371
    Trophy Points:
    20,690
    Gender:
    Male
    Ratings:
    +63
    Correct answer is 3
     
  8. minecraftbros0

    minecraftbros0 Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Feb 27, 2013
    Messages:
    412
    Trophy Points:
    26,740
    Gender:
    Male
    Ratings:
    +70
  9. _TANSTAAFL

    _TANSTAAFL EcoLegend
    Builder ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    Jun 21, 2012
    Messages:
    1,860
    Trophy Points:
    56,990
    Gender:
    Male
    Ratings:
    +1,426
    I sign up now.

    Sent from my LG-VM701 using Tapatalk 2
     
  10. Laxcd11

    Laxcd11 Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Feb 18, 2013
    Messages:
    319
    Trophy Points:
    26,440
    Ratings:
    +55
    I would like to sign up.
    The answer is 3.
     
  11. silentsniperz

    silentsniperz Builder
    Builder ⛰️ Ex-Resident ⚒️

    Joined:
    Aug 19, 2014
    Messages:
    110
    Trophy Points:
    19,520
    Ratings:
    +18
    I would like to sign up 2
     
  12. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Whoo I do apologize for the late response here I have updated the thread to include the members who have signed up. I will be issuing the first round of questions tomorrow so make sure that you pay attention as you will only have 24 hours to respond.
    This is the answer to my pre-test question: 3
    Let me explain why:
    in the problem (x+y) % y. We have to recognize two things. First int identifies all numbers unless otherwise noted as integers and not decimal numbers. The numbers 9.5 and 3.5 are decimal numbers. In C++ the compiler will lop off the decimal unless you specify double in your program. So right there we know that there is no decimal, because we don't use the decimal numbers. They are there to throw you off. Second the % is a mod operator which is the remainder of the problem like so:
    (3+18)%18
    So order of operations state that we must do what's inside the parentheses first. So we do 3+18 which is 21.
    Now we must divide 21 by 18 and the remainder we get is 3 so three is our answer to the problem.

    I hope that this clears it up if you didn't understand. I will be updating the thread and tomorrow expect the first question!
     
    • Winner Winner x 1
    • Friendly Friendly x 1
    • List
  13. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Alright everyone first quiz of the quiz! NOTE: if you miss this question you will be out of the tournament.

    Which of the following are valid C++ identifiers. If they are not explain why:
    A. new-Assignment B. _nextQuiz C. 3rdProject D. $twoHundred E. CPP_Project F. OneInchIs2.2centimeters
    G. Weekly Quiz H. Jack'sHomework I. first# J. overPayment


    You have 24 hours to respond!
    Good Luck!
     
  14. Emau

    Emau Anti-PVP Miner
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Nov 9, 2012
    Messages:
    1,551
    Trophy Points:
    46,410
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +695
    B,E,J

    Why not: (All except for C contain a character not allowed in an identifier. Including the space in G. C begins with a number. While identifiers can have numbers in them, they cannot begin with a number.)
    A -
    C 3
    D $
    F .
    G
    H '
    I #


    *There may be other reasons as well, but these are enough to answer the question.

    How is this "heavily math based"? This seems more like high school homework.
     
  15. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Well I certainly can't start it off hard as heck I'm working up to it relax.
     
  16. minecraftninja05

    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️

    Joined:
    Aug 16, 2013
    Messages:
    2,201
    Trophy Points:
    47,590
    Gender:
    Male
    Ratings:
    +1,018
    My answer is: B,E,J

    Why not: (All except for C contain a character not allowed in an identifier. Including the space in G. C begins with a number. While identifiers can have numbers in them, they cannot begin with a number.)
    A -
    C 3
    D $
    F .
    G
    H '
    I #

    *There may be other reasons as well, but these are enough to answer the question.

    I don't think anything wrong with copying nothing in your post sry:p
     
  17. Dccciz

    Dccciz Nicememer55
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Mar 8, 2013
    Messages:
    2,830
    Trophy Points:
    50,090
    EcoDollars:
    $0
    Ratings:
    +2,061
    Why are all of the questions about C++?

    I'd like to sign up as a contestant.
     
  18. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Well considering that C++ is my strongest suit and most of the math that I am learning is c++ related I am using that. @Dccciz I will add you I have also left the answers open for another 24 hours. So others may apply.
     
  19. DeMacca

    DeMacca Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Jan 22, 2014
    Messages:
    967
    Trophy Points:
    24,140
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +326
    Yea, I'de like to apply :3
     
  20. MonsterOmen

    MonsterOmen Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Apr 8, 2014
    Messages:
    470
    Trophy Points:
    20,840
    Gender:
    Male
    Ratings:
    +98
    Ok @DeMacca i will add you and since this keeps getting people added I am closing people who can join. No more entries are allowed. Tomorrow I am going to post a new question and we will start over!
     
Thread Status:
Not open for further replies.