AAQIB ANAYAT
-
.Net 7
Introduction to .NET 7 an overview.
The latest version of .NET is .NET 7 is set to be released in November 2023. This new version of…
Read More » -
Aritficial Intelligence
Searching and Problem Solving in AI
Searching in Problem Solving A search problem is defined by: • A search space: – The set of objects among…
Read More » -
Aritficial Intelligence
Environment in Artificial Intelligence
Environment in Artificial Intelligence An environment in Artificial Intelligence is the surrounding of the agent. The agent takes input from…
Read More » -
Aritficial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence “ Artificial Intelligence is a technology and a branch of computer science that deals with the study and…
Read More » -
NETWORKING
Networking Multiple choice questions part 3
Networking Multiple choice questions part 3 Q.1. The layer of the TCP/IP model which lies below the transport layer is…
Read More » -
MCQ
Networking Multiple choice questions part 2
Q.1. The maximum length of an Ethernet frame is 512 bytes 1518 bytes 2048 bytes 4096 bytes Get Answer 1518…
Read More » -
Networking Multiple choice questions part 1
Networking Multiple choice questions part 1 Q.1. The layer of the TCP/IP model which lies below the transport layer is…
Read More » -
DBMS
GRANT and REVOKE Commands
In SQL, GRANT and REVOKE are two commands used to manage user permissions and access control for database objects. These…
Read More » -
DBMS
Creating Views in SQL
In SQL, views are virtual tables that are created based on a SELECT query. They are not stored as physical…
Read More » -
DBMS
CURSORS IN SQL
A cursor in SQL is a temporary work area created in system memory when a SQL statement is executed. A…
Read More » -
DBMS
Embedded SQL
Programs written in high level languages such as C/C++ can use EMBEDDED SQL to access and update data stored in…
Read More » -
DBMS
what is a sequence
In database management systems, a sequence is an object that generates a sequence of unique numbers or values on demand.…
Read More » -
DBMS
SUB QUERIES /NESTED QUERIES
Subqueries, also known as nested queries, are SQL statements within other SQL statements. These queries are used to retrieve data…
Read More » -
DBMS
JOINS in SQL
Structured Query Language (SQL) is a widely used programming language that is used to manage and manipulate data in relational…
Read More » -
DBMS
DBMS Languages
DBMS Languages Database management system (DBMS) is a software system that enables users to define, create, maintain, and control access…
Read More »