Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic Curriculum: Lesson 4.1: Playing with Shapes

    Small Basic > Curriculum > Online > Lesson 4.1: Playing with Shapes Table of Contents Playing with Shapes Fun with Shapes Balancing the Ball – The Game Balancing the Ball – How to Play Balancing the Ball – The Code Hit the Right Shape – The Game Hit the Right Shape – How to Play...
  • Wiki Page: Small Basic Curriculum: Lesson 3.6: Debugging Aids

    Small Basic > Curriculum > Online > Lesson 3.6: Debugging Aids Table of Contents Debugging Aids Debugging TextWindow.WriteLine As a Debugging Helper Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson: 1 hour Debugging Aids...
  • Wiki Page: Small Basic Curriculum: Lesson 3.5: The Controls Object

    Small Basic > Curriculum > Online > Lesson 3.5: The Controls Object Table of Contents The Controls Object Introduction to the Controls Object Operations of the Controls Object Properties and Operations of the Controls object The Controls Object Control Events Let’s Summarize… Show...
  • Wiki Page: Small Basic Curriculum: Lesson 3.4: Events and Interactivity

    Small Basic > Curriculum > Online > Lesson 3.4: Events and Interactivity Table of Contents Introduction to Events and Interactivity Introduction to Events Keyboard Events Mouse Events Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this...
  • Wiki Page: Small Basic Curriculum: Lesson 3.1: File Input and Output

    Small Basic > Curriculum > Online > Lesson 3.1: File Input and Output Table of Contents File Input and Output The File Object Operations of the File Object The LastError Property Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson...
  • Wiki Page: Small Basic Curriculum: Lesson 2.6: Flickr, ImageList, and Network Objects

    Small Basic > Curriculum > Online > Lesson 2.6: Flickr, ImageList, and Network Objects Table of Contents Flickr, ImageList, and Network Objects The Flickr Object The ImageList Object The Network Object Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
  • Wiki Page: Small Basic Curriculum: Lesson 2.5: Clock, Desktop, and Dictionary Objects

    Small Basic > Curriculum > Online > Lesson 2.5: Clock, Desktop, and Dictionary Objects Table of Contents Clock, Desktop, and Dictionary Objects The Clock Object Date, Weekday, and Time The Year Property Month and Day Hour, Minute, and Second The Desktop Object The Dictionary Object...
  • Wiki Page: Small Basic: IDE Colors

    These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
  • Wiki Page: Small Basic: Graduate to C#

    Table of Contents Motivations Prerequisites ILSpy Visual Studio Express Conversion Create a Small Basic exe Convert to VS project Inside Visual Studio Initial setup The source code Running the Program This article considers how to Graduate a Small Basic program to C#. Motivations There are...
  • Wiki Page: Small Basic: Control Statements

    Table of Contents If statement Goto statement While loop statement For loop statement Subroutine call statement See Also In the Microsoft Small Basic programming language, there are five types of control statements - If statement, Goto statement, While loop statement, For loop statement, and subroutine...
  • Wiki Page: Beginning Microsoft Small Basic

    Small Basic > Small Basic E-Books > Beginning Microsoft Small Basic 1. Introducing Small Basic 2. Small Basic Program Basics 3. Your First Small Basic Program 4. Small Basic Program Design, Input Methods
  • Wiki Page: Small Basic: How to Make a Turtle Maze Game

    Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
  • Wiki Page: Small Basic: Stack Basics

    Table of Contents What is a Stack Stack methods Example This article covers the basic use of the Small Basic Stack, with an example recursively finding all jpg image files in and below an initial directory. What is a Stack A stack is an ordered list where entries are added (pushed) and retrieved...
  • Wiki Page: Basic Computer Games - Small Basic Edition: Acey Ducey

    Small Basic > Small Basic E-Books > Basic Computer Games Small Basic Edition > Acey Ducey This is a simulation of the Acey Ducey card game. In the game, the dealer (the computer) deals two cards face up. You have an option to bet or not to bet depending on whether...
  • Wiki Page: Small Basic E-Books

    Small Basic > Small Basic E-Books Learn more about Small Basic and find detailed samples by reading sample chapters from one of three e-books that we are providing to you at no cost. If you like using the e-book format, we have links on each page to where you can purchase the complete e-book...
  • Wiki Page: The Developer’s Reference Guide to Small Basic: 2. Overview of Small Basic Programming

    Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 2. Overview of Small Basic Preview In this chapter, we are concerned with writing code for our programs. We will provide an overview of many of the elements of the language used...
  • Wiki Page: The Developer’s Reference Guide to Small Basic: Chapter 4: TextWindow Object

    Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 4. TextWindow Object Preview In this chapter, we look at the Small Basic TextWindow object. It is used to work with text input and output. TextWindow Object The TextWindow...
  • Wiki Page: The Developer’s Reference Guide to Small Basic: 1. Introducing Small Basic

    Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 1. Introducing Small Basic Preview In this first chapter, we will do an overview of how to write a program using Small Basic. You’ll get a brief history of Small Basic and look...
  • Wiki Page: The Developer’s Reference Guide to Small Basic: Chapter 3: Program Object

    Small Basic > Small Basic E-Books > The Developer’s Reference Guide to Small Basic > 3. Program Object Preview In this chapter, we begin our overview of objects used to build the Small Basic programs. For each object, we summarize the properties, methods and events...
  • Wiki Page: Small Basic Curriculum: Online

    Small Basic > Curriculum > Online Lesson 1.1: Introduction Lesson 1.2: Statements, Properties, and Operations Lesson 1.3: Variables Lesson 1.4: Conditions and Loops Lesson 1.5: Branching and Subroutines Lesson 2.1: Graphics Window Lesson 2.2: Turtle Graphics ...
  • Wiki Page: Small Basic Curriculum: Lesson 1.2: Statements, Properties, and Operations

    Small Basic > Curriculum > Online > Lesson 1.2: Statements, Properties, and Operations Table of Contents Statements, Properties, and Operations Statements in Small Basic Programs Showing and Hiding the Text Window Properties of the TextWindow Object Operations of the TextWindow...
  • Wiki Page: Small Basic Curriculum: Lesson 1.5: Branching and Subroutines

    Small Basic > Curriculum > Online > Lesson 1.5: Branching and Subroutines Table of Contents Code Branches and Subroutines Branching Branching in Small Basic Programs Subroutines in Small Basic Programs Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
  • Wiki Page: Small Basic Curriculum: Lesson 1.3: Variables

    Small Basic > Curriculum > Online > Lesson 1.3: Variables Table of Contents Variables What is a Variable? How to Name a Variable? Storing Numerical Values In a Variable Storing Multiple Values In a Variable Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time...
  • Wiki Page: Small Basic Curriculum: Lesson 1.1: Introduction

    Small Basic > Curriculum > Online > Lesson 1.1: Introduction Table of Contents Introduction to Small Basic What Is Small Basic? Small Basic - A Programming Language for Beginners The Small Basic Environment Your First Program IntelliSense - Making It Easy Saving Your Program Let...
  • Wiki Page: Small Basic Curriculum: Lesson 1.4: Conditions and Loops

    Small Basic > Curriculum > Online > Lesson 1.4: Conditions and Loops Table of Contents Conditions and Loops Conditions in Small Basic Programs Loops in Small Basic Programs Let’s Summarize… Show What You Know PowerPoint Downloads Estimated time to complete this lesson: 2 hours...
Page 2 of 5 (116 items) 12345
Can't find it? Write it!