Posts

Showing posts with the label University

Digital Systems & Architecture | F.Y.B.Sc.

Image
   Digital Systems & Architecture Chapters: Chapter 1:  Fundamentals of Digital Logic   Chapter 2: Computer System Chapter 3: Memory System Organization Chapter 4:  Processor Organization Chapter 5:  Control Unit Chapter 6:  Fundamentals of Advanced Computer Architecture

PHP Practical

Image
 PHP Practical PHP is a general-purpose scripting language geared toward web development. It is free to download and use. PHP is widely used, as it is open source scripting language and it is executed on the server. Some of it's features is listed below: PHP can generate dynamic page content PHP can create, open, read, write, delete, and close files on the server PHP can collect form data PHP can send and receive cookies PHP can add, delete, modify data in your database PHP can be used to control user-access PHP can encrypt data PHP Practical Video Series: Lecture 1: Installation and Introduction   Lecture 2: Variable