Programming Fundamentals

Picture of Programming Fundamentals
Now Only
$389
AUD
35% off
$599 AUD
Quick Facts
  • Delivery Method Online
  • Professional Certificate
  • 24hrs Suggested Study Time
  • 3 Months Access
  • Tutor Support
  • Study On Any Device
  • 2559 Students

Take your first steps toward a career as a computer programmer as you master basic programming concepts and get hands-on practice in writing applications containing GUIs, sound, and graphics.

Take your first steps toward a career as a computer programmer! In this course, you'll learn to use Just BASIC, a free Windows programming language, to create stand-alone applications for professional or personal use.

As you explore the BASIC programming language, you'll learn how to work with graphical user interfaces, controls, variables, arrays, conditional logic, and loops. You'll also examine subroutines, functions, and debugging. After that, you'll discover how to add sound and graphics to your Just BASIC programs. To reinforce the concepts in each lesson, you'll create a working computer-game application.

Even if you've never programmed before, you'll find it easy to follow the step-by-step instructions in each lesson. By the end of the course, you'll have the skills and confidence you need to program in BASIC and design your own custom applications for home, school, or work.

Courses are delivered to you through expertly executed lessons, online instruction and interaction with like-minded students. Our courses are designed to deliver all of the benefits of studying in a classroom whilst giving you the flexibility to study at a time and place to suit your needs. You can access your classroom 24/7 from any device with an internet connection.

This course has a 3 month duration. You'll complete comprehensive lessons, quizzes and assignments before submitting your final exam at the end of the course to achieve your certificate. Courses must be completed within the 3 month access period.

For many people, the prospect of learning how to become a computer programmer is more than a little scary. But in this first lesson, you’ll learn that you don't have to be a computer genius to learn how to program. I'll begin by going through a brief history of the evolution of computer programming. We'll cover some basic programming concepts and terms, and then we'll zero in specifically on Just BASIC, the programming language that we'll use throughout the course. We'll then download and install Just BASIC, and at the conclusion of the lesson, you'll create and execute your first Just BASIC program!

In order to work with any programming language, you need access to a set of software tools. These tools include such things as a code editor, a compiler or interpreter, and a source code debugger. In this lesson, I'll introduce you to the resources that Just BASIC provides. I'll show you how you'll use these tools to develop software applications. We'll also spend some time getting comfortable with Just BASIC’s code editor. You'll learn how to configure it to suit your personal preferences and work habits. Finally, for some great practice, we'll create your first actual computer game: the Legend of Mighty Molly.

We’ll begin this lesson by exploring how to create the fundamental building blocks of Windows application GUIs. You'll learn how to create different types of windows, including regular windows, text windows, graphics windows, and dialog windows. We’ll also cover some of the finer details of creating windows, such as how to set foreground and background colors and how to set font attributes. We’ll close out the lesson by creating the Math Madness computer game, which will give you some great practice in working with GUIs.

In Lesson 3, we learned how to create windows. Most desktop application user interfaces are more than just windows, however. They also consist of a collection of interface controls, such as buttons and text boxes. So controls are what we'll concentrate on in this lesson. Just BASIC allows you to create many different types of controls. We'll look at each of Just BASIC’s controls in detail, and then we'll examine each one’s programming syntax. And, as always, I'll have a cool application project for you to develop: the Lottery Picker application. By the end of this lesson, you should feel confident in your ability to create attractive, user-friendly graphical interfaces.

In this lesson, we’re going to continue our exploration of GUI elements. We’ll first talk about how to fine-tune your controls to make them do exactly what you want them to do. Then you’ll learn how to build application menus, an integral part of many applications. Next, we’ll dig into FreeForm-J, the powerful Just BASIC application that allows you to visually design your GUIs. We’ll wrap things up with a quick look at Just BASIC’s built-in dialogs, prebuilt tools that can communicate with users and even collect small amounts of information. We’ll also work on another project application: the Family Photo Album. This application will test all that you’ve learned so far about GUI elements.

The subject for this lesson is the retrieval and storage of data in computer memory. Specifically, we’ll be digging into how to store and retrieve individual pieces of data in variables. We’ll also take a look at how to store groups of data using arrays, including the rules to follow when naming variables and arrays. Another important topic is the different types of data that can be stored, along with how to convert numbers to strings and vice versa. To test your newfound knowledge, we’ll create a computer application called the Ask Mustafa game.

