Class6_Comp_RevWrksht_Term-2_2024-25
Class6_Comp_RevWrksht_Term-2_2024-25
(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) @
(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.
(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>
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.
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.
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.
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?
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