jisha.c
jisha.c
@jisha-c
Noble Member
Joined: Mar 4, 2023
Last seen: Mar 11, 2024
Topics: 300 / Replies: 494
Topic
Topic
Replies: 0
Views: 46
Topic
Replies: 0
Views: 109
Reply
Answer to: What are the 3 components of a RESTful API?

The format of a RESTful API has three main components: 1) URL endpoint; 2) HTTP verb; and 3) Body. URL endpoint: Is a URL link that represents the res…

10 months ago
Reply
Answer to: What are the variables and inputs in Block Coding?

Variables can represent data for block inputs, outputs, parameters, or from Data Store Memory blocks. You can create or delete variables in the MATLAB…

10 months ago
Reply
Answer to: What is the use of React in web development?

React makes building web applications seamless and provides a robust developer experience through reusable components. They make it easier to track an…

10 months ago
Reply
Answer to: What is conditional statements in block coding?

Conditional statements are a fundamental concept in computer programming, which allow developers to control the flow of their programs based on certai…

10 months ago
Reply
Answer to: What is The use of loops in block coding?

A “For” Loop is used to repeat a specific block of code a known number of times. For example, if we want to check the grade of every student in the cl…

10 months ago
Reply
Answer to: What is the use of OnEvent function in Scratch?

The onEvent() block is used to set up event handlers that can watch for certain events to occur in your app, such as clicking on a button, selecting a…

10 months ago
Reply
Answer to: What is Recursion?

Recursion means “defining a problem in terms of itself”. This can be a very powerful tool in writing algorithms. Recursion comes directly from Mathema…

10 months ago
Reply
Answer to: What is the real life use case of python?

Python is currently (as of November 2022) the most popular programming language in the world, and its user base is constantly growing. But what is Pyt…

10 months ago
Reply
Answer to: What is the problem solving in coding?

Problem solving is writing an original program that performs a particular set of tasks and meets all stated constraints. The set of tasks can range fr…

10 months ago
Reply
Answer to: What are the types of loops in block coding?

n the ‘Control’ section of block code, you can see 3 types of loops: repeat until, repeat x number of times, and forever loop. Each type of loop serve…

10 months ago
Topic
Replies: 0
Views: 67
Topic
Replies: 0
Views: 124
Page 3 / 53