To create complex applications, a computer program needs a way of evaluating different values to determine a logical direction in which to proceed. As programmers, we do this with conditional programming statements that use mathematical, comparison, and logical operators. That’s what we’ll focus on in this lesson. With conditional logic, you can create applications that react differently depending on the data that they receive. This provides an interactive user experience and programs that are adaptive enough to handle different types of situations. To illustrate how conditional logic works, we’ll wrap up the lesson with a project application called the Karaoke Night game.

In this lesson, you’ll learn how to create and work with loops. Loops are code blocks that repeat a series of programming statements over and over again. Using loops, you can develop applications that can process large amounts of data using a minimum number of programming statements. We’ll look at how to use a number of different types of loops, and I’ll also explain the types of situations that each type of loop is best for. By the end of this lesson, you should feel confident enough in your knowledge of loops to create the Guess My Number game.

The larger your applications become, the more complicated your program code becomes. One effective way of making your programs easier to create and maintain is to break them up into small parts, called <em>procedures</em>. In this lesson, you'll learn how to work with two types of procedures: subroutines and functions. You'll learn how to pass data to your subroutines and functions for processing. You'll also learn how to return data back from functions. This lesson&rsquo;s application project is the BASIC BlackJack game, which will give you the opportunity to practice working with subroutines and functions.

Like most other programming languages, Just BASIC allows you to interact with your computer&rsquo;s file system. You can retrieve information about your computer's drives, and you can open files, read from them, write to them, and close them. As such, you can create reports, documents, and log files, so that's what we'll focus on in this lesson. The application for lesson is the Tic Tac Toe game. It&rsquo;s a project that will exercise many of the programming muscles that you&rsquo;ve developed throughout the course so far.

It&rsquo;s no secret that graphical user interfaces provide users with a stimulating interactive experience. Some programming languages, including Just BASIC, allow you to take things a step further by integrating sound and graphics into desktop applications, so that&rsquo;s what we&rsquo;ll focus on in this lesson. You&rsquo;ll learn how to draw custom graphics and how to incorporate WAV and MIDI sounds into your Windows applications. We&rsquo;ll also work on a new project application that should be a lot of fun: the Slot Machine game.

In this final lesson, you'll learn how to track down and deal with the errors that inevitably crop up when you develop a new software application. Program errors can occur for any number of reasons, so I'll show you the fundamental steps for identifying and correcting them. We'll talk about the development of error handling procedures, and we'll also investigate using Just BASIC&rsquo;s debugger as a means of keeping an eye on the internal operation of your programs. Your final project application will be to develop a computer version of that old classic, the Hangman game. On the surface, it seems like a simple program, but it will put all of your new Just BASIC skills to the test.

Richard Blum

Richard Blum

Richard Blum has been an IT industry professional for over 18 years, working mainly as a network and systems administrator. During this time, he has worked with Microsoft, Novell, Unix, and Linux servers, and has created Web sites using a variety ... Read more

Read Richard Blum's Profile

Frequently Asked Questions

Once you've made the payment, we'll send you a confirmation email with a link to start your course. Feel free to get started whenever you're ready!

You'll have 3 months access to your course. In that time you are free to study at your own pace. The course duration is 24 hours.

Online learning is a flexible way to study that fits around your schedule, giving you the freedom to learn at your own pace from anywhere in the world. You'll have 3 months to complete the course and can take the multiple-choice questions and final exam whenever it suits you.

If you need help, you can contact us anytime. You can also join the discussion area where you can interact with other students. The discussion area for each lesson is open for the entire duration of the course.

Of course! We offer a 7-day money back guarantee. As long as you haven't completed the course, you can get a full refund within 7 days of enrolling.

We do not offer extensions or transfers for this self-paced course. However, you will have 3 months to complete the course, and if you need to cancel within the first 10 days of enrolment, we offer a money back guarantee.

The Learning Environment

From the moment that you enrol in the Programming Fundamentals you will become an integral part of our learning community. You'll find yourself with the freedom to learn at a speed that suits you, on any device, from anywhere in the world. Achieving your career goals no longer has to mean compromising family and work commitments.

Ready to get started?

