how to download and install xampp server on windows 64 bit

Here are some finalized steps on “how to download and install xampp server on windows 64 bit” pc laptop or a computer. Students can refer this steps for class 12 HSC Information technology(IT) practicals or any other computer science student doing php programming practicals. XAMPP full form represents as the initial X stands for the operating systems … Read more

Advanced Web Designing class 12 (IT) notes Information Technology chapter1

Advanced Web Designing class 12 IT chapter1 notes

This Article will help you to find Exercise Solution of chapter1 Advanced Web Designing class 12 IT (Information Technology) notes with for science commerce and Arts section of maharashtra board 12th std students. Q1. Fill in the Blanks. 1) The <!DOCTYPE html> element is a staring element in an HTML, it indicates that document type … Read more

Bsc IT Syllabus Mumbai University 2021-22

bscit syllabus

As per the Mumbai University syllabus update for Bsc IT has been jotted below. The new syllabus is aimed to achieve the objectives of the student’s perspective. The BSc IT Syllabus Mumbai University 2021-22 syllabus spanning three years covers the industry relevant courses . The syllabus for College Academic Students pursuing B.Sc Information Technology Course under the affiliation … Read more

How to copy/paste and delete a files in local directory/drive

copy paste delete files in local directory

Managing files on your computer is a fundamental skill everyone should know. Whether you’re organizing your workspace or making backups, knowing how to copy, paste, and delete files in your local directory is essential. This guide will walk you through the process in easy-to-follow steps. What You Will Learn How to copy a file. How … Read more

Practical Important Programs Questions Java

practical important questions for java

Important Programs Questions for java that to be done for Practical exams for  academics of B.Sc. Computer Science and B.Sc.IT students University Exams. Below is some important practical java programming questions for particular University Exams. Q1. Write a Java Program to display a welcome Message? Q2. Write a Java Program to add two numbers and … Read more

C Programming Basics Notes for Beginners

C Programming Basics Notes for beginners   C Programming Basics   What is C Language ? C is a general purpose programming language and it was developed by Dennis Ritchie in 1972. These Programs are simply set of instructions given by a programmer to the computer in high level language. The program execution process consists of … Read more

C Language Practical Programs For Beginners

C Language Practical Programs for Beginners Hello World Program:This is the simplest program in C and is often the starting point for beginners. It introduces basic syntax and the use of the #include directive. Example below: Factorial Calculation:A program to calculate the factorial of a number using a loop or recursion. It helps beginners understand … Read more