From this week please be original, natural words discuss what you learned this week mention key terms, 5 or more vocabulary words. One hint name of a machine that dispenses cash.
College Career Education Advice Services
From this week please be original, natural words discuss what you learned this week mention key terms, 5 or more vocabulary words. One hint name of a machine that dispenses cash.
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
Eric Lopez per. 1 says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
jazmine teran says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
Emily Mendivil says
This week I learned about how to use loops. Loops are a set of instructions. Another thing I learned is how to make a brick wall using a nested loop, this when a loop nested inside another. I also learned how to get different sprites to pick up on each others actions by putting a global command. There is another setting to where only I am able to know its command. The biggest factor in the variable, which is a named location in memory.
NCH says
Superior answer and writing.
Quintin says
I learned the word variable it means its a named location in memory . Also learned that the loop is a repeat of the same set of instruction. And nested loop is just a loop within a loop. And i learned that every sprite can see And local is only when one can see.
NCH says
Solid on the spot answer. Make sure you complete all your quizzes.
Alondra Grijalva says
Loops- Used to repeat codes over and over again
– Forever loops
– Specified loops
– Until loops
Nested loops- One loop inside the other
Global – Visible to everyone
Local- only one
Eduardo says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Alberto Saylor says
loop: used to repeat the same set of instructions
variable: is a named location in memory
local: only one could see
nested loop: a loop nested inside another loop
global: every sprite can see
Marcus Goudeau period 2 says
local only one sprite can see
global all the sprites can see
Loop repeats the same set of instructions over and over
Nested loop a loop nested inside another loop
Variable Named location in memory
leyla quiroz says
variable -A named location in a memory
loop-A block used to repeat the same set of instructions.
Nested loop-A loop nested inside of another loop.
Global-Where the other sprites can see.
Local-Only you choose who could see.
oscar says
Loop- used to repeat the same set of directions
variable- is a named location in memory
local- only one sprite can see it
Juan Valencia says
Variable-is a named place in the memory
Loop-used to be repeat the same set of instructions
nested loop-a loop within a another loop
global-every sprite can see everything
local- only one person can see one thing
keiser g says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
this week i learned how to use loops and created nested loops .
also how to use all of these together and create more projects
Juan Valencia per 2 says
Variable- is a named place in memory
Loop-used to repeat a set of instructions until it is told to be stop
Nested loop-a loop within a another loop
Global-every sprite can see the instruction
Local-only one sprite can see the instruction
Juan Rios p2 says
nested loops: these are loops inside other loops
loops:loops repeat thing and makes it easier so we don’t have repeat or re-type things
global: this means that all sprites can see what you do
local: only one sprite can see
conditional loop: that take the three operands(conditions to be checked) the value when the condition is true
Juan Rios p2 says
nested loops: these are loops inside other loops
loops:loops repeat thing and makes it easier so we don’t have repeat or re-type things
global: this means that all sprites can see what you do
local: only one sprite can see
conditional loop: that take the three operands the value when condition is true
Azul Ramirez p.2 says
variable-is a value that can change,depending on conditions or on information passed
loop-is a programming structure that repeats a sequence of instructions until a specific condition
conditional operate-that take the three operands (conditions to be checked)the value when the condition is true.
nested loop-within the body of an outer one than the second pass of the outer loop triggers the inner loop again
global-a global variable mening that is visible throughout the program,unless shadowed
Bianey Martinez says
VARIABLE: Is a named location in memory for storing values that we can use later on in the program.
LOOP: A loop is a block that is used to repeat a section of code.
NESTED LOOP: A loop contained inside another loop.
GLOBAL VARIABLE : A variable that can be seen by all the sprites.
LOCAL VARIABLE: A variable that can only be seen by the sprite that create it.
EXIT CONDITION: The condition that ends a loop.
brett pierce says
Power -supply mechanical or electrical energy.
Loop -used to repeat the same set of instructions.
Global -every sprite can see.
Variable – is a named location in memory.
Local – denoting a variable or other entity that is only available for use in one part of a program.
One hint name of a machine that dispenses cash is a ATM they dispense cash.
alexandro says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Juan Valencia says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Reply
yhiree trujillo says
VARIABLE: Is a named location in memory for storing values that we can use later on in the program.
LOOP: A loop is a block that is used to repeat a section of code.
NESTED LOOP: A loop contained inside another loop.
GLOBAL VARIABLE: A variable that can be seen by all the sprites.
LOCAL VARIABLE: A variable that can only be seen by the sprite that create it.
EXIT CONDITION: The condition that ends a loop.
Mariela G P:2 says
-variable is a value that can change, depending on conditions or on information passed to the program.
-loop is a sequence of instruction s that is continually repeated until a certain condition is reached.
-A nested loop is a loop within a loop, an inner loop within the body of an outer one. … Then the second pass of the outer loop triggers the inner loop again. This repeats until the outer loop finishes.
-global means that every sprite can see.
– local means that only one sprite can see it.
Azarias Villanueva says
Concatenate: To join
Variable: are used for storing information to be manipulated in a computer program.
Loop: Sequences of instructions that continually repeat.
Conditional Operator: used to evaluate a condition that’s applied to one or two Boolean expressions.
Nested Loop: Is a loop in a loop.
Global: it is visible throughout the program.
Local: He function or block in which it is declared override the same variable name in the larger scope
Jonathan says
Variable: is a named location in memory
Loop: used to repeat the same set of instructions
Nested loop: a loop nested inside another loop
Global: every sprite can see
Local: only one could see
Alex Aguilar says
variable- a location
loop- repeating instructions
nested loop- loop inside a loop
global- every sprite
local- every sprite
NCH says
Next time elaborate on your answer provide examples.
computerscience5 says
i learned that variable is a named location in memory and lop is a used to repeat the same set of instructions and nested loop is a loop nested inside another loop global is a every sprite can see and local is a only could see. Variable is a value that can change, depending on conditions. The name for the machine that dispenses cash is Bankomat, a name which lives on in many European languages.
David says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Jose says
Variable- In programming, a variable is a value that can change, depending on conditions or on information passed to the program.
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – A global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed
Local – only one could see
matthew says
Variable: A name located in memory for storing values.
loop: Will repeat a set of instruction over and over again.
Nested loop: A loop in inside of a loop.
Global: All sprites can see.
Local: Only one sprite can see.
Johan Cazares (Jc) says
Variable : In computer programming, a variable or scalar is a storage location paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value. ( In named Location in memory)
Loop : a sequence of instruction s that is continually repeated until a certain condition is reached. ( Used to repeat the same set of instructions )
Nested Loop : It’s a loop within a loop, an inner loop within the body of an outer one/. Then the second pass of the outer loop triggers the inner loop again. ( A Loop nested inside another loop )
Global : It’s a Variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed. ( Every sprite can see )
Local : It’s a variable which is either a variable declared within the function or is an argument passed to a function. ( Only one could see )
NCH says
Outstanding detailed specific answer with examples.
jose says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
computerscience5 says
i learned that variable is a named location in memory and loop is used to repeat the same set of instructions and the nested loop is a loop nested inside another loop and global is a every sprite can see and local is a only one could see. A name of a machine that dispenses cash is a Bankomat is a name which lives on in many European languages.
juan durazo says
Variable- liable to change
Loop – a structure that keeps repeating
Nested loop – a series of loops repeating one another
Global – applying through the file,program and other
Local – only one person can see it
Librado Arrieta says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Destiny Gallardo says
Global- Every sprite can see
Loop- Used to repeat the same set of instructions
Local- Only can be seen by whom created it
Nested loop- Loop nested inside another loop
Variable- A named location in memory
Xavier says
variable: a location that holds memory of known and unknown information
loop: To repeat the same set of instructions in snap
Conditional Operator: an set of instructions that require an answer
Global: blocks that can be seen throughout the whole program
Local : a set of instructions that are only seen by the object that created them
Justin Ruedas says
Loop – statements are used to repeat a the sequence of the instructions multiple times.
Loops – the reduce amount of memory needed to store a program.
Loops – making the program to use easier to read and modify.
Conditional Loops – to use the type of loop we will need conditional operators.
Conditional Operators – the computer to compare one value to another.
Nested Loops – we can put one loop inside of another loop.
Variable – is a named location in memory for storing values on the program.
cynthia says
variable- a named location in memory
loop- repeating the same set of instructions
nested loop- a loop nested in another one
global-every sprite can see
local-only one could see
what i learned this week was about loops and variables and learning how to build brick walls
zak webb says
what ive learned is how to create a nested loop. i also learned how to make my own variable on snapberkeley. we have also been using loops to create different things like the block project. ive also made several different global variables. we also learned how to make a local variable.
NCH says
Excellent answer there summary of the weeks activities.
Victoria Rogers says
Variable- is a named location in memory for storing values that we use in the program.
Loop – a sequence of instructions that is continually repeated until a certain condition is reached.
Nested loop – is a loop within a loop, an inner loop within the body of an outer one.
Global – when every sprite can see.
Local – when only one sprite can see.
angel says
cool
Rosalinda Wachter says
Loop-sequence of instruction s that is continually repeated until a certain condition is reached.
conditional operator-evaluate a condition that’s applied to one or two boolean expressions.
nested loop- logical structure used in computer programming and coding. It is characterized by two or more repeating statements that are placed in a “nested” form, which is to say that one “loop” or repeating command is situated within the body of the other.
global-A global computer network providing a variety of information and communication facilities, consisting of interconnected networks using standardized communication protocols.
local-the computer you have in front of you
Cristian lazos Duran says
Loop- used to repeat the same set of instructions
Nested loop- a loop nested inside another loop
Global- every sprite can see
Local- only one could see
conditional operator- is a ternary operator
Albert B says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Pricilla Lopez says
Variable- is a value that can change, depending on conditions or on information passed to the program.
Loop-a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.
Nested Loop- is a loop within a loop, an inner loop within the body of an outer one.
Global – is a variable that is visible throughout the program
Local- is a variable that is given local scope
Michael says
variable-not consistent or having a fixed pattern; liable to change.
Nested loop- a loop nested inside another loop
Loop- shape produced by a curve that bends around and crosses itself.
local-elonging or relating to a particular area or neighborhood, typically exclusively so.
Global –operating or applying through the whole of a file, program, etc.
Michael says
Nested loop- a loop nested inside another loop
Loop- shape produced by a curve that bends around and crosses itself.
local-elonging or relating to a particular area or neighborhood, typically exclusively so.
Global –operating or applying through the whole of a file, program, etc.
variable-not consistent or having a fixed pattern; liable to change.
Julio Romero says
variable: not consistent or having a fixed pattern; liable to change.
loop: a shape produced by a curve that bends around and crosses itself
Nested loop: A nested loop is a loop within a loop, an inner loop within the body of an outer one. … Then the second pass of the outer loop triggers the inner loop again. This repeats until the outer loop finishes.
Global: relating to the whole world
local: belonging or relating to a particular area or neighborhood
NCH says
Relate to the activities we did in class and on the presentation slides.
Savyana Rodriguez says
variable- a data item that may take on more than one value during the runtime of a program
loop- a programmed sequence of instructions that is repeated until or while a particular condition is satisfied
conditional loop-Conditional loops are way to repeat something while a certain condition is satisfied
nested loop- A loop inside a loop
global- operating or applying through the whole of a file, program
local- denoting a variable or other entity that is only available for use in one part of a program and/or denoting a device that can be accessed without the use of a network.
Hector Torres says
Variable: Is a named location in memory
Loop: Repeat the same set of instructions
Block: Is a group of characters that you have marked to perform some action on them.
Local: Only one could see
Nested loop: A loop nested inside another loop
mohamed says
repeat
square
turn
rotate
repeat
move by steps
isabeljames says
variable – is location in memory
loop – repeats same instructions
nested loop – a loop inside a loop
global – all sprites can see it
local – only for one sprite
Anna Quintana says
Variable- a value that can change, depending on conditions or on information passed to the program.
Loop- is a sequence of instruction s that is continually repeated until a certain condition is reached.
Nested loop- A loop nested inside another loop.
Global- a variable with global scope, meaning that it is visible
Local- a variable that is given local scope.
ramses cota says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – anyone can see
Local – only a small portion of people can see
Alicia Salazar P.7 says
This week we learned how the use of variable, signals and reporters can assist you while coding. With variables it is easier to organize and identify your codes and be specific using global and local variables. Blocks being a way for us to reduce our efforts while coding in snap can also be a group of source code. We also used a series of loops to create a series of designs. With threads of code we incorporated our loops within our projects.
Davares Hill says
Loop- repeat an action
Nested Loop- A loop inside of another loop
Global- All sprites are able to use it
Variable- A named location in memory
Local-Only one can see
Matthew Acevdo says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Damian Valdez says
This week i learned how to use snap coding and I learned how to make different kinds of shapes with snap coding. I also learned that with snap coding you can use different avatars to draw with.
Ariel Marquez says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop inside another loop
Global – every sprite can see
Local – only one sprite can see
Aalana V says
Variable- An element,feature, or factor that is liable to vary or change
Loop- A shape produced by a curve that bends around and crosses itself
Nested Loop- The positioning of a loop within a loop
Global- Operating or applying through the whole of a file
Local- Belonging or relation to a particular area
Aidin M. Monge Camacho says
A.M.M.C.
Period #7
08/23/2019
In this week we learned so much stuff, things that are always cool and you can have fun with it we use snap.berkeley.edu one of my favorite pages. We use many things, “motion” “looks” “pen” “control” “sensing” and “variables”.
from the vocabulary we learned that:
*Variable- is named location in memory that can be assigned a value and used at a later time.
*Concatenation- is the joining of two or more strings of text.
*Loop-a structure, series, or process, the end of which is connected to the beginning.
*Global- operating or applying through the whole of a file, program, etc.
*Local- is function or block in which it is declared override the same variable name in the larger scope.
*and much more.
About the things that we made an ATM Machine is an example 🙂
Carlos.A Period says
we learned how to do a loop, vocab:loop,Local,Global,Nested Loop,Variable.
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Ernesto Lee (Jeongmin Lee) says
Concatenation is the joining of two or more strings of text
Variables are names in memory
Loop statements are used to repeat a sequenced of instruction
Global means every sprite can see
But local means opposite of global that only one sprite can see
Nested loop means literally superimposed(nested) on another loop
yanitza ogas says
okay so this week I learned how to make my little arrow say things to other arrows and how to make a wall out of boxes with the tools from the website we use. some days I wasn’t here so we probably did more but I wasn’t here so I don’t know.
global- every sprite can see
nest loop- a loop nested inside another loop
variable-is a named location in memory
loop-used to repeat the same set of instructions
a machine that dispenses cash is automated teller machine (ATM)
michael says
This week i was a new student and i learned how to build your own block and then we came on some thing called con acadmy
trey says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
NCH says
Nice work and writing thank you for your cooperation and participation.
M.v p.1 says
Loop-can be used to repeat the same set of instructions .variable-is a named location in memory.nested loop-is a loop that’s inside of an other loop.local-Aretha one you can only see.global-are the ones every sprite can see
juliana pedersoli p1 says
global- everyone can see (every sprite can use it)
local-only one can see(visible to one sprite only
nested loop- a loop within another loop
loop-somethings that repeats the same thing over and over
variable-named location in memory
Johnny Perez says
Loop- used to repeat the same set of instructions
Variables- Are names in the memory
nested loop- a loop that has another loop in it
Global – global is when every sprite can see
Local – only you can see it
Angelica DeLuna P.2 says
This week I learned about how to use loops. Loops are a set of instructions. Another thing I learned is how to make a brick wall using a nested loop, this when a loop nested inside another. I also learned how to get different sprites to pick up on each others actions by putting a global command. There is another setting to where only I am able to know its command. The biggest factor in the variable, which is a named location in memory
There was many other things that were calculated and put into the snap to form many loops and figures just by nested loops and variables.
Angelica DeLuna P.2 says
* Loops- Used to repeat codes over and over again
– Forever loops
– Specified loops
– Until loops
* Nested loops- One loop inside the other
* Global – Visible to everyone
* Local- only one
Ximena Hernandez says
A loop is a sequence of instruction s that is continually repeated until a certain condition is reached.
A conditional operator is used to evaluate a condition that’s applied to one or two expressions.
Nested Loops. A nested loop is a loop within a loop, an inner loop within the body of an outer one, then the second pass of the outer loop triggers the inner loop again.
Global variables are declared outside any function, and they can be accessed on any function in the program(every sprite can see). Local variables are declared inside a function, and can be used only inside that function(only visible to one sprite).
David says
* Loops- Used to repeat codes over and over again
– Forever loops
– Specified loops
– Until loops
* Nested loops- One loop inside the other
* Global – Visible to everyone
* Local- only one
Rafael C. says
Variable- is a named location in memory
Loop – A repeat of the same set of instructions
Nested loop – a loop inside another loop and so forth
Global – all of sprites on the stage can see
Local –only of the sprites can see
Briana Alvillar says
variable-is a value that can change,depending on conditions or on information passed
loop-is a programming structure that repeats a sequence of instructions until a specific condition
conditional operate-that take the three operands (conditions to be checked)the value when the condition is true.
nested loop-within the body of an outer one than the second pass of the outer loop triggers the inner loop again
global-a global variable meaning that is visible throughout the program,unless shadowed
Chloe A says
This week I learned about how to use loops. Loops are a set of instructions. Another thing I learned is how to make a brick wall using a nested loop, this when a loop nested inside another. I also learned how to get different sprites to pick up on each others actions by putting a global command. There is another setting to where only I am able to know its command. The biggest factor in the variable, which is a named location in memory.
Flora D. says
Loop – statements are to repeat a the sequence of the instructions multiple times.
Loops – the reduce the amount of memory needed to store a program.
Loops – making the program to use easier to read and modify.
Conditional Loops – to use the type of loop we will need conditional operators.
Conditional Operators – the computer to compare the values to one another.
Nested Loops – we can put one loop inside of another loop.
Variable – is a named location in memory for storing values on the program.
omar cota p.2 says
loop-is a programming structure that repeats a sequence of instructions until a specific condition
conditional operate-that take the three operands (conditions to be checked)the value when the condition is true
nested loop-within the body of an outer one than the second pass of the outer loop triggers the inner loop again
global-a global variable meaning that is visible throughout the program unless shadowed
Ricardo Murakami P.1 says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
Jonathan says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
Jonathan says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
Santiago J. Olivares says
Variable- A named location in memory that stores value
Concatenation- Join
Loop- Repeat over and over again
Global- Everyone can see it
Local- Only one can see it
Nested loop- One loop inside another
karen morales says
global- everyone can see it
local- only you can see it
thread- blocks connected together
multi thread- ability to execute more than one instruction
reporter-tell you where you are
signal- message to trigger another one
loop-repeating something theres 3 types
1. conditional loop
2.counted loop
3.forever loop
Philip Villarreal II says
Global signal – Every sprite can see it
Local – Only one sprite can see it
Variable- A named location in memory
Loop – Repeating the same set of instructions
Nested loop – A loop within another loop
Felix Vargas says
variable-is a value that can change,depending on conditions or on information passed
loop-is a programming structure that repeats a sequence of instructions until a specific condition
conditional operate-that take the three operands (conditions to be checked)the value when the condition is true.
global-a global variable meaning that is visible throughout the program, unless it is shadowed
nested loop-within the body of an outer one than the second pass of the outer loop triggers the inner loop again
Local variables- are declared inside a function, and can be used only inside that function (only visible to one sprite).
Carlos Pesqueira says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – Every sprite can see
Local – only one could see
mario ruiz says
variable: not consisting or having a fixed pattern
global: something every sprite can see
loop: it is a sequence of instructions that repeat multiple times
local: only one of the sprites can see it
nested loop: a loop inside a loop and so forth
Carlos Pesqueira says
Variable- It is a named location in memory
Loop – It is used to repeat the same set of instructions
Nested loop – It isa loop nested inside another loop
Global – Where every sprite can see
Local – Only one could see it
alyssa martinez says
Local – only one could see
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Mitchell Araiza says
Local- Only one could see
Variable- Is a named location in memory
Loop- It’s used to repeat an action and it can be repeated forever, many times and until an action
Global- Every sprite can see
Nested loop- You can put a loop inside another loop
Mitchell A. says
Local- Only one could see
Variable- Is a named location in memory
Loop- It’s used to repeat an action and it can be repeated forever, many times and until an action
Global- Every sprite can see
Nested loop- You can put a loop inside another loop
gyselle valenzuela says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
Immanuel Sanchez says
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see it
Gabriel Mendez says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
global: Visible to every sprite
Jasmine says
Variable – A data item that may take on more than one value during the runtime of a program
Loop – A programmed sequence of instructions that is repeated until or while a particular condition is satisfied
Conditional loop – Conditional loops are way to repeat something while a certain condition is satisfied
Nested loop – A loop inside a loop
Global – Operating or applying through the whole of a file, program
Local – Denoting a variable or other entity that is only available for use in one part of a program and/or denoting a device that can be accessed without the use of a network
Jose mejia says
Loop- instructions that repeat over and over again
Conditional operators – compares two things
Global- variable that is visible to all sprites
Local- only one person can see it
Nested loop- one loop inside of the other
Adrian drake says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
omar arteaga p.1 says
variable: not consisting or having a fixed pattern
global: something every sprite can see
loop: it is a sequence of instructions that repeat multiple times
local: only one of the sprites can see it
nested loop: a loop inside a loop and so forth
I learned how to make nested loops and how to make local and global messages.
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Richard Z says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Dominic Upton says
Loop- instructions that repeat over and over again
Global- variable that is visible to all sprites
Local- only one person can see it
Nested loop- one loop inside of the other
forever loops- loops that go on forever
Yareli Diaz P.1 says
Variable: A variable is a name location in memory that we use to store valuables that we need.
Local: A variable that is visible to only one sprite
Loop: A loop is used to repeat an instruction over and over again.
Nested loop: A nested loop is a loop that is within another loop
Global: Global means visible to all sprites
Marcus Tovar says
Variable: A value that can change, depending on conditions or on information passed to the program
Loop: A sequence of instruction s that is continually repeated until a certain condition is reached
Nested loop: the positioning of a loop within a loop
Global: Made outside of a program and can be used in different things
Local: Made inside a program and only used in the program
jose says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
damian baltierrez says
loop: used to repeat the same set of instructions
variable: is a named location in memory
local: only one could see
nested loop: a loop nested inside another loop
global: every sprite can see
lily vera says
Nested loops-a loop inside another loop.
Loops – making the program to use easier to read and modify.
Conditional Loops – to use the type of loop we will need conditional operators.
Conditional Operators – the computer to compare one value to another.
Variable – is a named location in memory for storing values on the program.
NCH says
Ok but next time put in your own words.
daniel says
I learned how to make a brick wall loop in Snap. I’ve also learned how to make a walking man on snap berkeley. Another thing that I learned alot from was the variables project 1.
bennywillhite says
local: Not just anyone can see
Variable: Named location in memory
loop: Used to repeat instructions
Nested loop: A loop inside a loop
Variable: an object or action that is subject to change
Loop: a command used to repeat a set of actions
Nested loop: a loop that is inside a loop command
Global: every sprite in the program can see
Local: only one sprite or certain sprites can see itglobal: Visible to every sprite
Serina Deleon says
variable- is a named location in memory
loop- used to repeat the same set of instructions
nested loop- a loop nested inside another loop
global- every sprite can see
local- only one can see
Serina Deleon says
variable- is a named location in memory.
loop- used to repeat the same set of instructions.
nested loop- a loop nested inside another loop.
global- every sprite can see.
local- only one can see.
Rosalinda Wachter says
Variable- is a named location in memory
Loop – used to repeat the same set of instructions
Nested loop – a loop nested inside another loop
Global – every sprite can see
Local – only one could see
NCH says
I cannot provide any credit for your comment you must respond to the video by Mr.Woody.
bailey hernandez says
variable- is a named location in memory.
loop- used to repeat the same set of instructions.
nested loop- a loop nested inside another loop.
global- every sprite can see.
local- only one can see.
NCH says
I cannot provide any credit for this answer you must respond to the video by Mr.Woody.
johnathan herrera says
Variable- is a named location action step or etc. in memory of the script used to diversify the script
Loop – used to repeat the same set of instructions over and over again
Nested loop – a loop nested inside another loop so it can be played during the current loop
Global – every sprite can see the thread at any one time
Local – only one sprite can see at one time
zak webb says
the loop will keep going until the action or condition is completed. there are statements like “if” statements or “until’ statements. the if statements only do one things once and only if you do the action it is telling you to do. the loops keep going over and over and over intil the condition is completed. i use this to make my give me a number loop.
flora d says
For this week of class we learned how loops work, loops are a set of instructions that a computer follows. Something we else that was taught is how to make a brick wall using a nested loop, this is when another loop is added to your script. In class something different we learned was how to use different sprites to pick up on each others actions by putting a global command. There is another setting to where only I am able to know its command. The biggest factor in the variable, which is a named location in memory. There was many other things that were calculated and put into the snap to form many loops and figures just by nested loops and variables.
gyselle valenzuela says
Variable: is a named location in memory
Loop: used to repeat the same set of instructions
Nested loop: a loop nested inside another loop
Global: every sprite can see
Local: only one could see
Jonathan says
This week I learned about how to use loops. Loops are a set of instructions. Another thing I learned is how to make a brick wall using a nested loop, this when a loop nested inside another. I also learned how to get different sprites to pick up on each others actions by putting a global command. There is another setting to where only I am able to know its command. The biggest factor in the variable, which is a named location in memory.