Shrey Gupta
Shrey Gupta
@shrey-gupta
Reputable Member
Joined: Mar 18, 2023
Last seen: Aug 11, 2023
Topics: 78 / Replies: 105
Reply
Answer to: What is an API ?

A set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other…

2 years ago
Reply
Answer to: What is a primitive programming language ?

In computing, language primitives are the simplest elements available in a programming language. A primitive is the smallest ‘unit of processing’ avai…

2 years ago
Reply
Answer to: What are comments in Python?

Comments in Python is the inclusion of short descriptions along with the code to increase its readability. A developer uses them to write his or her t…

2 years ago
Reply
Answer to: SQL

Structured query language (SQL) is a programming language for storing and processing information in a relational database.

2 years ago
Reply
Answer to: What is machine learning in simple words?

Machine learning is a subfield of artificial intelligence, which is broadly defined as the capability of a machine to imitate intelligent human behavi…

2 years ago
Reply
Answer to: what is dynamic programming?

Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for same inputs, we c…

2 years ago
Reply
Answer to: What is FIFO?

FIFO stands for “First-In, First-Out”. It is a method used for cost flow assumption purposes in the cost of goods sold calculation. The FIFO method as…

2 years ago
Topic
2 years ago
Replies: 2
Views: 224
Reply
Answer to: What is a framework ?

In general, a framework is a real or conceptual structure intended to serve as a support or guide for the building of something that expands the struc…

2 years ago
Reply
Answer to: What happens when you call main() inside main() ?

Well, you can call a main() within the main() function ,but you should have a condition that does not call the main() function to terminate the progra…

2 years ago
Reply
Answer to: Is no-code practice effective in learning?

No code development is appealing, as it is easy to use and allows non-programmers to pump out apps or workflows quickly. No-code can be useful to both…

2 years ago
Reply
Answer to: What is the Data Cloud?

A data cloud provides an open, cloud-based data infrastructure that enables the availability, integration, portability, availability, and security of …

2 years ago
Topic
2 years ago
Replies: 2
Views: 441
Page 10 / 13