Top 10 TECHNOLOGY grade 10-12 skills and popular lessons

Technology is around me everyday. Better understand it.
0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.6k)  

Read about variables here.

Here you can practice writing python code online and see the result. 
Write python code and test it online

fruits = ["apple""banana""cherry"]
for x in fruits:
  print(x)
  if x == "banana":
    break

Reed more

i = 1
while i < 6:
  print(i)
  i += 1

0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.6k)  
x += 3 means that the value of x is increased with 3. So if x was 4 previously, then it is 4+3, i.e 7 now. It is a shorter form than writing x = x+3 Many coding languages have = is used to set a value to a variable. But == is used for a comparison, e.g. in if(x == 3){ do something }
+1 vote
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.6k)  

Download the zip from: https://github.com/dwmkerr/spaceinvaders. Click Code, Download. Unzip it on your harddrive.
Get login-information to a ftp-server from your school and upload the files there, using e.g. Filezilla.
In a browser, enter the [url to the ftp-server]/spaceinvader/index.html
Read file js/spaceinvaders.js and see how input from keyboard is handled and control the starship in the coordinate system of the screen.
Take a backup copy of the file.
Comment out some things and edit some small things. Save, upload and see your own first changes to your new unique games.
When you are happy, celebrate and send the url to your friends!
Share images and screenshots in the comments below.

0 votes
1 lesson
Lesson created In 10-12 by Magnus Willner Doctor (8.6k)  
JavaScript Comments
Single line comments// Comment here
Multi line comments/* Comment here */
CSS Comments
Single line,Multi line/* Comment here */
HTML Comments
Single line,Multi line<!– Comment here –>
Python Comments
Single line,Multi line# Comment here
C# Comments
Single line comments// for single line comments
Multi line comments/* for multi line comments */
XML tags comments/// XML tags displayed in a code comment

To see more, click for all the skills in this category.

450 skills

636 lessons

22 comments

149k actions

TEST PREP OR SPEED LEARN

AI powered, structured, top voted content for the 10 most important Skills in your curriculum subjects.

OWN ONE NEW SKILL A DAY
Unlock new knowledge and get badges, delivered right to your inbox. Get started

NEW LANGUAGE IN A WEEK
Meet Learn Asleep, our AI-powered, adaptive audio learning system that makes mastering new languages a breeze.

GET THE BIG PICTURE
Get the poster of the most important skills. Order it for free here.

SkillsAndLessons web solution goes hand in hand with a physical poster that provides overview, structure and engagement.


DISCOUNT ALERT
The whole family in for the price of one! Schools enjoy special rates. Contacts us.

SkillsAndLessons, learn skills before a test, or get back on track. Fastest way to grow as a person.




SkillsAndLessons - Test prep or get back on track.

Palo Alto, San Francisco, USA
Finland - Sweden - Belgium - South Africa



           






...