Monday, 30 January 2017

Grade 8

NEW CONTROLS USED IN REGISTRATION PAGE:



COMBO BOX


RADIO BUTTON


Create REGISTRATION PAGE as Follows:



Grade 8 : NOTES for REFERENCE

Dear Students,

Download notes for VB Front-End Programming, also you can refer your 2nd TERM Notes.

Program codes you can write down on your NOTE BOOK or PAPER which I provided you.


Grade 8

Registration Page:

Pair Activity:

Designed and Submitted by :

Student : Allen and Fajr
               Grade 8B




Designed and Submitted by,
Student :
Grade : 8B


Sunday, 15 January 2017

Grade 8A : Homework for this week (16/1/17)

Dear students,

Post your answer ( click on COMMENTS, below this post and post your answer.)
Answer format - Your name, followed by the answer

Question 1 : List the controls used in Login page
Question 2 : How do you declare variables - username and password for login page?
                     eg: Dim a As string
                           Dim b As Sting

Saturday, 14 January 2017

NOW COVERING TOPIC

VB front end programming

Create a LOGIN PAGE using VB6.



TERM 3 ICT SYLLABUS - Grade 8

Students,

Please find the syllabus for TERM 3,


TERM 2... What has ICT done!!

Topic : VB

We learned,

Datatypes
Variables
How to declare variable - eg, using Dim
How to initialize variable - eg,  a = 1, b = 3
Syntax - eg, Dim a As String


Programming:

We created a form to find sum of two numbers:


We created a simple calculator using VB codes,



Topic : Algorithm and Flowchart

The sequence of instructions for solving a problem or performing a task is known as algorithm. 

Example : Making a cup of tea 

We discussed each steps or instructions to make a cup of tea - So we studied these steps or instructions are called Algorithm.


Next we studied what is Flowchart ???

We learned how Flowchart is a graphical representation of an algorithm or a program. Explained that an algorithm is simply a sequence of steps for competing a task. Also explained that algorithms can be represented in many ways, the most commonly used is flowcharts. We will draw flowchart using below symbols.


First we learned how to write an algorithm. Then we learned how to draw flowcharts.
For example, 


Find sum of two numbers.



Program 2: