0% found this document useful (0 votes)
11 views

Class6_Comp_RevWrksht_Term-2_2024-25

This document is a revision worksheet for Class VI Computer Science at SRI SRI RAVISHANKAR VIDYA MANDIR, Mulund, covering various topics such as Scratch programming, HTML, and digital wallets. It includes multiple-choice questions, true/false statements, and coding exercises. The worksheet also encourages students to think critically about internet usage and e-commerce safety.

Uploaded by

Tele Market
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)
11 views

Class6_Comp_RevWrksht_Term-2_2024-25

This document is a revision worksheet for Class VI Computer Science at SRI SRI RAVISHANKAR VIDYA MANDIR, Mulund, covering various topics such as Scratch programming, HTML, and digital wallets. It includes multiple-choice questions, true/false statements, and coding exercises. The worksheet also encourages students to think critically about internet usage and e-commerce safety.

Uploaded by

Tele Market
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
You are on page 1/ 4

SRI SRI RAVISHANKAR VIDYA MANDIR, MULUND

SECOND TERM (2024-25)


SUBJECT: COMPUTER
REVISION WORKSHEET
CLASS: VI DIV: ____ ROLL NO: ____
NAME: ____________________________ DATE: 17/01/2025

I. Choose the correct option and write the correct answer.

(i) Which operators are used to compare two or more conditions at a time (and, or, not) in a Scratch
program?
(a) Arithmetic (b) Relational (c) Assignment (d) Logical

(ii) Which symbol separates the username and the domain name?
(a) & (b) # (c) % (d) @

(iii) Which block displays the remainder of two numbers?


(a) round (b) mod (c) join (d) If then else

(iv) Which block can return value, either true or false?


(a) Boolean (b) Reporter (c) Stack (d) Cap

(v) Which block can be used to combine two strings "Hello" and "World” to get the output "Hello World"?
(a) letter 1 of world (b) length of world (c) join (d) pick random 1 to 10

(vi) P: A digital wallet is an application on an electronic device that stores payment information and
allows you to securely make purchases without carrying cash.

Q: activity requires an internet connection to function.


R: most popular blog categories include food, lifestyle, parenting, personal finance, business
and travel.
(a) P and Q are true, R is false (c) P is false, Q and R are true
(b) P and R are true, Q is false (d) All statements are true

(vii) Which internet service can be associated with the ?


(a) Podcasting (b) E-ticketing (c) Blogging (d) Chatting

(viii) What is the correct sequence of HTML tags for starting a webpage?
(a) Head, Title, HTML, body (c) HTML, Body, Title, Head

(b) HTML, Head, Body, Title (d) HTML, Head, Title, Body

(ix) Which of the following is the root tag of the HTML document?
(a) <body> (b) <head> (c) <title> (d) <html>
Page 1 of 4
(x) How to add a background color in HTML?
(a) <body bg color: red> (c) <body bg-color=red>

(b) <body bgcolor=red> (d) <body color=red>

II. A. State whether the given statements are true or false. Rewrite the false statements
correctly.
(a) Topmargin is one of the attributes of body tag.
(b) Operator blocks are used to sense the keyboard input while executing the script.
(c) Size attribute changes or sets the typeface of the font used for the text.
(d) E-banking facility is available for only five days in a week.

II. B. Identify the name and explain the use of the following icons found in the Google Drive
application window.

(a) (b) (c) (d) (e)

II. C. Differentiate between: Hat blocks and Cap blocks.


III. A. Complete the table given below:

Terms Examples / Websites

(a) _______ Blocks 1) ____________ 2)


(b) HTML Text Editors 1) ____________ 2) ____________
(c) ____________ 1) www.wordpress.com 2) ____________
(d) ______________________ 1) <h1> 2) ____________

III. B. Identify the errors in the given HTML code snippets for the given output and rewrite the
correct code snippets.

(a) Input: <font style=Monotype Corsiva bgcolor=teal> Email etiquette refers to the set of rules
and principles governing the proper conduct of email communication.<font>
Output:

Email etiquette refers to the set of rules and principles governing the proper conduct
of email communication.

(b) Input:<sub>(p+q)</p>3 = p3 – 3p<sub>2q + 3pq<sub>2 – q<sup>3


Output:
(p+q)3 = p3 - 3p2q + 3pq2 - 2pq

Page 2 of 4
III. C. Draw the output of the Scratch code snippets on the Stage area .

(a)

(b) (c)
IV. Observe the given figures and answer the following questions.

(a) What is the value of the variable number of


characters?
(b) What will the sprite do after the user enters the
value 8 in the variable s evaluated?

(c) In which block drawer do we find the


blocks to wrap various blocks?

1)

2)
(a) What task is being carried out in the given image?
(b) How many files are part of the selection for the activity to be conducted?
(c) In which folder are the selected files located?
(d) Do you think the above files belong to the owner of the Google Drive account? Justify your
answer.

Page 3 of 4
3)
(a) How can we get the dialog box as shown in the above image?
(b) How many unread emails are there in the Inbox folder?
(c) What are the total number of mails in the Drafts folder?
(d) If the user forgets to send the mail to the recipient / he clicks on the Save and Close button on
top of this window, where will be this mail found?

V. A. Think and answer the following.


1) It is an era of Internet and we as a netizen spend most of our time in the cyber world. Saumya,
a class X student, is new to the cyber world. Help her in the following:
(a) Suggest any two netiquettes, which she should follow in order to become a good netizen.
(b) E-commerce is growing exponentially and so is the risk involved in it. Mention any two
common E-commerce frauds in order to make Saumya aware about it.
2) Shridhar is coding for a web page where he needs to beautify his text with different text styles.
Help him out with at least two tag and its attributes to achieve this task.

V. B Write a program using HTML to create a webpage as shown below:


Note:
 Set the background colour and text colour of the body as pink and teal respectively.
 Set the horizontal and vertical margins to 30 and 50 respectively.
 Set the title of the tab to ‘Scratch User Interface’.
The font used should be Cambria Math of size 5 and color silver.

User Interface
A program to change the background and make a sprite speak
The Scratch interface is divided into three main sections: a Stage Area1, Block Palette2, and a
Coding Area3 to place and arrange the blocks into scripts that can be run by pressing the
green flag or clicking on the code itself.

Users may also create their own code blocks, which will appear in the ‘My Blocks’ section.

Page 4 of 4

You might also like