Following are the chapter-wise notes Chapter 1: Introduction to Artificial Intelligence For PDF: CLICK HERE Chapter 2: Agents and Environments An agent is anything that perceives its environment through sensors and […]

Assembly Language Program | Computer Organization and Architecture | BIM 3rd Semester
Also Read: Old Question Bank of Computer Organization of BIM 3rd Semester
DSA with Java- Solution- Very Short Answer
Data structure and algorithm with JAVA What is data structure? → A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, […]
Web Programming II – Solutions – 2016
11. Write a PHP program to create a web form that contains a textbox for names, and checkboxes for hobbies. When a form is submitted, check a name is entered, […]
Web Programming II – Solutions -2017
11. Write a PHP code to perform server-side validation. (Check for empty, alphabets, numbers, email and password length validation) <!doctype html> <html> <head> <title>Year : 2017 | Q : 11</title> […]

Web Programming II – TU Solution – 2018
11. Write a PHP program to create a form that contains two textboxes that accept numbers and a submit button. When submit button is clicked, the sum of two numbers […]