0092 3125718857
WhatsApp for More Details
Final Viva Questions cs619
Ask Name?
Project run?
What you develop?
ERD stand for the?
why we create ERD?
Role of entity in database
Functional and non functional try
use case functional h ya non functional
Programming Project Question
C#
static int Main(string[] args)
{
//…
return 0;
}
5-We can copy all columns from one table to another, existing table:
INSERT INTO table2
SELECT * FROM table1;
Or we can copy only the columns we want to into another, existing table:
INSERT INTO table2
(column_name(s))
SELECT column_name(s)
FROM table1
How to write a function in c#. write a function of adding two numbers?
Public void sum()
{
Int a =8;
Int b = 10;
C=a+b;
Console.writeline(c);
}
Declare variable in C#?
How to write a main function in C#?
Show me the path where you have connected c# to mysql?
Open Presentation
1.name of project
2.language konsi use ki…
7.question about signs of sequence diagram.
8.architecture diagram explain karo.
–authentication kesy hti hy k user name nd paswd corect hn
–Session
–what is difrence b/w truncate table query and delete table query
-Connection string elements
-Data Addapter
-Data Set
-How and why fill dataset
–View State
–how hyperlinks work in c#
name the tools that u used
what is the diff bet class and object
A class defines object properties including a valid range of values, and a default value. A class also describes object behavior. An object is a member or an “instance” of a class.
wat is dbms
is object is same as class
wt is entity
wat is an attribute
wat is inheritance
does any inherited class have any relation with it parent class
2 variables ko subtract kerna
C# main function banaey jis ka return kush b na ho
Public void sum()
{
Console.writeline(“Good”)
}
Network Project Question
Layers kitnin h?
Router kis layer pr kaam krta h
what is VPN?
MAC address?
Database Questions
Normalization?
Record keeping in database rows plus columns Is called intersection cell ?
Make some changes in design?