Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

University Multimedia University Thread V3, For any problems and discussions

views
     
teohzl
post Sep 10 2011, 06:48 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(OFTS05 @ Sep 10 2011, 03:49 PM)
Does SE indirectly teach you how to hack ? i mean hacking like in online games.
*
a standard 1 student might be able to hack big games wit some basic programming skills and proper tools. Hacking is not about software engineering but rather on how u analyse and use the application's flaw wisely. Software Engineering can give u some little knowledge but which is still so far from being able to hack.
teohzl
post Sep 11 2011, 02:32 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Sep 10 2011, 07:07 PM)
Lol hacking is about exploting flaw of something , it's about how smart and how big curiosity of someone.Let's take kid as an example , some kid when you give tham a toy car that could run with a battery , they will just play it and have fun.But there're other kid when you give them a toy car , instead of just playing , curiosity will started to rise in their mind , they will think why this car run itself??How it works??And they will open it up to find out.After finding it out how it works , in their mind they've a thinking again."Why not i enhance the engine inside to make it faster??"Then they'll do it , that's when hacking and modding started


Added on September 10, 2011, 7:09 pmWell they dun teach u hacking but knowledge they teach can be use in hacking.It's like i teach you to use a knife to cut vegetable . But in your mind you might have the idea of using it to chop or kill a person . It's same as hacking


Added on September 10, 2011, 7:11 pmBtw from the way u talk i already know you've not much knowledge about IT stuff but you're a heavy gamer.I recommend you not to assume yourself good in computer because you good in playing game (many ppl did so) because you will suffer later with all the coding and in the end resolve to paying people to complete your project and gain nothing but losing $$
*
Hacking online mmo games does not comes with intention of enhancing the game. He is more likely asking on how to be a cracker than a hacker.
teohzl
post Nov 7 2011, 08:04 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 6 2011, 03:04 PM)
yeah. but still type casting what  sweat.gif  Since you're so good at it, now, show me how to put multiple variables with different data types into one variable and return it  brows.gif  brows.gif
*
I have a little suggestion here.

lets say you have 4 type which are int, char, double, float

1. Remember that your variable is declared in function which their memory will be reclaim once returned, but not erase. So the easy way will be return a pointer of the first variable you assign which is the "int", by then point to after int will give u the char, double, float and so on.

2. The actual way which is safe, is to use "malloc" and give it a sizeof(int+char+double+float) which will return u a pointer that can be returned and use. The pointer is a "void" pointer which you can use as anything, which allows u to determine how is it. But remember do use "free" once u finish or else memory leak might occur.

teohzl
post Nov 7 2011, 08:09 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 7 2011, 08:05 PM)
hmm, okay. I'll do a research on it later on  notworthy.gif
*
Errr... 1 more thing, malloc just allocate memory, you need to give it some value before return.
teohzl
post Nov 8 2011, 07:12 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Nov 8 2011, 12:19 PM)
Today whole day no class lol


Added on November 8, 2011, 6:20 pm
LOL i've this idea in september 28 , before i join MMU

http://stackoverflow.com/questions/7579069...e-c-programming

caramel23 is me.
*
Good, you did know that in term of the "memory location". But i should tell you know that you can use "malloc" to fix your memory there and also after your function end, the memory is reclaim but not cleared. So you can still point to it but not after doing other assignment and initialization.

Anyway, same to you, but I'm choosing question 10 instead of TIC TAC TOE. Well, I don't dare to try tic tac toe so I guess I choose question 10 cause its so easy and my marks is solid assured. =)

This post has been edited by teohzl: Nov 8 2011, 07:21 PM
teohzl
post Nov 8 2011, 07:51 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Nov 8 2011, 07:33 PM)
After cleared we still can access it just with garbage value(other program uses it) , the memory is addressed by the cpu before it's use by us so the portion of the memory address we accessed is still the same it won't tell you the memory address doess not exist after the value stored in it is clear
*
only hybrid language like java, .net have garbage collection but not pure C++ hmmp


Added on November 8, 2011, 7:52 pm
QUOTE(kailoonthedog @ Nov 8 2011, 07:34 PM)
Anyway you OCT intake too @teohzl??
*
Yes but cyberjaya

