atanubisws@gmail.com
🖥️ How to Improve Your Programming Skills at School Level
In today’s digital world, programming is one of the most valuable and in-demand skills. Learning it at the school level gives you a huge advantage, not only for your future career but also in developing your problem-solving and logical thinking abilities. Whether you’re a beginner or already coding, there’s always room for improvement. Let’s explore … Read more
Number related program
âś”Question 1: Write a program in Java to enter a 2-digit number and find out its first factor excluding 1. The program then finds the second factor when the number is divided by the first factor.Use a function void fact(int n) to accept the number and find the factors of the number.Example:If input = 21, … Read more
OPERATING SYSTEM QUESTION ANSWER
1. What is an operating system? An operating system acts as an interface between the user and the hardware. It is a system software that understands the language of both the user and the hardware. It makes the operations of the computer easy. 2. Draw the relationship diagram of the operating system, hardware, and user. … Read more
M.P.BIRLA FOUNDATION H.S. SCHOOL UNIT ASSESSMENT I(SOLVED), 2025-26 CLASS IX
M.P.BIRLA FOUNDATION H.S. SCHOOL UNIT ASSESSMENT I, 2025-26 CLASS IX SUBJECT-COMPUTER APPLICATIONS MAXIMUM MARKS – 25 WRITING TIME 50 MINUTES 1. i)A set of characters is assigned to: a) int b) String c) float d) char ii)A word used in high level language which has a special meaning to the compiler is a called: a) … Read more
Cell reference in excel
1.If A1 = B2 + $C$1, then what is in C3?Answer: D4 + $C$1 2.If B2 = $A1 + C$3, then what is in D4?Answer: $C3 + E$5 3.If C5 = $B$2 * D3, then what is in E7?Answer: $B$2 * F5 4.If E3 = F$4 + $D5, then what is in G5?Answer: H$6 + … Read more
Python Basics Made Easy: Simple Programs with Clear Explanations for Beginners
Python is a high-level, interpreted programming language known for its simplicity and readability. It is widely used for: Key Features: Python was created by Guido van Rossum and first released in 1991. Here are some Python programs: 1. Write a program to accept 2 numbers from the user and print their sum. output: Explanation: a … Read more
Python MCQ Set-1
1. What is the output of print(2 ** 3)?A. 6B. 8C. 9D. 5 2. Which of the following is a valid variable name in Python?A. 1valueB. value1C. @valueD. value-1 3. What is the data type of print(type(“Hello”))?A. intB. boolC. strD. float 4. Which keyword is used for defining a function in Python?A. funcB. defineC. defD. … Read more
Monday Batch1&2 test-1 question paper solution
Dry Run for Input: 135 Initialization Variable Value n 135 t 135 c 0 s 0 d 0 First WHILE Loop: Count digits Step n (before) n \ 10 c (after) 1 135 13 1 2 13 1 2 3 1 0 3 Reset n = t (135) Second WHILE Loop: Sum of digits powered … Read more
The Use of Python Programming in Daily Life
In today’s world, programming languages are everywhere, making tasks easier and more efficient. Among them, Python has risen to the top as one of the most versatile and user-friendly languages. From automation to data analysis, Python has a broad range of applications that can simplify and enhance many aspects of daily life. Whether you’re an … Read more