All Exams  >   Class 10  >   Computer Application: Class 10  >   All Questions

All questions of Scratch - Conditionals & Iteration for Class 10 Exam

In scratch, a character or object is called? 
  • a)
    Spirit
  • b)
    Sprint
  • c)
    Sprite
  • d)
    Split
Correct answer is option 'C'. Can you explain this answer?

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

In Scratch, blocks whose label begin with broadcast signal ___________.
  • a)
    Statement
  • b)
    Condition
  • c)
    Variable
  • d)
    Event
Correct answer is option 'D'. Can you explain this answer?

Naina Sharma answered
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.

A variable is a placeholder for some value.
  • a)
    True
  • b)
    False
Correct answer is option 'A'. Can you explain this answer?

Naina Sharma answered
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.

The common programming structure that implements "conditional statements".
  • a)
    Computer Science
  • b)
    conditionals
  • c)
    while loop
  • d)
    If-statement
Correct answer is option 'B'. Can you explain this answer?

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

Repeating a statement more than once is called a
  • a)
    loop
  • b)
    sequence
  • c)
    repetition
  • d)
    event
Correct answer is option 'A'. Can you explain this answer?

Gaurav Kumar answered
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.

Blocks held inside which block loops till the condition is true?
  • a)
    if-then
  • b)
    repeat
  • c)
    repeat until
  • d)
    forever
Correct answer is option 'C'. Can you explain this answer?

Meera Rana answered
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.

Which expression is either true or false?
  • a)
    Numeric
  • b)
    Algebraic
  • c)
    Boolean
  • d)
    None of these
Correct answer is option 'C'. Can you explain this answer?

Ananya Das answered
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.

Wait until is a conditional block in Scratch.
  • a)
    True
  • b)
    False
Correct answer is option 'A'. Can you explain this answer?

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

Chapter doubts & questions for Scratch - Conditionals & Iteration - Computer Application: Class 10 2025 is part of Class 10 exam preparation. The chapters have been prepared according to the Class 10 exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Class 10 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of Scratch - Conditionals & Iteration - Computer Application: Class 10 in English & Hindi are available as part of Class 10 exam. Download more important topics, notes, lectures and mock test series for Class 10 Exam by signing up for free.

Top Courses Class 10

Related Class 10 Content