Collection of Exercises, Assignment & Project for Realtime Programming courses
Lecturer: Zhamri Bin Che Ani
| Week/ Link | Question |
|---|---|
| 02-01 | You are required to create a simple program for counting thread. It will count to 10500, pausing five seconds between each number, and displaying a string every 50 numbers. |
| 02-02 | You are required to create a program by using TWO (2) threads. The first thread will display integer numbers 1 to 10 and the second thread will display ‘A’ character ten times. The ‘A’ characters will be displayed after number 5 and number 6,7,8,9,10 will be displayed after all As have been printed. |
| Asg-1 | Assignment 1. Determine how many issues for list of Java files in directory. |
| Asg-2 | Assignment 2. Produce report for the usage of Java Keywords. |
| 05-02 | Display correct result of addition which is 10. |
| 05-03 | Compare execution time between normal thread and synchronized thread. |
| 05-04 | Compare execution time for finding maximum number in a list. |
| 05-05 | Find Mode, Mean, Median using Thread. |
| 05-06 | Generate 1,000 random numbers between 500 and 3,000. |
| 06_01 | Generate random number and display on Charts. |
| 07_01 | Update POM files using Java. |
| 07_02 | Search and count class file extensions. |
| 07_03 | Search and count number of repository in Github. |
| 07_04 | Search and count contents in specific Github Repository. |
Thanks Lim Siang Yee for the topic formatting.