WIRELES DEVICES SLIDE 2 & 3

Written by Unknown on Monday 30 July 2012 at 10:50

Dear Kuroi,

Here is the slide for unit 2 & unit 3.

http://www.ziddu.com/download/20014674/UNIT2_3.rar.html

http://www.ziddu.com/download/20014675/UNIT3_Jul.rar.html

all the best..

WIRELESS DEVICES NOTES

Written by Unknown on at 10:45

Dear Kuroi,

Please download your notes (all 9 chapter) from this link:

http://www.ziddu.com/download/20014650/THEORY.rar.html

Thank You

C PRO : PRACTICAL ASSESSMENT 1 TOP SCORER

Written by Unknown on Thursday 26 July 2012 at 13:29

CONGRATULATION TO MR:
1. USMAN
2. HAFIZ
3. MOHAMMAD RIDZUAN MOHAYUDIN
4. NURAFDZAL SYAZWAN

FOR YOUR EXCELLENT PERFORMANCE IN OUR 1ST ASSESSMENT !!!!

KEEP IT UP!!!!

C PRO SLIDE UNIT 3

Written by Unknown on at 13:19

Dear Asahi,
Please download the slide for unit 3 via  this link:
http://www.ziddu.com/download/19988692/UNIT3CPRO.rar.html

Please try all the exercises and examples.

Selamat Berbuka Puasa & Selamat Menunaikan solat Terawikh

C PRO ASSIGNMENT 1

Written by Unknown on Monday 23 July 2012 at 15:26

http://www.ziddu.com/download/19972916/ASGMT1_C_PRO.rar.html

DEAR YOUNG MAN ASAHI,

FIRST OF ALL HAPPY FASTING TO ALL...

PLEASE FIND THE ATTACHED LINK FOR YOUR ASSIGNMENT 1.


Submission due DATE : 27/07/2012  

BEST OF LUCK!


DO NOT MISS TERAWIKH!!!

-NORHAMIMI SENSEI-

C PRO EXERCISE 2 student performance

Written by Unknown on Thursday 19 July 2012 at 09:31

Here is list of student with coding nearly close to the correct answer:

1. Mohd Firdaus
2. Hafiz Yusof
3. Hasnan
4. Ridzuan Mohayudin

Congratulations!

C PRO EXERCISE 2.. 17/07/2012

Written by Unknown on at 09:20

Assalamualaikum,

This is the correction i've made to hafiz coding.


//Writer: Hafiz Yusof
#include <stdio.h>

int main()
{

    int voltage=20;
    int current=6;

    int resistance,remainder;

    resistance=voltage/current;
    remainder=voltage%current;

    printf("the resistance value is %d\n",resistance);
    printf("the remainder value is %d\n",remainder);
    return 0;
}

comment:
overall is ok..
but for the resistance value, it will be perfect if the answer is in floating number.
for example 20 divide by 6 suppose the answer is 3.3333.
in your coding you put it as int which make the answer is 3.

good luck!

UNIT 2 Slide

Written by Unknown on Thursday 12 July 2012 at 14:53

dear Asahi,
please try all the examples and exercises.


good luck!
http://www.ziddu.com/download/19898058/UNIT2_2.rar.html

sample answer corrected from ridzuan answer

Written by Unknown on Friday 6 July 2012 at 16:53

Dear Asahi,

from all 6 submitted anwer for the exercise given, only mr ridzuan file can be read.
i have correct his coding. you can use his corrected coding here for your reference.

#include <stdio.h>
/*writer: Mr Ridzuan*/

int main()
{
    float float1,float2;
    float square1, square2;
    //int integer1,integer2; tk perlu

    //printf("Please insert first decimal number of your choice\n",float1);  ni yg awk buat
    printf("Please insert first decimal number of your choice\n");  //ni yg sy betulkn, tk perlu ade float1
    scanf("%f",&float1);//jgn letak \n dkat %f d scanf

    printf("Your first decimal is %f\n\n",float1);

    //printf("Please insert second decimal number of your choice\n",float2);
    printf("Please insert second decimal number of your choice\n");  //tk perlu ade float2
    scanf("%f",&float2);

    printf("Your second decimal is %f\n\n",float2);

    //float3 = float1 * float2; sy nk squarekn??

    square1 = float1*float1;
    square2 = float2*float2;

    //printf("The equation of square of two decimal number your choice is %f\n",float3);  tk perlu
    printf("The square of %f is %f and square of %f is %f\n",float1,square1,float2,square2);



    return 0;
}


codeblock software for c programming

Written by Unknown on at 16:48

http://www.ziddu.com/downloadlink/19851658/CODEBLOCK.rar

C PROGRAMMING UNIT 1 SLIDE & NOTES

Written by Unknown on at 16:07

Assalamualaikum Asahi Students,
Please download the notes(modul) and unit 1 slide.

http://www.ziddu.com/download/19851388/THEORY.rar.html

http://www.ziddu.com/download/19851389/unit1_slide.rar.html


Besh Regards,
Norhamimi Hamdan

5S activities at Embedded Operating System Labs

Written by Unknown on Wednesday 4 July 2012 at 19:06

 Adib & Ammar: makes the window looks great
 Athirah, Khairul & faris: enjoy practising 5S
 asmiatul
great jobs, great view 

WIRELESS EMBEDDED DEVICES UNIT 1

Written by Unknown on at 15:31

Notes and powerpoint for unit 1.

http://www.ziddu.com/download/19834192/unit1.rar.html

LETS ENJOY LEARNING TOGETHER

Written by Unknown on at 12:55

Assalamualaikum Students,

This site is developed especially for all of you. This is the field where you may download notes, tutorial or any material that can support your studies. Beside that you are allowed to discuss, to ask, to share or to comment on any topic related to your studies. You may upload any material as long as it may drive you to better students.
I hope all of you may use this opportunity as it provided freely here.

All the Best.

Pages

Total Pageviews

Powered by Blogger.

About the author

This blogs is developed by Norhamimi Hamdan. She works as a lecturer for Embedded System Department at Kolej kemahiran Tinggi MARA Beranang. The main purpose of this blogs is to provide information/refferences sources for students of wireless embedded devices and c programming courses.