Posts

Showing posts from October, 2022

Class Activities on 31st October 2022 (Aiman Danial Bin Mohd Zaulkarnin,291716), BLIT (Subject Programming 1)

Image
 Class exercises (31st October 2022, time : 10.30am -12.30pm, location : DKG 4/4) Simple Test : class FirstCalculator

Lab Exercise on 27th October 2022 (Aiman Danial Bin Mohd Zaulkarnin,291716), BLIT (Subject Programming 1)

Image
 Lab Exercise and Revision Topic 1 (27th October 2022, time : 10.30am -12.30pm, location : SOC Lab 3) Dear madam, the highlighted text below is hyperlinked to a word document containing the revision you have assigned to the class complete with answer. Revision Attachment Lab Exercise: Creating Algorithm (pseudocode and flow chart) for problem solving  Exercise 1 IPO Input: midSem, assignment, quiz Process: carryMarks = midSem+assignment+quiz Output: carryMarks Pseudocode Start Input midSem, assignment, quiz Calculate carryMarks = midSem+assignment+quiz Output carryMarks End Flow Chart Exercise 2 IPO Input: length, width, height Process: volume = length x width x height Output: volume Pseudocode Start Input length, width, height Calculate volume = length x width x height Output volume End Flow Chart Exercise 3 IPO Input: π = 3.142, radius Process: area of circle = π x radius x radius  Output:  area of circle Pseudocode Start Input  π = 3.142, radius Calculate are...

Lab Exercise on 20th October 2022 (Aiman Danial Bin Mohd Zaulkarnin,291716), BLIT (Subject Programming 1)

Image
Lab exercise (20th October 2022) (Time: 10.30am - 12.30pm) (location : SOC Lab 3) 1. Simple program (class hello) 2. Lab Exercise 1 (TestInteger) 3. Lab Exercise 1 (welcome1) 4. Lab Exercise 1 (welcome2) 5. Lab Exercise 1 (welcome 3) 6. Lab Exercise 1 (class BadFormat)