Reviewing solved IT Question Paper Class 10 Kerala Syllabus Set 4 English Medium helps in understanding answer patterns.
Kerala SSLC IT Model Question Paper Set 4
Multiple Choice Questions
(Choose the correct answer from the options given ½ score each)
Question 1.
Name the utility used in inkscape to give a 3D effect to 2D images?
a) Radial Gradient
b) Blur
c) Opacity
d) Difference
Answer:
a) Radial Gradient
Question 2.
What should you do if the text inside the frame does not fit because of large font size?
a) Reduce the zoom level
b) Resize the text frame by dragging its nodes
c) Change the canvas size
d) Restart Scribus
Answer:
b) Resize the text frame by dragging its nodes
Question 3.
What is the purpose of a variable in a computer program?
a) To perform calculations
b) To store data temporarily
c) To print output
d) To define a function
Answer:
b) To store data temporarily
Question 4.
What are avatars in the context of cyber space?
a) Personal assistants for websites
b) Characters in cartoons
c) Digital representations of users in virtual environments
d) Robotic machines
Answer:
c) Digital representations of users in virtual environments
![]()
Question 5.
Which CSS property adds space inside an element’s border?
a) margin
b) padding
c) border-spacing
d) spacing
Answer:
b) padding
Question 6.
What happens when a PWM signal is changed?
a) Brightness reduces
b) Servo speed changes
c) Servo angle changes
d) Robot shuts down
Answer:
c) Servo angle changes
Question 7.
Which command is used to find intersection of two lines in GeoGebra?
a) Meet[]
b) Intersect[]
c) Join[]
d) Combine[]
Answer:
b) Intersect[]
Question 8.
What is the purpose of the Render option in OpenToonz?
a) To draw objects
b) To export animation as a video file
c) To organize layers
d) To repeat cells
Answer:
b) To export animation as a video file
Question 9.
What does DBMS stand for?
a) Database Making System
b) Database Management System
c) Data Backup Management Software
d) Digital Base Management Source
Answer:
b) Database Management System
Question 10.
Which types of maps can be generated in QGIS?
a) Slope Map
b) Heat Map
c) Flow Map
d) Star Map
e) Eclipse Map
Answer:
a) Slope Map, b) Heat Map
Very short Answer Questions (Choose the correct two answer from the options given 1 score each)
Question 11.
The text is placed over the semicircle. How to re-move the fill and stroke colours in that semicircle?
a) Change the colour on fill tab
b) Don’t remove the colour on stroke paint tab
c) Select no paint in fill tab of the fill and stroke window
d) Select no paint in stroke paint tab of the fill and stroke window
Answer:
c & d
Question 12.
Which of these statements about if…else in Python are correct?
a) It allows the program to choose between two paths
b) The else part runs only when the if condition is false
c) You can only use it for comparing numbers
d) It must always* include an elif
e) It can run with or without the else part
Answer:
a&b
Question 13.
Which colors could apply to the paragraph, based on CSS specificity?
<head>
<style>
p{
color:blue;
}
.highlight{
color:red;
}
#main{
color:green;
}
</style>
</head>
<body>
<p id=,,main” class="highlight”>This is a paragraph.</p>
</body>
a) blue
b) red
c) green
d) violet
e) All of the above
Answer:
b & c
Question 14.
Which of the following are open-source GIS software?
a) QGIS
b) GRASS GIS
c) ArcGIS
d) gvSIG
e) Maplnfo Pro
Answer:
a) & b)
![]()
Question 15.
Which two categories describe Android OS?
a) Free software
b) Open-source
c) Proprietary
d) Testware
e) Trialware
Answer:
a) & b)