diff --git a/NEP2020/2024/BCA/3rdsem/cs/Assignment -1 b/NEP2020/2024/BCA/3rdsem/cs/Assignment -1 new file mode 100644 index 0000000..7959e54 --- /dev/null +++ b/NEP2020/2024/BCA/3rdsem/cs/Assignment -1 @@ -0,0 +1,45 @@ +1.List the client scripting languages? Explain? + +2.What is .NET Framework? + +3.What is a VB.NET? + +4.Explain the web technologies with example? + +5.Explain the advantages and disadvantages of client side and server-side + +technologies? + +6.Explain the C# Tokens with one example for each? + +7.Explain the oop concept in c#? + +8.Define Inheritance and write the types with neat diagram and explain one + +program? + +9.Explain the control structures with syntax and flow chart? + +10.List the data types of C# programming? + +11.Explain the different types of lists tags with example program? + +12.Explain types of operators with example of each? + +13.Difference between client side and server-side programming? + +14.List the features of C# and explain? + +15.List the features of VB.NET and explain? + +16.Write a basic structure of an HTML program? + +17.List the different types of languages supported in .NET Framework? + +18.Define try and catch block with an example program? + +19.Explain different types of arrays in c#? + +20.Explain Mutable and Immutable strings in c#? + +21.Explain about Interfaces?