This post has been edited by teohzl: Nov 8 2011, 07:52 PM
teohzl
post Nov 8 2011, 07:59 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 7 2011, 04:43 PM)
That's if its CS.

In CS, there are many majors.
SE is one of them. However, some uni do provide this as a standalone course.

The uni may focus more on programming if they have SE as one of their major.

I do agree that its uni dependant but do you still remember what's the initial question?
*
CS and software engineering is two big different thing.

REMEMBER, software is not programming, a piece of software consist of programmer, designer, composer, writer etc. SE will be the guy that manage a software from scratch till the end ( even recruit programmer, designer etc) and not about programming. A software engineer can programming ofcourse, but its not his main task and programming language is just like a foundation for him.

Same to CS which has its major part in its way but I don't know whats it.

So, basically, programming for CS and SE serve as foundation only but their major part has their own role. Thats why they both learn programming.


Added on November 8, 2011, 8:00 pm
QUOTE(kailoonthedog @ Nov 8 2011, 07:54 PM)
I didnt even say garbage collection , what i say is garbage value
*
Sorry mistake

This post has been edited by teohzl: Nov 8 2011, 08:00 PM
teohzl
post Nov 11 2011, 10:15 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Nov 10 2011, 05:39 PM)
They say plagarism is an offence , and touchscreen already invented years ago , but why got MMU student create touchscreen software for FYP but still get nominated for it??Is it some sort like Why wanna reinvent the wheel??
*
Well, you can invent something new but even if its new but the concept are basic, I dont think evaluator cares. But if you program a microcontroller that can display 3d graphic onto a screen from scratch. Well, lecturer's gonna be proud with you =D although it already exist.
teohzl
post Nov 12 2011, 08:05 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 12 2011, 07:49 PM)
If I can build a cms like wp/joomla/drupal then I would be very happy ald even though there's a lot of cms out there  tongue.gif
*
Even with more than 1 groupmate.. Ngek ngek
teohzl
post Nov 12 2011, 08:09 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Nov 12 2011, 08:06 PM)
Well just create a protocol like ssh created by a uni student last time then become famous
*
Well, if it is proven to have surpass the ability of the current 1. Why not?
teohzl
post Nov 12 2011, 08:31 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 12 2011, 08:25 PM)
Agreed  tongue.gif . Till now I still can't build a cms alone  sweat.gif  I think I can build the core functions, but when it comes to design, I am  sweat.gif
*
Ya, even worse, if its FYP, u dunno who are your evaluators and what are they good at. If the evaluator is teaching cyber security related subject and u did not focus on it, ur Doomed. Then the 1 evaluate togather with him is a database related lecturer and u nvr do it properly. Doomed again =x
teohzl
post Nov 12 2011, 08:49 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(wcypierre @ Nov 12 2011, 08:47 PM)
If cyber security, I am only okay with it. If database(query efficiency, structure of db, db selection) then I am half dead. What I scare the most is design, if design, confirm doomed  doh.gif

But sometimes, I wonder how those students who never paid attention in class submit their fyp and still passed. I can only think of asking someone to do it for you and no other reasons  sweat.gif
*
FYP is like erm, hard to fail but hard to get A also. Different from other subject =x

