jisha.c
jisha.c
@jisha-c
Noble Member
Joined: Mar 4, 2023
Last seen: Mar 11, 2024
Topics: 300 / Replies: 494
Topic
Replies: 0
Views: 60
Topic
Replies: 0
Views: 81
Topic
12 months ago
Replies: 1
Views: 129
Reply
Answer to: What is Cyber Security ?

Cybersecurity is the practice of protecting systems, networks, and programs from digital attacks. These cyberattacks are usually aimed at accessing, c…

12 months ago
Reply
Answer to: What are references in C++?

A reference, like a pointer, stores the address of an object that is located elsewhere in memory. Unlike a pointer, a reference after it is initialize…

12 months ago
Reply
Answer to: Difference between tuple and list.

The key difference between tuples and lists is that while tuples are immutable objects, lists are mutable. This means tuples cannot be changed while l…

12 months ago
Reply
Answer to: What is Deep Learning, and How Does It Relate to AI?

Deep learning is a method in artificial intelligence (AI) that teaches computers to process data in a way that is inspired by the human brain. Deep le…

12 months ago
Reply
Answer to: Explain Hoisting in javascript.

JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions, variables, classes, or imports to the …

12 months ago
Reply
Answer to: Can I ask AI a question?

About this app. and many more! Thanks to “Ask AI”s powerful AI capabilities, backed by ChatGPT and GPT-4 technology, you can get answers to any questi…

12 months ago
Reply
Answer to: Explain the concept of closures in JavaScript.

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other wo…

12 months ago
Reply
Answer to: What are vectors?

The C++ Standard Library vector class is a class template for sequence containers. A vector stores elements of a given type in a linear arrangement, a…

12 months ago
Reply
Answer to: 2. What are Intelligent Agents, and How are They Used in AI?

Intelligent agents in AI are autonomous entities that act upon an environment using sensors and actuators to achieve their goals. In addition, intelli…

12 months ago
Reply
Answer to: How to sort the elements i array in python?

Use np. sort() to sort array values in an ordered sequence in Python. By using this you can sort an N-dimensional array of any data type. This functio…

12 months ago
Reply
Answer to: How do you handle errors in JavaScript?

When an error occurs, JavaScript generates an object containing the details about it. The object is then passed as an argument to catch : try { // ……

12 months ago
Reply
Answer to: What do you mean by frameworks?

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…

12 months ago
Page 7 / 53