10th Computer Chapter 7

10th Computer Chapter 7 Chapter 7: Worldwide Web and HTML Write short answers to the following questions i. Differentiate between Website and Webserver Answer WebsiteWeb ServerA website is a collection of related Web pages hosted on a Web server. It is accessible...

10th Computer Chapter 6

10th Computer Chapter 6 Chapter 6: Computer Logic and Gates Write short answers to the following questions i. What is a logic gate? Answer: Logic gates are the basic building blocks of digital computers. Logic gates operate on two voltage levels and process digital...

10th Computer Chapter 5

10th Computer Chapter 5 Chapter 5: Loop Control Structure Write short answers to the following questions I. Differentiate between the for loop and the while loop. for loopwhile loop1. Initialization, condition checking, iteration statements are written at the top of...

10th Computer Notes Chapter 4

10th Computer Notes Chapter 4 Chapter 4: Conditional Control Structure Write short answers to the following questions I. Differentiate between if and if-else selection structures. Answer IF STATEMENTIF-ELSE STATEMENTWhen if statement is executed, the condition is...

10th Computer Notes Chapter 3

10th Computer Notes Chapter 3 Chapter 3: Input and Output Handling Write short answers to the following questions i. Why format specifier is used? Explain with examples Ans. FORMAT SPECIFIERS A format specifier is computer code that tells about the data type, field...