Posts

Showing posts from March, 2023

Assignment No. 3 - Visual Programming - BS CS 5th Feb 23 - Govt. Graduate College, Sadiqabad

 Make functions for the following tasks: - 1. Sum of two numbers 2. Sum of three numbers 3. Difference (Subtraction) of two numbers 4. Product (Multiplication) of two numbers 5. Product (Multiplication) of three numbers 6. Division of two numbers 7. Function to Calculate square of sum of two numbers... square of (a+b) Function 1 will be without parameters and without return value Function 2 will be with parameters and without return value Function 3, 4, 5 & 6 will be with parameters and with return value Function 7 will be with parameters and with return value Call every function at least three times.

Cloud Computing Notes - Govt. Graduate College (B), Sadiqabad, BS - CS 5th 2022-24

Lecture 1 Lecture 2   Lecture 3 Lecture 4 Lecture 5. Benefits of Cloud Computing Lecture 6. Risks and Challenges of Cloud Computing Lecture 7. Roles and Boundaries in Cloud Computing Lecture 8. IaaS, PaaS & SaaS Provisioning Lecture 9.  IaaS, PaaS & SaaS Comparison Lecture 10.  SaaS Lecture 11. PaaS Lecture 12. IaaS Lecture 13. Caas Lecture 14. MaaS Lecture 15. Building Cloud Network Lecture 16. Cloud Computing Security Lecture 17. Common Standards in Cloud Computing Lecture 18. End-User Access to Cloud Computing

Visual Programming - Govt. Graduate College (B), Sadiqabad, BS - CS 5th 2022-24

Recommended Books Microsoft Visual C# 2013 Step by Step John Sharp Microsoft Press 1st Edition 2013 Youtube Lectures Playlist   Course Outline NOTES Lecture 1 Lecture 2 Lecture 3 Lecture 4 Lecture 5 - Methods Lecture 6 - Namespaces and Classes Lecture 7 - Console IO Lecture 8 - Framework Class Library Lecture 9 - C# Operators Lecture 10 - Decision Making Statements Lecture 11 - Switch Statement Lecture 12 - Loops Lecture 13 - Windows Forms Controls Lecture 14 - How to Install MS Sql Server 2014 Follow steps from Video (link given below) from 1:45 to 4:19 only. https://www.youtube.com/watch?v=gH8p-qA3Nj4 Lecture 15 - Exception Handling Lecture 16 - Constructors and Destructors Lecture 17 - Delegates Lecture Video Lecture 18 - Arrays Lecture 19 - Dialog Boxes Lecture 20 - MDI Forms PROJECTS Combo Box and List Box Label, TextBox, CheckBox, RadioButton Inventory Project Arrays Demo Common Dialog Boxes Timer Control Demo   INVENTORY PROJECT VIDEOS Part 1 Part 2 Part 3 Part 4 OT...