⬅ Back to Practical Notebooks
01
Downloading and Installing VS Code
View
02
Downloading and Installation of Notepad++ for HTML Programming
View
03
Writing First Program in C/C++ in VS Code
View
04
Getting Familiar with VS Code IDE
View
05
Writing and Saving a C/C++ Program in VS Code
View
06
Compiling a Program in C/C++ in VS Code
View
07
Valid and Invalid Variable Names
View
08
Identify String, Float, Integer, Char Constants
View
09
Identification of Reserved Words and Constants
View
10
C Program showing use of printf()
View
11
printf() using VS Code
View
12
Display Student Information (Name, Roll No, School, Age, Address)
View
13
C/C++ Program showing the use of puts() function
View
14
Displaying name, school name, address using puts()
View
15
Calculating Area of a Circle (User Input)
View
16
Temperature Conversion (Fahrenheit to Celsius)
View
17
Taking School Name as Input and Displaying It
View
18
Using gets() to input name, father name, school name
View
19
Finding largest of 3 numbers using logical operators
View
20
Checking Vowel or Consonant
View
21
Checking Even or Odd using Logical OR
View
22
Checking Pass or Fail based on Marks
View
23
Using Conditional Operator to Check Odd/Even
View
24
Using if-else to Check Even or Odd
View
25
Finding the Greater of Two Numbers
View
26
Printing the Largest of Three Numbers
View
27
Checking if Two Numbers are Equal
View
28
Checking if Three Numbers are Equal
View
29
Finding the Greatest of Three Integers
View
30
Using nested if structure to check the entered marks and assign grades
View
31
C/C++ program using switch statement to show whether a character (input) is vowel or not
View
32
Using switch statement to display salary range based on grade A, B, C, D
View
33
Using for loop increment operator to display numbers from 1 to 10
View
34
Using for loop with decrement operator to display numbers from 10 to 1
View
35
Printing table of 2 using for loop
View
36
Printing table of a number (input) using for loop
View
37
Sum of positive odd numbers below 10 using for loop
View
38
Sum of positive even numbers below 10 using for loop
View
39
C/C++ program for finding factorial of a number (input)
View
40
Displaying PAKISTAN five times using while loop
View
41
Printing natural numbers 1-10 in descending order using while loop
View
42
C/C++ program for adding numbers 1-100 using while loop and printing sum at the end
View
43
Printing first five natural numbers and their sum using while loop
View
44
Printing 10, 20, 30, ..., 100 using while loop
View
45
Finding factorial of a number (input) using while loop
View
46
Using do-while loop to print first 10 natural numbers
View
47
Finding factorial of a number (input) using do-while loop
View
48
Taking two numbers as input from user and displaying all odd numbers between the two numbers using do-while loop
View
49
Displaying a right triangle of asterisks using nested loop (while)
View
50
Displaying PAKISTAN in the form of triangle using nested for loops
View
51
Displaying numbers 1-5 in a triangular form using nested for loops
View
52
Displaying an upside down right triangle of X using nested while loops with decrement operators
View
53
Basics of Notepad++ and its usage for creating an html webpage
View
54
Writing an HTML program in notepad++ and saving an html file using double quotes and opening it in a browser
View
55
HTML code showing use of html, head, body tags
View
56
HTML code for using header tags h1, h2, ..., h6
View
57
HTML tags using to display name, school name and address in a webpage
View
58
HTML code for a webpage displaying PAKISTAN written in varying font, color and style
View
59
HTML code for a webpage using bold, italic and underline tags
View
60
HTML code using superscript and subscript tags for chemistry formulas and quadratic equations
View
61
HTML code for strike out and center tags
View
62
HTML code for displaying the use of font tags
View
63
HTML code for unordered list
View
64
HTML code for ordered list
View
65
HTML code with text written on a webpage about Local Area Network and Wide Area Network definitions
View
66
HTML code for creation of ordered and unordered lists
View
67
HTML code for displaying text about Types of Languages and detail as text on webpage
View
68
HTML code displaying Types of Loops in C/C++ as ordered list
View
69
HTML code for adding image to a webpage
View
70
HTML code for using height, width and alt attributes for image tag
View
71
bgcolor and text attributes usage in a webpage
View
72
Using image file as a background of a webpage
View
73
Adding border around an image in a webpage
View
74
Hyperlinks in a webpage
View
75
Creating hyperlinks in a webpage
View
76
Creating a graphical hyperlink
View
77
Creating hyperlinks to three different websites
View
78
Creating table in a webpage showing datesheet of SSC exams
View
79
Webpage with framesets
View
80
Horizontal frames in a webpage
View
81
HTML code for adding video to a webpage
View