Enrol Now

Our Values

Learn At Your Own Pace

We believe in personalised learning. That's why we provide all the tools and support you need to succeed at your own pace. With flexible learning, you'll stay motivated and retain more information. Plus, you can balance your studies with work and family commitments to make your dreams a reality.

We Won't Break The Bank

Education should be accessible to anyone who wants to learn. That's why we offer some of the most competitive prices in the industry with payments plans for just $25 per week. Investing in your future is a smart choice and doesn’t have to break the bank.

Industry-Led Courses

There's no better way to learn than from experts with years of experience in your field. That's why each of our 200+ industry-led courses are designed to give you a real-life perspective on your industry. With our expert mentors, you'll learn from people who have a wealth of knowledge and experience, and who are passionate about sharing it with you.

Get The Personal Support You Deserve

At Vibe Learning, we're real people who are dedicated to providing you with personal support every step of the way. Our industry experts are not only professional and knowledgeable but also incredibly passionate about sharing their expertise with you. With their guidance, you'll gain invaluable insights and practical knowledge to help you succeed.

Still looking?

Check out the following courses related to Programming Fundamentals:

Microsoft Publisher 2007 Fundamentals Online Course | Vibe Learning
 

Microsoft Publisher 2007 Fundamentals

Picture of Microsoft Publisher 2007 Fundamentals
Quick Facts
  • Delivery Method Online
  • Professional Certificate
  • 24hrs Suggested Study Time
  • 3 Months Access
  • Tutor Support
  • Study On Any Device
  • 2413 Students

In this hands-on, project-oriented class for beginners, you'll learn how to design, create, and publish a wide variety of stunning documents using Microsoft Publisher 2007.

In this hands-on, project-oriented class for beginners, you'll learn how to design, create, and publish a wide variety of stunning documents using Microsoft Publisher 2007—one of the most affordable and comprehensive desktop publishing packages available.

You'll find out how Publisher's built-in layouts and templates can help you quickly complete virtually any desktop publishing project. Then you'll see the many ways you can modify those templates in order to create impressive and truly original works of your own. You'll gain valuable experience in designing and publishing newsletters, brochures, and Web sites. If you're new to graphic design, you'll receive plenty of expert guidance in selecting and using images, colors, and layouts.

Discover how Microsoft Publisher can take you to levels of design expertise you never dreamed possible without any formal graphic design experience or training!

Courses are delivered to you through expertly executed lessons, online instruction and interaction with like-minded students. Our courses are designed to deliver all of the benefits of studying in a classroom whilst giving you the flexibility to study at a time and place to suit your needs. You can access your classroom 24/7 from any device with an internet connection.

This course has a 3 month duration. You'll complete comprehensive lessons, quizzes and assignments before submitting your final exam at the end of the course to achieve your certificate. Courses must be completed within the 3 month access period.

Welcome to Publisher 2007! In the first lesson of our class, we'll go over some basic Publisher concepts, including accessing the program and customizing some of Publisher's powerful features. Then we'll talk about how you can access and use Publisher's extensive online Help system. This is a handy tool for a beginner to know as you set off on your journey!

Today, we'll get started with some of Publisher's basics. We'll explore some more of the concepts that you need to know before delving into a large project, including how to open, save, and close a file. Then we'll take a look at the various elements of the main Publisher window, including menu bars, toolbars, and page navigation tools.

Are you ready to have some fun? In this lesson, you'll see how to add and edit text, both directly in the program and by importing it from other documents. Then, you'll learn how to format text (including selecting the font, size, and color) and how to change paragraph alignment and line spacing. We'll also discuss how to set off special text by adding borders and fills to the text frame.

In today's lesson, you'll learn how to punch up the creativity in your projects by adding graphics. Well go over how to create and format drawing objects, as well as how to insert clip art and import picture files. Once you have the basics down, we'll dive into recoloring, resizing, cropping, rotating, and flipping graphics, tweaking them for just the right impact.

It's time for you to discover how to create and work with tables in Publisher. You'll also learn how to apply and customize table borders, add shading, colors, and patterns, and merge and split cells.

Today, we'll begin our two-lesson series on how to create an impressive professional newsletter in Publisher. We'll begin by going over some basic planning issues (the crucial first steps!), and then we'll continue with some layout tips. By the end of this lesson, you'll select or create a color scheme, develop a masthead, flow text onto a page, and then continue that text onto another page.

