Computer Science, asked by nishubisla3, 9 months ago

is it correct to say that scratch is an event driven programming language if yes then why in

very short

Answers

Answered by nidaeamann
7

Answer:

YES

Explanation:

Scratch uses event-driven programming with multiple active objects called sprites.

Event based programming is programming in which the code is based on events, which are similar to broadcasts. For example, mouse movement is an event which can trigger a specific chunk of code.

In Scratch, sprites can be drawn, as vector or bitmap graphics, from scratch in a simple editor that is part of Scratch

Answered by kingofself
3

Yes, it is correct to say that scratch is an event driven programming language.

Explanation:

In object oriented programming event plays important roles. Event is a simple where what action has to do by programming steps.

For example end user includes a button and text of the button is “click me” and in button click event he display message “hi”. When end user compiles or interprets after success compile n interpret without any bug. End-user executes the program.

End-use is display button. Once use click on button. Corresponding button click executes click event trigger and display messages “hi”.

Learn More About programming language

In which programming language does functional decomposition occur?

https://brainly.in/question/8492670

A character in new programming language

https://brainly.in/question/2653485

Similar questions