Snap Exam

Descripción

Intro exam for snap
Samuel Melendez
Test por Samuel Melendez, actualizado hace más de 1 año
Samuel Melendez
Creado por Samuel Melendez hace más de 8 años
135
0

Resumen del Recurso

Pregunta 1

Pregunta
Match the block with the right panel
Respuesta
  • move
  • if
  • ask

Pregunta 2

Pregunta
Match the block with the panel
Respuesta
  • move
  • say
  • tempo

Pregunta 3

Pregunta
Match the block with the panel
Respuesta
  • if
  • list
  • change tempo by

Pregunta 4

Pregunta
Match the block with the panel
Respuesta
  • fill color
  • clear
  • warp

Pregunta 5

Pregunta
Match the block with the panel
Respuesta
  • When I am clicked
  • ask
  • reset timer

Pregunta 6

Pregunta
Match the block with the panel
Respuesta
  • mod
  • ask
  • and

Pregunta 7

Pregunta
Match the block with the panel
Respuesta
  • mod
  • ask
  • if

Pregunta 8

Pregunta
Match the block with the panel
Respuesta
  • if
  • set_to
  • when clicked

Pregunta 9

Pregunta
Match the block with the panel
Respuesta
  • join
  • point in the direction
  • stamp

Pregunta 10

Pregunta
Match the block with the panel
Respuesta
  • next costume
  • wait until
  • touching

Pregunta 11

Pregunta
Match the block with the panel
Respuesta
  • stop all sounds
  • list
  • join

Pregunta 12

Pregunta
Match the block with the panel
Respuesta
  • set pen color to
  • or

Pregunta 13

Pregunta
Match the block with the panel
Respuesta
  • set y to
  • forever
  • mouse down

Pregunta 14

Pregunta
Match the block with the panel
Respuesta
  • touching
  • hide variable

Pregunta 15

Pregunta
Match the block with the panel
Respuesta
  • hide
  • pick random
  • change by

Pregunta 16

Pregunta
Match the block with the panel
Respuesta
  • script variables
  • report
  • go to front

Pregunta 17

Pregunta
One exterior angle of a square is
Respuesta
  • 120
  • 90
  • 72
  • 180

Pregunta 18

Pregunta
One exterior angle of an equilateral triangle
Respuesta
  • 72
  • 90
  • 120
  • 180

Pregunta 19

Pregunta
One exterior angle of a pentagon is
Respuesta
  • 180
  • 72
  • 120
  • 90

Pregunta 20

Pregunta
The function for determining one exterior angle of a polygon is
Respuesta
  • 360 / # of sides
  • 360 / length of sides
  • 360 * # of sides
  • 180 / length of sides

Pregunta 21

Pregunta
In the script presented, to create a random size triangle, which block should get the pick random block
Respuesta
  • turn
  • set b to
  • set a to
  • script variable a

Pregunta 22

Pregunta
The script presented should create a
Respuesta
  • triangle
  • pentagon
  • square
  • octagon

Pregunta 23

Pregunta
The script presented should create a
Respuesta
  • pentagon
  • triangle
  • circle
  • square

Pregunta 24

Pregunta
In the script presented if the word is apple it will produce
Respuesta
  • an apple
  • a apple
  • nothing
  • error

Pregunta 25

Pregunta
In the script presented the word elephant will produce
Respuesta
  • an elephant
  • a elephant
  • nothing
  • error

Pregunta 26

Pregunta
How many lines will this for loop draw?
Respuesta
  • 2
  • 3
  • 4
  • 5

Pregunta 27

Pregunta
What block can we add to add a size variable to this script?
Respuesta
  • set
  • repeat
  • script variable
  • move

Pregunta 28

Pregunta
This script will produce
Respuesta
  • squares
  • nothing
  • circles
  • triangles

Pregunta 29

Pregunta
In what panel is the list block located
Respuesta
  • motion
  • operators
  • variable
  • sound

Pregunta 30

Pregunta
Which block allows a program to do different things?
Respuesta
  • move
  • if
  • repeat
  • turn

Pregunta 31

Pregunta
In the script shown instead of in front of another block that could be used to insert an item into the shopping list would be
Respuesta
  • item 1 of
  • add thing to
  • length of

Pregunta 32

Pregunta
The block shown
Respuesta
  • can produce a map of any city inputed
  • can map out directions
  • can determine if a criteria has been met
  • can perform an operation on a list

Pregunta 33

Respuesta
  • can determine when to keep a program
  • can create a new list by determining if items on a list meet a criteria
  • can keep us from completing a script.

Pregunta 34

Pregunta
If the block is clicked
Respuesta
  • dodgers will replace mets
  • dodgers will be added after redsox
  • dodgers will be part of the list, but at the beginnning

Pregunta 35

Pregunta
When clicked this block should
Respuesta
  • replace each item with baseball
  • produce an error
  • add the term baseaball to each item on the list

Pregunta 36

Pregunta
Pair programming is
Respuesta
  • One person works on a program but 2 people get credit
  • One partner controls the computer, the other helps plan and helps catch errors
  • One person starts the program and then another person test it to see if it works

Pregunta 37

Pregunta
In computer science a script is a sequence of instructions that
Respuesta
  • tells actors what to do.
  • tells us how to complete a program.
  • tells a computer what to do.

Pregunta 38

Pregunta
In computer science a program is
Respuesta
  • a set of classes.
  • a show on television.
  • a set of coordinated activities prepared to engage members.
  • a set of scripts.

Pregunta 39

Pregunta
A form of abstraction is
Respuesta
  • when the entire code is visible.
  • when we tuck away the details of a code to make the overall structure clearer and easier to debug.
  • when we purposely make a program more complicated

Pregunta 40

Pregunta
The size input most likely is entered into a
Respuesta
  • turn block inside this block
  • repeat block inside this block
  • move block inside this block

Pregunta 41

Pregunta
The sides input most likely is entered into a
Respuesta
  • sides block inside this block
  • turn block inside this block
  • move block inside this block

Pregunta 42

Pregunta
This block should generate the following answer
Respuesta
  • 30
  • -30
  • -241
  • -70

Pregunta 43

Pregunta
Which of the blocks below allow your programs to perform different actions or computations depending on a condition that you specify.
Respuesta
  • if else
  • list
  • repeat

Pregunta 44

Pregunta
Predicates
Respuesta
  • oval in shape and perform different actions or computations depending on a condition that you specify
  • hexagonal in shape and report boolean values, like true or false
  • store lists

Pregunta 45

Pregunta
Your information foot print includes
Respuesta
  • others posting about you
  • what you write in a private journal
  • all life experiences

Pregunta 46

Pregunta
When clicked this block will report
Respuesta
  • 1
  • 16
  • 2
  • 8
Mostrar resumen completo Ocultar resumen completo

Similar

Computing Hardware - CPU and Memory
ollietablet123
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr