WebQuest

Learning about Coding

Process

20180328051653HyLuN.jpg

  • The first item that should be done is to watch 2 videos that go over the basic input and output while coding as well as the other video going over how to use math arithmetic while coding. The links to the videos are: " https://www.youtube.com/watch?v=D3OF-67IorA " (the basic input and output video) and " https://www.youtube.com/watch?v=nBk7LWcaW9g " (the video going over using math in coding). 
  • The next step is that while watching the videos you should take notes as the video is going about certain items that are discussed in the video and a list of words or phrases will be provided below.
  • For the Basic Input and Output terms:

            #include                    cout                semicolon ( ; )            endl                cin                std (might need to Google this one)

  • For the Assignment Operator and Basic Arithmetic video terms:

             integer (int)                    assignment operator                    arithmetic operators

  • Next after viewing the videos you will create a basic calculator in c++ using a browser code compiler. the link to the compiler is here: " https://www.onlinegdb.com/online_c++_compiler ". After loading the site you will create a code that will:

               a) ask the user to put in 2 integers that they wish to add together

               b) the code should contain the correct mathematical arithmetic to add 2 numbers together

               c) display the answer to the question showing both integers being added together and what the answer is after adding the integers together

  • (OPTIONAL) After creating the code for addition in the compiler that does everything that was listed also try to create additional code that asks the use for numbers that they would like to subtract or multiply.

The Public URL for this WebQuest:
http://zunal.com/webquest.php?w=377173
WebQuest Hits: 267
Save WebQuest as PDF

Ready to go?

Select "Logout" below if you are ready
to end your current session.