{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

I.T Scratch Theory Flashcards

(18 cards)

1
Q

What is Scratch?

A

A block-based programming platform developed by MIT for beginners to create interactive stories, games, and animations, which works by snapping together blocks like puzzle pieces to build code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Stage in Scratch?

A

The area where your project is displayed and played.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Sprite?

A

Characters or objects that you can program to move and interact.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Blocks Palette?

A

The area from which you get code blocks; organized into color-coded categories/tabs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Script/Coding Area?

A

Where you snap blocks together to make programs/scripts (a connection of blocks).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Tabs in Scratch?

A

Used to customize how a sprite looks and sounds - Code, Sound and Costumes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Sequence?

A

The order of steps; instructions run from top to bottom in a specific order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Loop (Iteration)?

A

Repeats instructions using blocks like ‘repeat’ or ‘forever’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Conditional Statement?

A

Runs code only when a specific condition is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Boolean Logic?

A

Uses logical operators like ‘and’, ‘or’, and ‘not’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does Random do in Scratch?

A

Selects unpredictable values within a defined range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an Events Block?

A

Starts scripts/actions in response to triggers; yellow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Motion Block?

A

Moves sprites or changes position; blue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Looks Block?

A

Changes/alters sprite appearance; purple.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Sound Block?

A

Plays audio; pink.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Control Block?

A

Manages script flow with logic like loops or wait; orange.

17
Q

What is a Sensing Block?

A

Detects input from user or environment; light blue.

18
Q

What is an Operators Block?

A

Performs math and logic functions; green.