About 385,000 results
Open links in new tab
  1. Programming basics - KS3 Computer Science Revision - BBC

    Variables are a key element of programming. They are used for calculations, for storing values for later use, in decisions and in iteration. Learn about programming basics and how to program a...

  2. Lesson: Program variables | KS3 Computing | Oak National …

    A variable is used to store a value in a program. A variable can be updated with a new value which replaces the initial value it was assigned. The value of a variable can be tracked …

  3. Key Stage 3 Python | Variables - CSNewbs

    Write a program that uses three variables, an adjective (descriptive word), a number and an animal. Print a funny response using all variables. BONUS : Try to use only one print line.

  4. KS3 Programming - Variables and data types Flashcards - Quizlet

    Study with Quizlet and memorise flashcards containing terms like What are variables? , What are constants? , Why is declaration of variables important in programming? and others.

  5. KS3 Computing/Variables - Wikibooks, open books for an open …

    A variable can be called anything you want - you decide on a name when you write a program. For example, in a chat-bot program, I might invite the user to enter their name. Each time the …

  6. Variables & Constants - Computer Science: KS3 - Seneca

    A variable is any part of the memory that we have named, and that we can change the value of while the program is running. Constants A constant is a named location in memory that can be …

  7. Program: Code compiled together to perform a specific function. To print out a statement or a variable we use the code below: Printing a new message: print(“Hello World”); Printing the …

  8. Resources for KS3 Computing and GCSE Computer Science

    The best examples are included on the Impact page, but for the latest examples look for the feeds on Bluesky or Facebook. There are examples of programming techniques, and tasks and …

  9. Python Data Types - Coding for Kids - Fun Way to Learn Programming

    On this page, we go over the details of all the different data types that are available in Python, and how they are handled in the programs. We will explain the syntax of these different Python …

  10. Unit: Intro to Python programming | KS3 Computing - Oak …

    In this lesson, we will write and execute our first programs in Python. We will go through the basics of displaying messages, assigning values to variables, and receiving input from the …

Refresh