You've done a lot with your newsletter already! Now, you'll wrap things up by learning how to use the Design Gallery to create a professional sidebar, format a drop cap, create a footer on the background, insert a picture, and group objects. When you finish, you'll have a snazzy newsletter to show for all your hard work.

Today, we'll begin our two-part series on creating a Web site in Publisher. You'll learn all you need to know to create a simple site. Then, we'll take a look at some of the technical issues surrounding Internet publishing, including ISPs, URLs, and domain names.

In part two of our series on creating a Web site in Publisher, you'll discover some of the ways you can dress up your site, including how to add graphics, sound, and other objects. After that, you'll be ready to publish your site to the Internet and you'll get detailed instructions on how to do just that. You'll truly be amazed at what you can do!

Publisher makes it easier (and cheaper!) than ever before for anyone to design professional-looking brochures in—literally—a matter of hours. In this lesson, you'll learn how to create a good brochure; from planning the content, to designing the cover, logo, and graphics, to placing and arranging your text.

Today, you'll look at the basic process for preparing your publication for a commercial printer. We'll talk about the different printing processes, and when to choose each type. We'll also discuss how easy and automatic Publisher makes transferring your publication's files to a format your commercial printer can use. You'll know exactly what you'll need to do to get the results you want.

Publisher offers several ways for you to create consistent and professional publications for your organization. In our last lesson together, you'll learn how to use two main methods: Templates and Design Sets. You'll discover how to create a template from scratch, change an existing template, and how to open a new publication using a template. You'll also see how Publisher's Design Sets can help you develop an entire suite of coordinating business materials in a matter of hours.

Curt Simmons

Curt Simmons

Curt Simmons, M.Ed, MCSE, MCSA, CTT, is a best-selling author, technical trainer, and multi-media expert. Curt has written more than 50 computing and technology books on a variety of topics, including How To Do Everything with Windows Vista, How t... Read more

Read Curt Simmons's Profile

Frequently Asked Questions

Once you've made the payment, we'll send you a confirmation email with a link to start your course. Feel free to get started whenever you're ready!

You'll have 3 months access to your course. In that time you are free to study at your own pace. The course duration is 24 hours.

Online learning is a flexible way to study that fits around your schedule, giving you the freedom to learn at your own pace from anywhere in the world. You'll have 3 months to complete the course and can take the multiple-choice questions and final exam whenever it suits you.

If you need help, you can contact us anytime. You can also join the discussion area where you can interact with other students. The discussion area for each lesson is open for the entire duration of the course.

Of course! We offer a 7-day money back guarantee. As long as you haven't completed the course, you can get a full refund within 7 days of enrolling.

We do not offer extensions or transfers for this self-paced course. However, you will have 3 months to complete the course, and if you need to cancel within the first 10 days of enrolment, we offer a money back guarantee.

The Learning Environment

From the moment that you enrol in the Microsoft Publisher 2007 Fundamentals you will become an integral part of our learning community. You'll find yourself with the freedom to learn at a speed that suits you, on any device, from anywhere in the world. Achieving your career goals no longer has to mean compromising family and work commitments.

Our Values

Learn At Your Own Pace

We believe in personalised learning. That's why we provide all the tools and support you need to succeed at your own pace. With flexible learning, you'll stay motivated and retain more information. Plus, you can balance your studies with work and family commitments to make your dreams a reality.

We Won't Break The Bank

Education should be accessible to anyone who wants to learn. That's why we offer some of the most competitive prices in the industry with payments plans for just $25 per week. Investing in your future is a smart choice and doesn’t have to break the bank.

Industry-Led Courses

There's no better way to learn than from experts with years of experience in your field. That's why each of our 200+ industry-led courses are designed to give you a real-life perspective on your industry. With our expert mentors, you'll learn from people who have a wealth of knowledge and experience, and who are passionate about sharing it with you.

Get The Personal Support You Deserve

At Vibe Learning, we're real people who are dedicated to providing you with personal support every step of the way. Our industry experts are not only professional and knowledgeable but also incredibly passionate about sharing their expertise with you. With their guidance, you'll gain invaluable insights and practical knowledge to help you succeed.