0% found this document useful (0 votes)
16 views2 pages

Class 7 Computer

This document is a half-yearly examination paper for 7th-grade Computer Science at B.P.R. Educational Academy, covering various topics such as programming concepts, tools in Adobe Flash, and Qbasic. The exam consists of multiple-choice questions, true/false statements, fill-in-the-blanks, and short answer questions, totaling 25 marks. Students are instructed to attempt all questions and maintain neat handwriting.

Uploaded by

nehalahmadskp786
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Class 7 Computer

This document is a half-yearly examination paper for 7th-grade Computer Science at B.P.R. Educational Academy, covering various topics such as programming concepts, tools in Adobe Flash, and Qbasic. The exam consists of multiple-choice questions, true/false statements, fill-in-the-blanks, and short answer questions, totaling 25 marks. Students are instructed to attempt all questions and maintain neat handwriting.

Uploaded by

nehalahmadskp786
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

B.P.R.

EDUCATIONAL ACADEMY
Chetan Kishore, Sikandarpur, Ballia, (U.P.) 277303

Half-Yearly Examination 2025-2026


Time: 2 hrs [Subject: Computer Class: 7th] M.M: 25

General Instructions:
a. All questions are compulsory to attempt.
b. Give your answer in neat and clean handwriting and avoid overwriting.
c. The question paper divided into two “Sections”: Section ‘A’ and Section ‘B’.

Section ‘A’

Que.1: Multiple choice questions: 5 marks

a. What do the statement inside a DO…LOOP form?


(i) Compound statement
(ii) Loop body
(iii) Multiple statements
b. It is the white area in the centre of the screen:
(i) Work area
(ii) Stage
(iii) Image area
c. Which tool is used to create rectangles squares?
(i) Rectangle tool
(ii) Lasso tool
(iii) Pen tool
d. The default frame rate is:
(i) 10 fps
(ii) 12 fps
(iii) 5 fps
e. The shortcut key to convert to symbol is:
(i) F5
(ii) F6
(iii) F8

Que.2: Write true or false for the following statement: 5 marks

a. A symbol is stored in the library in Flash.


b. Play head is a component of the Timeline in Flash.
c. Text tool is used to type text on the stage.
d. GOTO statement transfer the program control from one statement to another.
e. The conditional statements decide whether the particular task will be performed or not.
Que.3: Fill in the blanks: 5 marks

a. Two conditional statements in Qbasic are If and _________.


b. _________ tool is used to draw path like straight line or curves.
c. To draw a perfect square, hold down the _________ key.
d. An _________ is an occurrence of a symbol.
e. Motion tween works on _________.

Section ‘B’

Que.4: Answer the following questions: 5 marks

a. What do you mean by symbol?


b. What do you understand by timeline?
c. What is Adobe Flash? What is it used for?
d. Differentiate between Line Tool and Pencil Tool.
e. Describe the use of conditional statement.

Que.5: Write the full form of the followings: 5 marks

a. GUI
b. IDE
c. VB
d. EDP
e. VBPL

Common questions

Powered by AI

The full forms represented by the abbreviations are: GUI - Graphical User Interface, IDE - Integrated Development Environment, VB - Visual Basic, EDP - Electronic Data Processing, and VBPL - Visual Basic Programming Language . These terms pertain to computer science education as foundational concepts and tools that are essential for understanding software development and system operations.

The Line Tool in Flash is used for drawing straight lines with precision, suitable for geometric designs and structures. The Pencil Tool, by contrast, is used for freehand drawing, offering more creativity and flexibility for sketching irregular shapes and details . These differences allow users to choose the appropriate tool based on their specific artistic needs.

Motion Tween in Flash works on the principle of generating intermediate frames between two keyframes to create the illusion of movement . This function is effective for animators as it allows for smooth transitions, can be easily adjusted with the timeline for adjusting movement speed and complexity, and significantly reduces the manual labor involved in creating frame-by-frame animations.

A compound statement inside a DO...LOOP structure benefits a programmer by allowing multiple instructions to be executed as a block within each iteration of the loop . This enhances the ability to perform complex calculations or operations repeatedly without manually duplicating code, maintaining code organization and readability.

The timeline in Adobe Flash is a key component that allows users to organize and control the animation sequence by arranging visual elements in layers and frames over time . It facilitates animation creation by letting users define keyframes which mark start and end points for transitions, automate motion with tweening, and synchronize animation with audio.

Holding down the Shift key while using tools like the Rectangle Tool in Flash assists in drawing perfect geometric shapes like squares . This functionality implies enhanced user efficiency by enabling precise control over dimensions without needing manual adjustments, thus speeding up the design process and ensuring uniformity.

Symbols are stored in the library in Adobe Flash to enable reuse and efficient management of graphic assets . This enhances a user's workflow by allowing them to modify a master symbol which then propagates changes to all instances, reducing redundancy and maintaining consistency across the animation project.

Adobe Flash offered benefits in creating interactive educational content through rich animations and interactivity, which could engage and enhance student learning . However, its limitations included security vulnerabilities, heavy resource consumption, and compatibility issues with modern web standards, ultimately leading educators to transition to more sustainable platforms.

Adobe Flash has evolved into a powerful multimedia content creation tool, once ubiquitous for web animations, interactive elements, and rich internet applications . Its impact was significant in enabling high levels of interactivity and visual appeal in web content, though it eventually faced declining use due to the rise of open standards like HTML5. Flash's legacy persists in how it shaped digital media design and led to innovation in animation techniques.

Conditional statements in QBasic, such as IF and GOTO, empower programming by enabling logical decision-making processes that dictate whether specific code blocks should execute based on conditions . These statements facilitate branch-based programming, allowing for dynamic software behavior that can react to user input or internal data changes.

You might also like