This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-08-23 17:58:53

N-Wear
Scratcher
Registered: 2007-08-13
Posts: 100+

What Does "Mod" Mean?

What Does "Mod" Mean?  neutral

         ((  <mod>  ))

Last edited by N-Wear (2007-08-23 18:00:03)


If bread crumbs are better than nothing. And nothing is better than cheese cake. Then, bread crumbs are better than cheese cake!  smile
The following sentence is true. The previous sentence is false.  hmm                              Treat others the way you want to be treated!  big_smile

Offline

 

#2 2007-08-23 18:01:59

pedroskivich
Scratcher
Registered: 2007-05-21
Posts: 72

Re: What Does "Mod" Mean?

Ive wodered that.

Offline

 

#3 2007-08-23 19:31:17

soccrplyer4life13
Scratcher
Registered: 2007-07-28
Posts: 77

Re: What Does "Mod" Mean?

"mod" is short for modification.  If I am modding something, I am taking an existing program and modifying it.  That help?


My Projects:
http://scratch.mit.edu/users/soccrplyer4life13

Offline

 

#4 2007-08-23 19:39:22

pedroskivich
Scratcher
Registered: 2007-05-21
Posts: 72

Re: What Does "Mod" Mean?

Mod in scratch

Offline

 

#5 2007-08-23 19:46:11

soccrplyer4life13
Scratcher
Registered: 2007-07-28
Posts: 77

Re: What Does "Mod" Mean?

Essentially the same thing. If someone downloads someone else's project, then modifies part of it, it is technically called a "Mod."  It's basically any change you make to someone else's project in order to either make it better, or just different.


My Projects:
http://scratch.mit.edu/users/soccrplyer4life13

Offline

 

#6 2007-08-23 19:46:27

paulmedwal
Scratcher
Registered: 2007-03-09
Posts: 100+

Re: What Does "Mod" Mean?

For positive numbers, mod is the same as the remainder. So since 7/2 is 3 with a remainder of 1, 7 mod 2 = 1...here is a much more in depth answer: http://en.wikipedia.org/wiki/Modulo_operation

Paulmedwal

Last edited by paulmedwal (2007-08-23 19:46:54)


clutter.scratch.mit.edu Visit the Clutter site to create multi-scene stories and multi-level games with Scratch.

Offline

 

#7 2007-08-23 19:48:51

soccrplyer4life13
Scratcher
Registered: 2007-07-28
Posts: 77

Re: What Does "Mod" Mean?

wow...sorry...totally just realized what was happening

my bad

mod in scratch is a form of division in which you only get a whole number in  return.

Example.  5 divided by 2 = 2.5, but 5 "MOD" 2 would simply equal 2.

I'm not positive if it's just division, but that's my experience with it.  It cuts off the decimal to give whole numbers on any division.

sorry again, gotta make sure i read the first post in a forum before i go blabbing my head off...


My Projects:
http://scratch.mit.edu/users/soccrplyer4life13

Offline

 

#8 2007-08-23 19:50:18

soccrplyer4life13
Scratcher
Registered: 2007-07-28
Posts: 77

Re: What Does "Mod" Mean?

oh, guess i was backwards...meh, i fell asleep the day we learned that one


My Projects:
http://scratch.mit.edu/users/soccrplyer4life13

Offline

 

#9 2007-08-23 19:53:02

AngelEyra
Scratcher
Registered: 2007-07-19
Posts: 100+

Re: What Does "Mod" Mean?

I keep forgetting which comes first. Anyone have a memory trick?

eyra


AngelEyra's . MyScratchR . Blog
Think with portals
Sorry, Companion Cube... I didn't mean to...

Offline

 

#10 2007-08-23 19:58:05

pedroskivich
Scratcher
Registered: 2007-05-21
Posts: 72

Re: What Does "Mod" Mean?

What you just said was  <round(

I just checked and mod is the remainder like 10 mod 3 is 1

Offline

 

#11 2007-08-23 20:00:28

pedroskivich
Scratcher
Registered: 2007-05-21
Posts: 72

Re: What Does "Mod" Mean?

Oops

I might not be right but if you turn scratch on and click "want help?" And click

help screens it tells you

Offline

 

#12 2007-08-24 23:19:51

wodunnene
Scratcher
Registered: 2007-08-20
Posts: 2

Re: What Does "Mod" Mean?

<broadcast[  a thingie then wait<wait(  )secsc> then kill yourself<stop all>

Offline

 

#13 2007-08-24 23:56:19

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: What Does "Mod" Mean?

The definition of mod as remainder when dividing is not quite complete and results in different implementations with different interpretations, particularly when applied to non-integer numbers.  (Quick, what is pi mod -1.3?)

Here is a definition that works well for all real numbers (except x mod 0, which continues to make no sense), and is consistent with the limited definitions usually given for positive integers:

x mod y =   x - y*floor(x/y)

where floor(a) means the largest integer <= a.

Note that for y >0,   0 <= x mod y < y
and for y<0      y< x mod y <=0

To get good limit properties for lim_{y->0) x mod y, we should define x mod 0 as 0.
Scratch treats x mod 0 as an error instead, which is an  acceptable choice.

Offline

 

#14 2007-09-05 09:00:08

N-Wear
Scratcher
Registered: 2007-08-13
Posts: 100+

Re: What Does "Mod" Mean?

Thanks!!!!!!!!


If bread crumbs are better than nothing. And nothing is better than cheese cake. Then, bread crumbs are better than cheese cake!  smile
The following sentence is true. The previous sentence is false.  hmm                              Treat others the way you want to be treated!  big_smile

Offline

 

#15 2007-09-06 18:55:59

MahoAshley
Scratcher
Registered: 2007-08-10
Posts: 100+

Re: What Does "Mod" Mean?

or mad can be short for moduale


http://i670.photobucket.com/albums/vv61/HayuunSan/TRUUUFLESSS.pnghttp://internetometer.com/imagesmall/5168.png

Offline

 

#16 2007-09-06 18:58:49

MahoAshley
Scratcher
Registered: 2007-08-10
Posts: 100+

Re: What Does "Mod" Mean?

(i dont think i spelled that right)


http://i670.photobucket.com/albums/vv61/HayuunSan/TRUUUFLESSS.pnghttp://internetometer.com/imagesmall/5168.png

Offline

 

#17 2007-09-06 19:06:00

MahoAshley
Scratcher
Registered: 2007-08-10
Posts: 100+

Re: What Does "Mod" Mean?

MahoAshley wrote:

or mad can be short for moduale

and oops slight mistake i meant MOD not mad! (^v^)``


http://i670.photobucket.com/albums/vv61/HayuunSan/TRUUUFLESSS.pnghttp://internetometer.com/imagesmall/5168.png

Offline

 

#18 2007-09-09 16:39:18

Bloing_Gloing
Scratcher
Registered: 2007-05-11
Posts: 27

Re: What Does "Mod" Mean?

You can edit posts, you know...

Offline

 

#19 2007-09-14 19:13:35

MahoAshley
Scratcher
Registered: 2007-08-10
Posts: 100+

Re: What Does "Mod" Mean?

well sorry! its not THAT obvisous!


http://i670.photobucket.com/albums/vv61/HayuunSan/TRUUUFLESSS.pnghttp://internetometer.com/imagesmall/5168.png

Offline

 

Board footer