Tuesday, February 11, 2025

Make code Arcade Exercise Solutions || Chapter -8 || Class-6

 1) What is Make Code Arcade?

Answer: Make Code Arcade is a coding platform that enables to create block – based program.

 

2) How to open Make Code Arcade?

Answer: To open Make code arcade type the URL.

https://arcade.makecode.com in the address bar of google chrome.

or

Search make code on the google search engine.

 

3) Define simulator.

Answer: Any device that simulates specific conditions of a real process or machine is known as a simulator.

 

4) Explain any three kinds of blocks of make code arcade screen.

Answer: The any three kinds of blocks of make code arcade are:-

1) Variables – it is used to store values.

2) Math – It is used to performed calculation.

3) Game – It is used to provide prompt and dialogs.

 

5) What do you mean by block-based coding? Explain with an example.

Answer: Block based coding compose a program using predefined blocks. examples Scratch, Make code arcade etc.

 

6) Write the difference between if statement and if else statement.

Answer:

a)  if statement executes expression only when the condition is ‘True’.

     if else statement executes expression in both condition.


if(condition)

 {

       //statements [True Block]

 }

if(condition)

{

       //statements [True Block]

}

else

{

     //statements [False Block]

}


7) Match the column:-

a) Controller           à       (ii) For the movement of sprit

b) Loops                 à       (v) To repeat a statement multiple number of times.

c) Math                  à   (iv) To do mathematical operations

d) Scene                à    (iii) Enables to set the width and height of simulator

e) Variable             à    (i) To declare a new variable


8) Multiple choice questions:-

 1) It enables the user to create a new project for writing the code.

 a) Tutorials                                     b) Game examples

          c) My Projects                                  d) Open a project

2) It enables to set the sound effects including volume, tune etc.

 a) Music                                         b) Game

 c) Scene                                          d) Info

4) Which of the following is an example of loops?

 a) Repeat - do                                    b) Forever

            c) While - do                                     d) All of these

5) Which block contains commands to change the background colour of the simulator screen?

 a) Logic                                              b) Scene

          c) Math                                                 d)None of these

    

No comments:

Post a Comment

JAC Board Computer || IIT 2025 || Introductory Information Technology || Class 10 || Practical Examination 2025

Marks Division HOE 30 Marks IT Application Report File 20 Marks Viva - Voce 10 Marks 1) Write an HTML code to generate a web p...