Posts

Showing posts from August, 2023

Missed topic

Image
 

JavaScript Lab Project 12

 Write a JavaScript code: Program 1 To pass the value as argument l,b,h and calculate volume of a box in function. To pass the value as argument l,b and calculate area of base of that box in function. Make a area button to display area of base result and a volume button to display volume of a box. Make a all button if we click on that it should give output in proper format. (Area is = , Volume is =                                   Output should come in Alert box, Bellow the button, Console area. Program 2 In HTML window area should be 4 buttons. (Add, Subtract, Multiply, All) User should enter the value. Below the button Answer should come as: Result(Add) = Answer. There should be three different functions. There should be only one user input code(Only two lines in whole program) for data entry While clicking 'All' button there should be answer of each calculation result. Program 3 There should be a first function for calculation and result should be return. sum(a,b) In second

Lab Practical (11)

 1.  Draw different logic gate symbols, venn-diagram.           Save in different file with image name.           Save those file in a specific folder inside This Pc in your name and topic name.  2. Install/Uninstall application from your computer. 3. Windows Explorer (File Folder Management)           Create Folder (Create a folder with your name)           Rename Folder (Change your name into full name)           Copy Folder (Make 2 duplicate folder with your friend's name inside your folder)           Move Folder ( Keep one friend's folder into another friend's named folder)           Delete Folder. (Delete all the folder one by one.) 4. Change Desktop Background 5. Run Program in multiple Desktops 6. Show/Hide desktop icons 7. Arrange desktop icons by their name  8. Arrange desktop icons by their date modified 9. Check your Computer's RAM, Processor, O/S bit, Version, Hard Disk size. 4. Using DOS Solve the followings. Create any two folder. School and College Go ins

Practical On C Programming (11)

   Solve the following problems using C Programming. 1.      Write a program to input any two numbers and find sum, difference, product and division among them. 2.      Write a Program to find maximum between two numbers. 3.      Write a Program to find maximum between three numbers. 4.      Write a Program to check whether a number is negative, positive or zero. 5.      Write a Program to check whether a number is divisible by 5 and 11 or not. 6.      Write a Program to check whether a number is even or odd. 7.      Write a Program to check whether a year is leap year or not. 8.      Write a Program to check whether a character is alphabet or not. 9.      Write a Program to input any alphabet and check whether it is vowel or consonant. 10.   Write a Program to input any character and check whether it is alphabet, digit or special character. 11. Write a Program to check whether a character is uppercase or lowercase alphabet . 12.  Write a Program to input week number and print week day

Practical on JavaScript (12)

  Solve the following problems using JavaScript Function. 1.     Write a program to input any two numbers and find sum, difference, product and division among them. 2.     Write a Program to find maximum between two numbers. 3.     Write a Program to find maximum between three numbers. 4.     Write a Program to check whether a number is negative, positive or zero. 5.     Write a Program to check whether a number is divisible by 5 and 11 or not. 6.     Write a Program to check whether a number is even or odd. 7.     Write a Program to check whether a year is leap year or not. 8.     Write a Program to check whether a character is alphabet or not. 9.     Write a Program to input any alphabet and check whether it is vowel or consonant. 10.   Write a Program to input any character and check whether it is alphabet, digit or special character. 11. Write a Program to check whether a character is uppercase or lowercase alphabet . 12.  Write a Program to input week numbe