Wednesday, April 20, 2011

Session 71

Session 71
Date:20.4.2011

Activities:
Discussed about hierarchy of data

Wednesday, April 13, 2011

Session 64

Session 64
Date:29.3.2011

Activities:
Discussed about data types


Data types

Explanation

Integer (Number)

Integer data type contains any whole number value that does not have any frictional part.

Examples:Age,Mark and Temperature. 17,85 and -5

Double (Number)

Double data types contains any decimal number value that has a frictional part.

Examples:Wages,Fees and Weight

Rm 3500.45,RM 33.00,33.3 kg

String (Text)

String data type contains a sequence of character.

Examples:Name,Address and IC number.

Ahmad,Jalan 2 Taman Permata,452353-11-2342

Boolean (Logical Value)

Boolean data type contains either a true or false value.

Examples:Paid(school fee),Result,Passed and Married(Marital Status)

If not Paid then msgbox(“Please pay immeaditely)

If Passed then msgbox(“good”)

Date

Date data type contains date and time value.

Examples:DOB,Date of payment,Time

7/8/91,2-Spet-2007,12:24 AM


Session 63


Session 63
Date:24.3.2011

Activities:
Discussed about translator


Translator
- Assembler
- Interpreter
- Compiler

a)An assembler is a computer program that translates assembly language into machine language.

b)An interpreter is a computer program that translates a high-level language into machine language.Interpreter translates programming statement of a program into machine language;no object code is saved and then executes it immeadiately,line by line/(Interpreted code generally run more slowly)

c)A Compiler is a computer program that translates a high-level language into a machine language.Compiler translates entire programming statement of a program into machine language,save it in an code file then executes it later.

Session 62

Session 62
Date:22.3.2011

Activities:
Discussed about Define Program and Programming Languange

- A computer program is a series of step by step instructions telling the computer what to do

- A programming language is a set of words(reserved words such as Dim,If,Then,For,Next),symbols(=,*,&) and codes (set of rules) that enables humans to communicate with computers.

Programming languages are used to write computer program or develop software.

Session 61

Session 61
Date:3.3.11

Activities:
Teacher gave a quiz about IPC (Information Processing Cycle)

Session 60

Session 60
Date:1.3.2011

Activities :
a)Discussed about scrapbook

Contents :-
Immerse multimedia in education,entertainment and business

Session 59

Session 59
Date:19.2.2011

Activities:
Discussed about toolbook assistant