Page 419 - Web_Application_v2.0_C12_Fb
P. 419
iv. Which of the following statements is not true for splitting a video. [CBSE HANDBOOK] 1
(a) We can split a video into two parts each time.
(b) We can split a video several times.
(c) After splitting a video, we can add a transition between the two parts.
(d) Splitting can only be done from the beginning and end of a video.
v. State True or False
Magic Read is Canva’s built-in AI assistant that helps users create written content. 1
vi. Which section of the Canva Editor contains the ‘File’, ‘Save’, ‘Share’, and ‘Design Name’ options?” 1
(a) Header (b) Footer
(c) Object Panel (d) Floating Toolbar
vii. In Adobe Express we can generate extraordinary text effects and images instantly from just a description
with ................................ . [CBSE HANDBOOK] 1
(a) Adobe Firefly generative AI (b) Adobe Spark generative AI
(c) Creative Cloud Express AI (d) Adobe AI Express
Q 4. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. In JavaScript, what is an operator? 1
(a) A function that executes a block of code
(b) A symbol that performs operations on operands and returns a result
(c) A variable that stores mathematical values
(d) A statement that declares new variables
ii. Which event occurs when a webpage has finished loading the page? [CBSE HANDBOOK] 1
(a) onload (b) onready
(c) onloaded (d) unload
iii. JavaScript can be used for ................................ and creation of desktop applications. 1
(a) image development (b) colour enhancement
(c) game development (d) database management
iv. Consider the file “Myprog.js” has to be included in an HTML document. Suggest the appropriate place/set of tags in
which the following code should be placed. 1
<script type=”text/javascript” src=”Myprog.js”></script>
v. Write a statement in JavaScript to find the length of a string “India”. 1
vi. Write an expression in JavaScript to calculate the square of a value stored in a variable num. 1
Q 5. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Select the option showing correct output after running the following code in JavaScript: 1
var a=[10,20,30]; a[2]=20;
document.write (a);
(a) [10,20,20,30] (b) [10,20,30,20]
(c) [10,20,30] (d) [10,20,20]
ii. Predict the number of times the following loop will run: 1
i= 10
while (i<= 10)
{document.write (“hello”);}
iii. What does document.write(2 + 3 * 4 / 2); output? 1
(a) 10 (b) 8
(c) 12 (d) 7
CBSE Sample Question Paper 417