teohzl
post Nov 15 2011, 11:26 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Nov 15 2011, 10:54 AM)
LOL last last week i say i cannot construct the circuit during digital system LAB , but today (last week class cancel due to ...)  , today i straight construct the previous circuit which i fail one + today one and completed in 9:45(class 9 to 11) , then i go back home early LOL(My lecturer GYZ allowed us go back early) , some of them who successfully construct the circuit last week fail to do the one today and still struggling when i'm packing my stuff.I see myself improving , lecturer says next week need 4 circuits if we can do it all at one time next next week no need go class also got attendance LOL.
*
Well, for our lecturer those who finish the circuit fast will be asked to assist those weaker student instead of asking us not to come to class.
teohzl
post Dec 9 2011, 04:21 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
Hey guys, MARCH intake 2012 does not offer Software Engineering!! My friend had already resign his current work because he is getting ready for the up coming intake. So, I have a question here, can he join the BIT Computer Science first then change to Software Engineering later? He is coming for MMU Cyberjaya. And are there any better idea?
teohzl
post Dec 9 2011, 11:46 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(Flash90 @ Dec 9 2011, 09:25 PM)
Ask the faculty where the course is offered?
*
its june... still so far to go =( and if he come in that time, i would be 2 sem away from him instead of 1
teohzl
post Jan 24 2012, 12:58 AM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(melvin471 @ Jan 21 2012, 12:56 AM)
Im a student in IT. I have a diploma in Computer Studies. Most of my subjects are theories and programmings. But I finally found out I am more interested in hardware then software. Is it possible for me to continue Degree in Engineering?
*
If your diploma courses does have the engineering related subject, then it is ok, else you'd have to take foundation again ( not sure for computer engineering ).


Added on January 24, 2012, 1:05 am
QUOTE(melvin471 @ Jan 23 2012, 11:08 AM)
Cos i like computer. I play computer games and stuff. I like to use it, but i dont like to program it. lol
Btw do you know any career path in IT that doesnt require programming? I might reconsider that.

I did some research system analyst sounds not bad. But which degree will lead to that career path?
bachelor of Comp Science, Information Systems, or information technology? Any idea? thanks in advance!
HAPPY CNY! x)
*
Yeah now you know you don't like to program at all. Many guys and girls who likes computer thinks they like IT, but who turns up they just like to use it like any other users. I would recommend you to go engineering cause if you continue in IT, your job in the future has high chances to get into programming.

Although engineering does learn some basic programming language, but in future, your job does not necessary have anything to do programming cause the programming part will be handled by someone else, but have to make sure still =)

This post has been edited by teohzl: Jan 24 2012, 01:05 AM
teohzl
post Feb 13 2012, 10:19 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(Jounouchi @ Feb 3 2012, 03:27 PM)
Is it worth to study IT in MMU with 4 years include 1 year foundation or I go to other uni for just 3 year degree course?

Quite blur to make decision now.
*
if you have stpm cert, like other uni u dont need the foundation year.
teohzl
post Feb 29 2012, 02:37 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(tubby myan @ Feb 29 2012, 10:58 AM)
OMG mmu staff so rude!! I call for 32 times but nobody pickup. When finally someone answer it, I ask so nicely can I send my documents 2 days late as I just got my letter. Know what she did??? 

She just said "Ah hantar masa register je." And she just hung up. OMG I'm so mad. I can't even ask about hostel and stuff. If I give my documents on registration day how can they process it! The letter state that I need to give the hostel applicatication form 7 days before registration.

I'm not going to call them back coz waiting for them to answer it already waste my time and being treated so rudely make me so piss off!!  vmad.gif  vmad.gif  vmad.gif
*
Just pass it up on registration day, even if u did not passup the complete thing on registration day, u will still be able to continue study, just try to solve in 1 - 2 month.

This post has been edited by teohzl: Feb 29 2012, 02:38 PM
teohzl
post Mar 9 2012, 01:12 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kianhoh @ Mar 8 2012, 08:16 PM)
yup ..i know there register. But is not available for new intake student. Cant log in there.
*
Please wait until they open up for you to login, by the time you get your ID password doesnt mean they allow you to login yet.


Added on March 9, 2012, 1:13 pm
QUOTE(kailoonthedog @ Mar 8 2012, 08:26 PM)
For new student the subject is registered automatically for you all already , don't need to do so
*
FCI aka FIT student in cyberjaya still have to register subject


Added on March 9, 2012, 1:14 pm
QUOTE(clon12 @ Mar 9 2012, 10:25 AM)
June intake application opened is it? I noticed that there are no diploma for mech engineering...
*
June intake registration still very long to go...

This post has been edited by teohzl: Mar 9 2012, 01:14 PM
teohzl
post Mar 9 2012, 10:12 PM

Getting Started
**
Junior Member
90 posts

Joined: May 2010
QUOTE(kailoonthedog @ Mar 9 2012, 10:07 PM)
LOl it'll be funny if a student study business in MMU , during the 4 months of industrial training he/she suddenly open a company and earn a lot , and i wonder MMU will consider the person pass its industrial training or not
*
Is a big fail! GG.. Well earn big is because his idea went well while industrial training is about the experience he get, not the idea. Both are different things.

2 Pages  1 2 >Top
Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0518sec    0.35    7 queries    GZIP Disabled
Time is now: 27th November 2025 - 07:12 PM