This document outlines the structure and content of the annual examination for Class VII in Computer Science at Central Public School, Adityapur, for the academic year 2024-25. It includes sections for fill-in-the-blanks, true/false statements, short answers, programming tasks, and both short and long questions covering various computer science concepts. The exam is designed to assess students' understanding of programming, HTML, and general computer science principles.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views
std 7 comp annual-1
This document outlines the structure and content of the annual examination for Class VII in Computer Science at Central Public School, Adityapur, for the academic year 2024-25. It includes sections for fill-in-the-blanks, true/false statements, short answers, programming tasks, and both short and long questions covering various computer science concepts. The exam is designed to assess students' understanding of programming, HTML, and general computer science principles.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
CENTRAL PUBLIC SCHOOL, ADITYAPUR
Affiliated to C.B.S.E. (Senior Secondary Education)
ANNUAL EXAMINATION: 2024-25
Class: VII F.M. 80 marks
Subject: Computer Time: 2 Hrs. General Instructions: 1. All questions are compulsory. 2. Read the questions carefully. 3. Avoid cutting and overwriting. 4. Bad writing is liable for marks deduction.
I. Fill in the blanks. 8 X 1= 8 marks
1. ________ operators evaluate True and False. 2. The _________ control structure is used when either of the two different actions is to be performed depending upon the result of the conditional expression. 3. A __________ list indents each item in the list and adds a bullet against each items. 4. The cell address in a formula is also called _________. 5. ________ are input to functions which accept values as number or text. 6. The order in which the operators are evaluated is called the ___________ of operators. 7. In Python, the flow of execution is altered by the use of the____________ statements. 8. Images can be added to the HTML document with the help of the_________ tag
II. State T for (true) and F for (false). 7 X 1 = 7 marks
1. A range can be used in a formula. 2. The <tr> tag must always be present inside the row tag <td>. 3. Iterative statements execute a set of statements repeatedly till the condition is true. 4. Exponential operator is used to calculate the power of numbers. 5. The list- style- type property specifies the type of list- item marker that will be used as a bullet. 6. The Alt attribute lets you specify the text as an alternate to the image. 7. An unordered list automatically starts with the number 0.
III. Answer in one word or one sentence. 5 x 2 = 10 marks
1. In which construct are the statements in a program executed in a sequential manner followed by one after the other with no possibility of branching off to another action? 2. Which block of statements will be executed if the conditional expression evaluates to false in the “if …. Else” construct. 3. Which tag help in describing each term or name in description list. 4. Which property help in specifying the placement of a table caption. 5. Which function finds the largest number in a Range.
IV. Write the program for the following. 5 X 3 = 15 marks
1. Write a program to display the name of the day according to the number given by the user. Or Write a program to create a table in HTML. 2. Write a program to find the area and circumference of a circle whose radius is given by the user. 3. Write a program to print the string entered by the user five times.
V. Short questions. 5 X 3 = 15 marks
1. What is the use of the ‘*’operators in a string manipulation? 2. What are control structures? Also list the different types of control structures. 3. What is the use of the Definition List? 4. What is cell Reference? Mention its types. 5. What are the rules to enter a function?
VI. Long questions. 5 X 5 = 25 marks.
1. What do you understand by the term Concatenation? Explain with the help of an example. 2. Distinguish between logical and relational operators. 3. What is the difference between ‘/’ and ‘//’ operator? 4. Define the different types of lists supported by HTML. 5. How images are added in an HTML document? Name any two attributes of the <img> tag.