Skip to main content

Posts

Computer Science | Class 10 | Chapter 7: Functions in C | Question Bank Solutions SEBA.

  A. MCQ & Very Short Questions: Mark: 1 Q1. It can be defined as a programming model which is based upon the concept of calling procedure. What is it called? Answer: It is called Procedure Oriented Programming (POP) . [HSLC ’24] B. Short Type Questions: Marks: 2/3 Q1. What do you mean by library function? Is sum() a library function? Justify. Answer: A library function is a pre-defined function available in the C library which can be directly used in a program, such as printf() , scanf() , sqrt() , etc. They are stored in header files like <stdio.h> , <math.h> . sum() is not a library function because it is not part of the standard C library; it has to be created by the programmer. Hence, sum() is a user-defined function , not a library function. [HSLC ’23] Q2. What is group function? Explain with an example. Answer: A group function is a function that performs an operation on a group of values and gives a single result. 👉 Example: In dat...

Geography | Class 10 | Chapter – 3 Geography of the World | HSLC Exam Questions | Question Bank Solutions Assam.

  Chapter – 3 Geography of the World HSLC Exam Questions A. MCQ & Very Short Questions (Mark: 1) Q1. The land area of the continent of Asia is: [HSLC '13] (a) 64.2 million Km² (b) 24.2 million Km² (c) 44.2 million Km² ✅ (d) 54.2 million Km² Answer: (c) 44.2 million Km² Q2. One of the major rivers of Asia flowing into the Arctic Ocean is: [HSLC '16] (a) Ural (b) Yenisey ✅ (c) Mekong (d) Howang-Ho Answer: (b) Yenisey Q3. Which sea has separated the continents Asia and Africa? [HSLC '17] (a) Mediterranean Sea (b) Red Sea ✅ (c) Caspian Sea (d) Arabian Sea Answer: (b) Red Sea Q4. The longest mountain range in the world is: [HSLC '19] (i) The Himalayan Mountain Range (ii) The Andes Folded Mountain Range ✅ (iii) The Rocky Mountain Range (iv) The Ural Mountain Range Answer: (ii) The Andes Folded Mountain Range Q5. Physically, the continent of Europe is separated from Asia by the: [HSLC '18] (a) Karakoram Mountain Range...