Class 10 Exam  >  Class 10 Tests  >  Computer Application: Class 10  >  Test: Scratch Programming - Class 10 MCQ

Test: Scratch Programming - Class 10 MCQ


Test Description

15 Questions MCQ Test Computer Application: Class 10 - Test: Scratch Programming

Test: Scratch Programming for Class 10 2024 is part of Computer Application: Class 10 preparation. The Test: Scratch Programming questions and answers have been prepared according to the Class 10 exam syllabus.The Test: Scratch Programming MCQs are made for Class 10 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Scratch Programming below.
Solutions of Test: Scratch Programming questions in English are available as part of our Computer Application: Class 10 for Class 10 & Test: Scratch Programming solutions in Hindi for Computer Application: Class 10 course. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free. Attempt Test: Scratch Programming | 15 questions in 15 minutes | Mock test for Class 10 preparation | Free important questions MCQ to study Computer Application: Class 10 for Class 10 Exam | Download free PDF with solutions
Test: Scratch Programming - Question 1

Scratch is a programming language

Detailed Solution for Test: Scratch Programming - Question 1

Scratch is a visual programming language created by the MIT Media Lab in 2007. Its drag-and-drop interface with colorful blocks makes it one of the most intuitive programming languages to learn.

Test: Scratch Programming - Question 2

What is an object in Scratch which performs functions controlled by scripts?

Detailed Solution for Test: Scratch Programming - Question 2

Sprite: An object in Scratch which performs functions controlled by scripts.
Squeak: The environment in which Scratch runs and is programmed in.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Scratch Programming - Question 3

What is the backdrop of a project called?

Detailed Solution for Test: Scratch Programming - Question 3

A backdrop is an image that can be shown on the Stage. It is similar to a costume, except that it is shown on the stage instead. They are located in the backdrops library. The Stage can change its look to any of its backdrops using the Switch Backdrop to () block.

Test: Scratch Programming - Question 4

A collection or stack of blocks that all interlock with one another is called?

Detailed Solution for Test: Scratch Programming - Question 4

A script is a collection or stack of blocks that all interlock with one another. The blocks and their order are very important, as they determine how sprites interact with each other and the backdrop.

Test: Scratch Programming - Question 5

A costume is

Detailed Solution for Test: Scratch Programming - Question 5

A costume is one out of possibly many "frames" or alternate appearances of a sprite. Sprites can change their look to any of its costumes. They can be named, edited, created, and deleted, but every sprite must have at least one costume.

Test: Scratch Programming - Question 6

Tempo is measured in

Detailed Solution for Test: Scratch Programming - Question 6

Tempo is measured in BPM, or beats per minute. One beat every second is 60 BPM. Sometimes the tempo is written at the beginning of the music and is called a metronome marking. Tempo and stylistic feel are often indicated in classical music by Italian terminology.

Test: Scratch Programming - Question 7

The background of the stage can be changed using the instructions under the ___________ block.

Detailed Solution for Test: Scratch Programming - Question 7

The Stage can change its look to any of its backdrops using the Switch Backdrop to () block.

Test: Scratch Programming - Question 8

A Scratch script/program begins with _______

Detailed Solution for Test: Scratch Programming - Question 8

A script is defined within the Scratch program as one or a set of blocks that begins with a Hat Block. Even a single block can qualify. However, scripts are usually referred to as sets of blocks that consist of at least two blocks.

Test: Scratch Programming - Question 9

Scratch 2 project saves the file with file extension _________

Detailed Solution for Test: Scratch Programming - Question 9

Unlike Scratch 1.4 files, Scratch 2.0 files are ZIP archives containing project information encoded in a text-based format called JSON and project media in separate files. Projects conventionally have the extension . sb2 , and sprites the extension . sprite2 .

Test: Scratch Programming - Question 10

Under which block do you find the instructions to change the costume of a Sprite?

Detailed Solution for Test: Scratch Programming - Question 10

The Switch Costume to () block is a Looks block and a Stack block that changes its sprite's costume to a specified one. This block is used whenever a sprite must switch to a specific costume (instead of the next costume block, which only switches to the next costume in the costume list).

Test: Scratch Programming - Question 11

What is the function of the 'when green flag clicked' command block?

Detailed Solution for Test: Scratch Programming - Question 11

The When Green Flag Clicked block, commonly called the Start Block, is an Events block and a Hat block. Scripts that wear this block will activate once the Green Flag has been clicked — these scripts can activate other scripts and enable the entire program.

Test: Scratch Programming - Question 12

What is the function of the 'Move 10 steps' command block?

Detailed Solution for Test: Scratch Programming - Question 12

The move () steps block is a stack block and a Motion block. The block moves its sprite forward the specified amount of steps in the direction it is facing. A step is equal to a one-pixel length. The Default Value is 10 and can be replaced by any number.

Test: Scratch Programming - Question 13

What is the function of the 'forever' command block?

Detailed Solution for Test: Scratch Programming - Question 13

The Forever If () block was a Control block and a C block. The block would continuously check its Boolean condition. If the condition is true, the code held inside the block would run, and then the script continues, but if the condition is false, nothing would happen until it becomes true again.

Test: Scratch Programming - Question 14

command can be found under ______________ block

Detailed Solution for Test: Scratch Programming - Question 14

Motion blocks is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are used to control a sprite's movement. They are available only for sprites. There are currently 18 Motion blocks: 15 stack blocks and 3 reporter blocks.

Test: Scratch Programming - Question 15

To make the sprite wait for some seconds, you can use . Where can you find the instruction?

Detailed Solution for Test: Scratch Programming - Question 15

Control blocks is one of the nine categories of Scratch blocks. They are color-coded gold, and are used to control scripts. In Scratch 1.4 and earlier, this category also included the blocks that are now Events Blocks.

11 videos|49 docs|18 tests
Information about Test: Scratch Programming Page
In this test you can find the Exam questions for Test: Scratch Programming solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Scratch Programming, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 10

11 videos|49 docs|18 tests
Download as PDF

Top Courses for Class 10