1. Which one of the following is an input device? a. Speaker b. Printer c. Monitor d. Mouse 2. Which one is the full form of bit? a. binary…
Read moreContents Introduction of Computer Definition of computer Characteristics and application of computer Evolution of Computer technology Computer speed and Meas…
Read moreWrite the complete HTML code with the necessary CSS properties to design the SignUp form with Username, Password, Name, Email, and Image upload, and a Login bu…
Read moreMultiple Choice Questions Which one of the following is an output device? Speaker printer monitor mouse Who is the inventor of “Analytical Engine”? John Mau…
Read moreFibonacci series # include <stdio.h> int main () { int n, first = 0 , second = 1 , next, i; printf ( "Enter the number of terms: &qu…
Read moreCLASS 11 HTML 1) Define HTML with it's basic structure. 2) What is the use of <img> tag in HTML. Explain with the example. 3) What is hyperlink? Gi…
Read morePerform the following Array programs in C 1) WAP to input marks of 5 subjects and display total marks and average marks. 2) WAP to input the n numbers and …
Read more//wap to accept 10 names of the workers along with the age and salary. Display all the details whose age is more than 21 by using array. #include<stdio.h>…
Read more