window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreTag: processor
Microsoft logo program
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div class=”box”> <div id=”box1″></div> <div id=”hello”></div> </div> <div class=”down”> <div id=”kk”></div> <div id=”ll”> </div> </div> <br /> […]
Read moreRead Only Memory (ROM) || B Tech , BCA , BSc || #ddu #Computer
Read Only Memory (ROM) || B Tech , BCA , BSc || #ddu #Computer Read Only Memory (ROM) || B Tech , BCA , […]
Read moreCentral Processing Unit|| B Tech , BCA , BSc || #ddu #Computer
Central Processing Unit|| B Tech , BCA , BSc || #ddu #Computer Central Processing Unit|| B Tech , BCA , BSc || #ddu #Computer […]
Read moreCPU basics || BCA / B. Tech / BSc. || #DDU #computer
CPU basics || BCA / B. Tech / BSc. || #DDU #computer CPU basics || BCA / B. Tech / BSc. || #DDU #computer […]
Read moreThe length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and perimeter of the rectangle, and the area and circumference of the circle. #C
The length and breadth of a rectangle and radius of a circle are input through the keyboard. Write a program to calculate the area and […]
Read moreTemperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C
Temperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C Temperature of a city in Fahrenheit degrees […]
Read more
Recent Comments