Class 10 Exam  >  Class 10 Tests  >  Computer Application: Class 10  >  Test: Scratch - Conditionals & Iteration - Class 10 MCQ

Test: Scratch - Conditionals & Iteration - Class 10 MCQ


Test Description

10 Questions MCQ Test Computer Application: Class 10 - Test: Scratch - Conditionals & Iteration

Test: Scratch - Conditionals & Iteration for Class 10 2024 is part of Computer Application: Class 10 preparation. The Test: Scratch - Conditionals & Iteration questions and answers have been prepared according to the Class 10 exam syllabus.The Test: Scratch - Conditionals & Iteration MCQs are made for Class 10 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Scratch - Conditionals & Iteration below.
Solutions of Test: Scratch - Conditionals & Iteration questions in English are available as part of our Computer Application: Class 10 for Class 10 & Test: Scratch - Conditionals & Iteration 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 - Conditionals & Iteration | 10 questions in 10 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 - Conditionals & Iteration - Question 1

In scratch, a character or object is called? 

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 1

The characters are called sprites. With Scratch, you can make your own interactive stories, animations, games, music, and art.

Test: Scratch - Conditionals & Iteration - Question 2

What name is given to directive that tells the computer to do something?

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 2

In computing, a command is a directive to a computer program to perform a specific task.

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

Which expression is either true or false?

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 3

In computer science, a boolean or bool is a data type with two possible values: true or false. It is named after the English mathematician and logician George Boole, whose algebraic and logical systems are used in all modern digital computers. Boolean is pronounced BOOL-ee-an.

Test: Scratch - Conditionals & Iteration - Question 4

Blocks held inside which block loops till the condition is true?

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 4

The Repeat Until () block is a Control block and a C block. Blocks held inside this block will loop until the specified boolean statement is true, in which case the code beneath the block (if any) will execute. This loop is in similar nature to a while loop in some other programming languages.

Test: Scratch - Conditionals & Iteration - Question 5

In Scratch, blocks whose label begin with broadcast signal ___________.

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 5

An event, then, is like a message from one thread to another. In Scratch, blocks whose labels begin with "broadcast" signal events whereas blocks whose labels begin with "when" handle events, the latter of which, recall, effectively represent threads themselves.

Test: Scratch - Conditionals & Iteration - Question 6

Wait until is a conditional block in Scratch.

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 6

The wait until () block is a control block and a stack block. The block pauses its script until the specified Boolean condition is true.

Test: Scratch - Conditionals & Iteration - Question 7

A variable is a placeholder for some value.

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 7

Placeholder variables are nontranslatable text strings that stand in for a term or phrase that is used multiple times, or represents a term that shouldn't be translated, such as an official product name.

Test: Scratch - Conditionals & Iteration - Question 8

Performing an action depending on IF a criteria is met is called a

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 8

Specifically, conditionals perform different computations or actions depending on whether a programmer.

Test: Scratch - Conditionals & Iteration - Question 9

Repeating a statement more than once is called a

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 9

The loop "counts" the number of times the body will be executed. This loop is a good choice when the number of repetitions is known, or can be supplied by the user.

Test: Scratch - Conditionals & Iteration - Question 10

The common programming structure that implements "conditional statements".

Detailed Solution for Test: Scratch - Conditionals & Iteration - Question 10

A conditional sentence is formed by a main clause (the consequence), a conjunction (if), and a conditional clause (the condition).

11 videos|49 docs|18 tests
Information about Test: Scratch - Conditionals & Iteration Page
In this test you can find the Exam questions for Test: Scratch - Conditionals & Iteration solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Scratch - Conditionals & Iteration, 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