Page Title

NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html>
<head>
<style>
p.serif {
font-family: "Times New Roman", Times, serif;
}
p.sansserif {
font-family: Arial, Helvetica, sans-serif;
}

<title>Page Title</title>
</head>
</style>
<body style=background-color:#33cccc;>


<img src=http://txt-dynamic.static.1001fonts.net/txt/b3RmLjcyLjAwMDAwMC5RMjl5WlNCR2IzVnlJRVY0Y0d4aGJtRjBhVzl1SVEsLC4w/breetty.regular.png alt="Smiley face" width="600" height="100">

<p style= color:white;text-align:center>Hey! This is my explanation of the core 4 principles: user input, variables, loops and conditionals!</p>
<img src="http://feelyou.net/wp-content/uploads/2015/06/illust2453.png" alt="Smiley face" width="450" height="180">
<img src="http://www.wanpug.com/illust/illust1499.png" alt="Smiley face" width="150" height="150">

<h2 style= color:white;text-decoration:underline;font-size:30px>User Input:</h2>
<p2 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>-User Input enables the user of the application to interact with the program by having them manually input their response via keyboard.</p2>
<h3 style= color:white;text-align:center;font-size:20px>In Python:</h3>
<p3 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>An example pulled from python would be:</p3>
<p4 style= color:#FF00FF;font-family:courier>if </p4>
<p5 style=color:white;font-family:courier> user_input== "x"...</p5>

<h4 style=color:white;text-align:center;font-size:20px>In Scratch:</h4>
<img src="http://www.multiwingspan.co.uk/images/scratch/scratch006.png" alt="Smiley face" width="150" height="150">
<img src="https://www.edutopia.org/sites/default/files/styles/responsive_1400px/public/media/6ryderscratch3-mainprocedure.png?itok=OOH3I7QR&timestamp=1409090463" alt="Smiley face" width="150" height="150">
<img src="https://assets.podomatic.net/ts/c9/5b/eb/vliege/240x240_9831622.png" alt="Smiley face" width="150" height="150">
<h5 style=color:white;text-align:center;font-size:20px>Real-life Analogy:</h5>
<p6 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>A multiple choice test? The program analyzes possibilities based on user input.</p6>

<h6 style= color:white;text-decoration:underline;font-size:30px>Variables:</h6>

<p2 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>Variables are factors used in computer programming that are subject to change based on other factors in the program, meaning it can be substituted as something.</p2>
<h3 style= color:white;text-align:center;font-size:20px>In Python:</h3>
<p3 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>An example pulled from python would be:</p3>
<p5 style=color:white;font-family:courier> f=</p5>
<p4 style= color:red;font-family:courier>0</p4>

<h4 style=color:white;text-align:center;font-size:20px>In Scratch:</h4>
<img src="http://www.i-programmer.info/images/stories/Core/OtherLang/Scratch/bounce32.gif" alt="Smiley face" width="150" height="150">
<img src="http://cs.harvard.edu/malan/scratch/forevercount.gif" alt="Smiley face" width="150" height="150">
<img src="http://sci-tech.fr/wp-content/uploads/2015/02/Donnees4.jpg" alt="Smiley face" width="150" height="150">
<h5 style=color:white;text-align:center;font-size:20px>Real-life Analogy:</h5>
<p6 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>Sweetners as in coffee. Instead of using sugar, you can use splenda, sweet'n'low, etc.</p6>

<h6 style= color:white;text-decoration:underline;font-size:30px>Loops:</h6>

<p2 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>Loops are a handy tool used when a programmer wants to repeat certain steps multiple times. Loops can be used for a set amount of times until it moves on to the next step, or forever!</p2>
<h3 style= color:white;text-align:center;font-size:20px>In Python:</h3>
<p3 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>An example pulled from python would be:</p3>
<p5 style=color:#cc5200;font-family:courier> while</p5>
<p4 style= color:black;font-family:courier> (number<=10):total=total+number, number+1= </p4>
<p4 style= color:#FF00FF;font-family:courier>print</p4>
<p4 style= color:39ac39;font-family:courier>("Value of Total From the While Loop is, total")</p4>


<h4 style=color:white;text-align:center;font-size:20px>In Scratch:</h4>
<img src="https://forrestercomputing.wikispaces.com/file/view/Scratch_Repeat.jpg/331099970/Scratch_Repeat.jpg" alt="Smiley face" width="150" height="150">
<img src="http://www.hummingbirdkit.com/sites/default/files/scratchloops00.png" alt="Smiley face" width="150" height="150">
<img src="http://www.multiwingspan.co.uk/images/scratch/scratch028.png" alt="Smiley face" width="150" height="150">
<h5 style=color:white;text-align:center;font-size:20px>Real-life Analogy:</h5>
<p6 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>The connectable train tracks in kids toys where it allows the train to loop in a circle multiple times. </p6>

<h2 style= color:white;text-decoration:underline;font-size:30px>Conditionals:</h2>
<p2 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>-Conditionals are essentially if-then statements available in computer programming, which allows programmers and users </p2>
<h3 style= color:white;text-align:center;font-size:20px>In Python:</h3>
<p3 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>An example pulled from python would be:</p3>
<p4 style= color:#FF00FF;font-family:courier>if </p4>
<p5 style=color:white;font-family:courier> user_input== "x"...</p5>

<h4 style=color:white;text-align:center;font-size:20px>In Scratch:</h4>
<img src="http://www.multiwingspan.co.uk/images/scratch/scratch006.png" alt="Smiley face" width="150" height="150">
<img src="https://www.edutopia.org/sites/default/files/styles/responsive_1400px/public/media/6ryderscratch3-mainprocedure.png?itok=OOH3I7QR&timestamp=1409090463" alt="Smiley face" width="150" height="150">
<img src="https://assets.podomatic.net/ts/c9/5b/eb/vliege/240x240_9831622.png" alt="Smiley face" width="150" height="150">
<h5 style=color:white;text-align:center;font-size:20px>Real-life Analogy:</h5>
<p6 style= color:#FDE7E3;text-align:center;font-family:Avantgarde,sans-serif>A multiple choice test? The program analyzes possibilities based on user input.</p6>




</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.