0% found this document useful (0 votes)
15 views3 pages

Computer Unit Test for 7th Grade

This document is a Unit Test for 7th-grade Computer Science at Yashogatha Public School, covering topics such as GIMP and CSS. It includes multiple-choice questions, image identification, naming tasks, and descriptive questions about the tools and functions of GIMP and CSS. The test assesses students' understanding of digital image manipulation and web development concepts.
Copyright
© All Rights Reserved
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% found this document useful (0 votes)
15 views3 pages

Computer Unit Test for 7th Grade

This document is a Unit Test for 7th-grade Computer Science at Yashogatha Public School, covering topics such as GIMP and CSS. It includes multiple-choice questions, image identification, naming tasks, and descriptive questions about the tools and functions of GIMP and CSS. The test assesses students' understanding of digital image manipulation and web development concepts.
Copyright
© All Rights Reserved
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

Yashogatha Public School , Gadegaon Telhara

Unit Test:- 2 (2024-25)


Std: 7th Div: ________ Subject: Computer
Name: _____________________________ Roll No: ______
Teacher’s Signature: Date:____/____/20____
Marks:-
Q.1. Select the correct option
4M

a) What is the use of the Perspective tool?

i. to change the viewing angle of an image

ii. to crop an image from different sides

iii. to select areas of similar colours

iv. to give the image a glowing effect

b) What is the full form of CSS?

i. Colour Style Sheet ii. Creative Style Sheets

iii. Cascading Style Sheet iv. Cascading Style


Script

c) which of the following is the smallest unit of information in a digital


image?

[Link] [Link] [Link] [Link]

d) What is ‘green’ called in the given CSS statement?

h1{color:green; text-align:center; }

i. property ii. value iii. declaration iv. selector

Q.2 Observe the given image. 2M

Identify the tools in GIMP that are used to convert the given image

into the images shown in a,b,and c.

__________________ __________________
Q. 3 Name the following( Any 3)
3M

a) Two CSS text properties. =


____________________________________________
b) Lighten the colour of an image. =
_______________________________________

c) Two types of selector. =


_______________________________________________

d) Fill an area with a mix of two colors. =


_______________________________________

Q.4 Identify and describe the labelled components of the GIMP


window shown below.
3M

Ans:-

Q.5 Write the CSS code used to display the image ‘[Link]’ in
the background of a web page as shown in the given image.
2M
Ans:-

Q. 6 Answer the following question. ( Any 3)


6M

a) What is GIMP? List any three uses of GIMP.

b) What is the primary purpose of CSS in web development? How


does it facilitate the styling of HTML pages?

c) Differentiate between the following tools of GIMP.

i. The Blur and Sharpen tool

ii. The Burn tool and Dodge tool

d)What is the purpose of using semantic tags in HTML?

e) Describe the Airbrush tool in GIMP.

Common questions

Powered by AI

Semantic tagging in HTML improves the structuring of documents by using meaningful tags that describe the purpose of the element content, rather than how it looks. These tags, such as <article>, <footer>, and <header>, help browsers to render pages more accurately and assist search engines in understanding the content better, which can improve search rankings. They also enhance accessibility for assistive technologies, ensuring that users with disabilities can navigate content more effectively. Semantic tags contribute to well-organized, maintainable, and forward-compatible code, making them crucial in web development .

Selectors in CSS define patterns used to select the elements one wants to style. They play a fundamental role in targeting HTML elements for applying styles. Common types of selectors include class selectors (e.g., '.classname'), which apply styles to elements sharing the same class; ID selectors (e.g., '#idname'), which target an element with a specific ID; and tag or type selectors (e.g., 'div'), which apply styles to all instances of a given element. Selectors can be combined or used in specificity hierarchies to define detailed style rules, providing precise control over the visual presentation of web pages .

Two CSS text properties are 'text-align' and 'text-decoration'. The 'text-align' property is used to set the horizontal alignment of text within an element, enabling text to be left-, right-aligned, or centered. This alignment is crucial for creating visually balanced page layouts. The 'text-decoration' property is used to add decorative effects to text, such as underlining, overlining, or strikethroughs, helping to emphasize or differentiate text elements on a web page .

The Perspective tool is used to change the viewing angle of an image, allowing the user to adjust the perspective as if they are viewing the image from a different angle or point of view. This is especially useful for creating images that mimic real-world perspectives or for aligning elements within a design to appear more natural or cohesive .

The Blur tool in GIMP is used to soften the edges of images, reduce noise, and create smooth transitions between different elements. It causes the image to appear less detailed by averaging the colors of adjacent pixels. On the other hand, the Sharpen tool increases the contrast between adjacent pixels to enhance the clarity and definition of edges, making the image appear crisper. Each tool affects the image’s visual quality distinctly: blurring is often used for stylistic or concealment purposes, while sharpening is used to emphasize and bring focus to specific areas .

CSS, or Cascading Style Sheets, is primarily used to control the visual appearance and layout of HTML pages. It allows developers to separate content from design, providing flexibility and control over the presentation. CSS enhances HTML page styling by facilitating the application of consistent styles across multiple pages, enabling theme customization, responsive design, and the ability to define layouts, colors, fonts, and more, which collectively lead to a more organized and visually appealing web experience .

Pixels are the smallest unit of information in a digital image. Each pixel represents a single point of color in the image, and together, they form the complete picture. The resolution of an image, often expressed in pixels per inch (PPI), indicates the pixel density, or the number of pixels within a given area. Higher resolution means more pixels per inch, leading to greater detail and clarity in the image. Therefore, pixels are fundamental to defining the image quality and its ability to display fine details .

To display an image as a webpage background using CSS, the 'background-image' property is utilized with a URL specifying the image file. For example, to display 'flower.jpg' as the background, the CSS code might look like: 'body { background-image: url('flower.jpg'); }'. This technique is significant because it allows designers to enhance the aesthetics and branding of a website, meeting both visual appeal and design needs without interfering with the content layout .

The Airbrush tool in GIMP simulates traditional airbrushing techniques with digital flexibility. Unlike traditional methods that use pressured air to apply paint or ink, the digital Airbrush tool applies color to images using a mouse or stylus, allowing for precise control over pressure and flow. This tool is highly valued for creating soft, gradual transitions and blending colors smoothly. It is widely used in digital art for effects comparable to realistic painting and also in photo retouching for adding skin tones or smoothing imperfections .

The Burn tool in GIMP darkens areas of an image by increasing the exposure to selectively darken different regions, simulating the photographic technique of burning. In contrast, the Dodge tool lightens image areas by decreasing the exposure, akin to dodging in photography. These tools are unique for their ability to adjust image brightness locally, enabling artists to create dynamic lighting effects and enhance photographic elements such as shadows and highlights, thereby bringing depth and focus to an image .

You might also like