Snap Exam

Descrição

Intro exam for snap
Samuel Melendez
Quiz por Samuel Melendez, atualizado more than 1 year ago
Samuel Melendez
Criado por Samuel Melendez mais de 8 anos atrás
135
0

Resumo de Recurso

Questão 1

Questão
Match the block with the right panel
Responda
  • move
  • if
  • ask

Questão 2

Questão
Match the block with the panel
Responda
  • move
  • say
  • tempo

Questão 3

Questão
Match the block with the panel
Responda
  • if
  • list
  • change tempo by

Questão 4

Questão
Match the block with the panel
Responda
  • fill color
  • clear
  • warp

Questão 5

Questão
Match the block with the panel
Responda
  • When I am clicked
  • ask
  • reset timer

Questão 6

Questão
Match the block with the panel
Responda
  • mod
  • ask
  • and

Questão 7

Questão
Match the block with the panel
Responda
  • mod
  • ask
  • if

Questão 8

Questão
Match the block with the panel
Responda
  • if
  • set_to
  • when clicked

Questão 9

Questão
Match the block with the panel
Responda
  • join
  • point in the direction
  • stamp

Questão 10

Questão
Match the block with the panel
Responda
  • next costume
  • wait until
  • touching

Questão 11

Questão
Match the block with the panel
Responda
  • stop all sounds
  • list
  • join

Questão 12

Questão
Match the block with the panel
Responda
  • set pen color to
  • or

Questão 13

Questão
Match the block with the panel
Responda
  • set y to
  • forever
  • mouse down

Questão 14

Questão
Match the block with the panel
Responda
  • touching
  • hide variable

Questão 15

Questão
Match the block with the panel
Responda
  • hide
  • pick random
  • change by

Questão 16

Questão
Match the block with the panel
Responda
  • script variables
  • report
  • go to front

Questão 17

Questão
One exterior angle of a square is
Responda
  • 120
  • 90
  • 72
  • 180

Questão 18

Questão
One exterior angle of an equilateral triangle
Responda
  • 72
  • 90
  • 120
  • 180

Questão 19

Questão
One exterior angle of a pentagon is
Responda
  • 180
  • 72
  • 120
  • 90

Questão 20

Questão
The function for determining one exterior angle of a polygon is
Responda
  • 360 / # of sides
  • 360 / length of sides
  • 360 * # of sides
  • 180 / length of sides

Questão 21

Questão
In the script presented, to create a random size triangle, which block should get the pick random block
Responda
  • turn
  • set b to
  • set a to
  • script variable a

Questão 22

Questão
The script presented should create a
Responda
  • triangle
  • pentagon
  • square
  • octagon

Questão 23

Questão
The script presented should create a
Responda
  • pentagon
  • triangle
  • circle
  • square

Questão 24

Questão
In the script presented if the word is apple it will produce
Responda
  • an apple
  • a apple
  • nothing
  • error

Questão 25

Questão
In the script presented the word elephant will produce
Responda
  • an elephant
  • a elephant
  • nothing
  • error

Questão 26

Questão
How many lines will this for loop draw?
Responda
  • 2
  • 3
  • 4
  • 5

Questão 27

Questão
What block can we add to add a size variable to this script?
Responda
  • set
  • repeat
  • script variable
  • move

Questão 28

Questão
This script will produce
Responda
  • squares
  • nothing
  • circles
  • triangles

Questão 29

Questão
In what panel is the list block located
Responda
  • motion
  • operators
  • variable
  • sound

Questão 30

Questão
Which block allows a program to do different things?
Responda
  • move
  • if
  • repeat
  • turn

Questão 31

Questão
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
Responda
  • item 1 of
  • add thing to
  • length of

Questão 32

Questão
The block shown
Responda
  • 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

Questão 33

Responda
  • 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.

Questão 34

Questão
If the block is clicked
Responda
  • dodgers will replace mets
  • dodgers will be added after redsox
  • dodgers will be part of the list, but at the beginnning

Questão 35

Questão
When clicked this block should
Responda
  • replace each item with baseball
  • produce an error
  • add the term baseaball to each item on the list

Questão 36

Questão
Pair programming is
Responda
  • 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

Questão 37

Questão
In computer science a script is a sequence of instructions that
Responda
  • tells actors what to do.
  • tells us how to complete a program.
  • tells a computer what to do.

Questão 38

Questão
In computer science a program is
Responda
  • a set of classes.
  • a show on television.
  • a set of coordinated activities prepared to engage members.
  • a set of scripts.

Questão 39

Questão
A form of abstraction is
Responda
  • 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

Questão 40

Questão
The size input most likely is entered into a
Responda
  • turn block inside this block
  • repeat block inside this block
  • move block inside this block

Questão 41

Questão
The sides input most likely is entered into a
Responda
  • sides block inside this block
  • turn block inside this block
  • move block inside this block

Questão 42

Questão
This block should generate the following answer
Responda
  • 30
  • -30
  • -241
  • -70

Questão 43

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

Questão 44

Questão
Predicates
Responda
  • 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

Questão 45

Questão
Your information foot print includes
Responda
  • others posting about you
  • what you write in a private journal
  • all life experiences

Questão 46

Questão
When clicked this block will report
Responda
  • 1
  • 16
  • 2
  • 8

Semelhante

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