Tuesday, 15 April 2014

KICT ICTSS Activities doing in 2014 with lectures and students and staff

Those pictures are Activities with lectures and students and staff

Day 2 of KICT Education Week featuring Hour of Code visited by Dr.Sherzod Turaev come visit our booth and show us your support..there are lots of exciting prizes to grab, hurry up and get yours now at KICT Cafe..there will be a prize giving ceremony to all the top 5 participants who solved the Expert level questions on Thursday @ 1pm.












It's the first day of KICT EduWeek but we already have the winners for our coding competition.
Congratulations to the first 5 students who have successfully answered all the questions given, from an easy question, intermediate, and an expert one.
For those who havent tried, come tmorrow because there is still prizes for u to be won !
 
KICT Education Week 2014 featuring the Hour Of Code..come and join us tomorrow at the KICT Cafe right in front of Photocopy center from 9am onward..participate, code and win lots of exciting prizes

 
 [WORKSHOP ON MOBILE TECHNOLOGY FOR CHILDREN WITH LEARNING DISABILITIES]
14 APRIL 2014 | MONDAY
8AM - 12.30PM
CONFERENCE ROOM, KICT
Organized By :
Kulliyah of Information and Communication Technology, IIUM.
Any enquiries and registration, please contact :
Azizzeanna Hassan (013 3411411)
Norzuhaidah Md Zain (019 3994648)





Do you know what is Raspberry Pi?
It is a credit card size single board computer. Come to our booth near the cafe to have a look at it. You can try to turn on an LED using Python programming language.
Raspberry Pi specification:
Procesor : ARM 700Mhz
RAM : 512MB
OS : I installed Pidora(Fedora Remix).
-----------------------------------------------------------
Here is the code to turn on an LED using Python:
import RPi.GPIO as GPIO ## Import GPIO library
GPIO.setmode(GPIO.BOARD) ## Use board pin numbering
GPIO.setup(7, GPIO.OUT) ## Setup GPIO Pin 7 to OUT
GPIO.output(7,True) ## Turn on GPIO pin 7
P/S: You can also play MInecraft using Raspberry Pi.
‪#‎HourofCode‬ ‪#‎EducationWeek‬


No comments:

Post a Comment