by | Feb 6, 2024 | Notes
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...
by | Feb 6, 2024 | Notes
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...
by | Feb 6, 2024 | Notes
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...
by | Feb 6, 2024 | Notes
10th Computer Notes Chapter 2 Chapter 2: Programming in C Write short answers to the following questions. i. Define computer programs. Ans. A computer program is a set of instructions (statements) written in a programming language to solve a particular problem and...
by | Feb 5, 2024 | Notes
10th Computer Notes Chapter 1 Chapter 1: Programming Techniques Flowchart to find acceleration Write short answers to the following questions. i. Define Computer. Ans. Computer A Computer is a general-purpose electronic machine invented to help people solve...