IT 130 Questions Answers (EM) by Jasir Sir PDF
IT 130 Questions Answers (EM) by Jasir Sir PDF
IT 130 Questions Answers (EM) by Jasir Sir PDF
PTMHSS KODIYATHUR
INFORMATION TECHNOLOGY
1. Choose the format of a Picture file from the following.
A. dv B. mpeg C. png D. flv
2. What happens to the clarity of an svg picture when it is opened with a larger canvas in GIMP?
A. The clarity of the picture will be lost B. Does not lose the clarity
C. The clarity increases D. Clarity will increase without any limit
3. Which one of the following is a Free Vector Image Editing Software?
A. Gimp B. Karbon C. Corel Draw D. Inkscape
4. LibreOffice writer recognises headings and sub headings of a document based on certain
features. Name the feature identified by a computer to include them in the Table of Contents
A. The colour of the headings and sub headings. B. The size of the headings headings
C. The style of the headings and sub headings D. The indent of the headings and subheadings
5. A table with the details of the winners of School Kalolsavam is available in a Database. Which
one of the following techniques in Word processor will help you to prepare certificates using
this table?
A. Mail merge B. Mail attach C. Database Query D. Export pdf
6. Which of the following messages will appear when the mouse pointer moves on the content of
the Index Table of a document?
A. Shift-Click to follow link B. Ctrl - Click to follow link
C. Alt - Click to follow link D. Esc - Click to follow link
7. Which of the following techniques can be used for avoiding the repetitive use of html tags and
attributes in designing a web page?
A. Cascading Style Sheets B. Web Content Management System
C. HTML Editors D. Text Editors
8. While designing a web page using Cascading Styles the attributes of the tag are given within a
specific sign after the name of the tags. Choose the sign from below
A. [ ] B. < > C.{} D. ( )
9. Which of the following is the very first instruction of a Python Graphics program?
A for i in range (4): B begin_fill()
C from turtle import* D right()
10. What does the statement right(90) in a Python Graphics program indicate?
A To make the turtle turn 900 right. B To draw a line with 90 unit length.
C To draw a circle with 90 unit radius. D To mark a point at a distance of 90 unit.
11. UTP cables are used to connect computers. Identify the number of wires present in a cable.
A4 B 12 C8 D2
12. Which of the following devices is connected to modem with the connector RJ 11?
A Modem B Switch C Computer D Telephone
13. Name the process of connecting computers to exchange data.
A. Computer Networking B. Blog
C. File System D. Operating System
PREPARED BY:JASIR.PTMHSS KODIYATHUR
14. Ritha wants to find out the duration of Night time in a locality in various months. Which of the
following software will help her?
A Inkscape B Qgis C Sunclock D GeoGebra
15. Identify the additional software required for the creation of geometrical figures using Python
Programming Language.
A turtle B import C python shell D IDLE
16. Which website helps us to share our videos?
A) Vimeo B) Wiktionary C) Wordpress D) Google
17. Identify the true statement about the Service Websites in Internet?
A www.hscap.kerala.gov.in is an online website for higher secondary admission.
B www.google.com is a social media. C www.olam.com a search engine in Internet.
D www.wiktionary.org is the email address of Malayalam wikipedia.
18. There is a list of functions that can be done through Internet. Select the most correct statement
from among them. A Internet is used to send emails. B Internet is used to share digital
information with others.
C Internet is used to make video chat with people in distant places. D All the above can be
done using Internet.
19. How many tables can be included in a database?
A. Only one. B. Two or more. C. A maximum of three. D. Many
20. Which one of the following is not available in LibreOffice Base?
A. Tables B. Queries C. Forms D. Tweening
21. Which of the following is used to give different layouts to Form in LibreOffice Base?
A. Use Wizard to Create Form B. Fields in the Form
C. Arrange Controls D. Apply Styles
22. Which the following software is used to create animation ?
A LibreOffice Writer B LibreOffice Calc C Synfig Studio D Quantum GIS
23. Identify the free animation software from the following.
A Adobe Flash B Pencil C Anim Studio D ToonBoom
24. Identify the given tool in the software Synfig Studio .
A Transform Tool B SmoothMove Tool C Fill Tool D Gradient Tool
25. Identify the name of the machine that Charles Babbage tried to design and is known as the First
Computer.
A Analytical Engine B Unix C ENIAC D BSD
26. Identify the First working Computer which was built with all the concepts of modern computer.
A ENIAC B Unix C BSD D Analytical Engine
27. Who is the first developer of the Operating System Unix?
A Bell Laboratories in the United States of America. B California University in America.
C The Computer Workshop of Apple Corporation. D The Computer Workshop of GNU Project.
28. Who agreed to prepare the programme for Analytical Engine, the machine known as the First
Computer ?
a. Ada Byron b. Charles Babbage c. Richard Stallman d. Dennis Ritchie
PREPARED BY:JASIR.PTMHSS KODIYATHUR
29. Name the manner in which each operating system formats the hard disk to suit its purpose.
a. File System b. Partitions c. Drivers d. Swap System
30. Which one is the Data Base Management System given below ?
a. LibreOffice Writer b. Synfig Studio c. GIMP d. Oracle
31. Which is the following is correct about Form Database ?
a. A technique to add data to database. b. A technique to get data from database.
c. A technique to pring data from database. d. A technique to avoid data from database.
32. Name the technique used in Inkscape to combine more than one image as single unit.
a. Clip b. Mask c. Transfor d. Group
33. Which facility from the following will help to change the depth of the colour given to a picture
drawn in Inkscape software ?
a. Group b. Opacity c. Difference d. Duplicate
34. Which tool can be used to run the animation prepared in Synfig Studio ?
a. b. c. d.
35. Yami drew a square using Rectangle Tool in Synfig Studio to make an animation. Which is the
tool suitable the square ?
a. Transform Tool b. SmoothMove Tool c. Fill Tool d. Circle Tool
36. Name the technique that helps to include the addresses from a Spread Sheet file addresses.ods
to a letter file lettter.odt prepared in Word Processor.
a. Export b. Mail Merge c. Wrap d. Import
37. The different opinion of Arun and Vimal about the advantages of including an Index Table in a
document in LibreOffice Writter is given below. Whcich one of them will be true ?
Arun : It helps to access the different parts of a document very easily
Vimal : It helps to get a general awareness of the content of the document.
a. The Opinion of Arun is right but that of Vimal is wrong.
b. The Opinion of Arun is wrong but that of Vimal is right.
c. Both of them are right. d. Both of them are wrong.
38. Write the expanded form of WCMS that helps to create Web sites.
a. Web Content Management System b. Web Control Machine System
c. Wiki Content Management System. d. Wiki Control Machine System
39. Which of the following is the attribute used to define the background colour when a web page is
created including Cascading Style ?
a. background b. bg-color c. bgcolor d. back-color
40. Which of the following windows displays the output of a Python Graphics Program ?
a. Python Shell b. IDLE Window c. Python Graphics window d. Web Brouser
41. How many circles should be there in the output of the given Python Graphics programme
a. 0 b. 101 c. 10 d. 3
42. Identify the connector used to network computers.
PREPARED BY:JASIR.PTMHSS KODIYATHUR
43. Identify the form of data send to Modem from Telephone Network.
a. Digital b. Analogue c. Decimal d. Hexadecimal
44. Which is the easiest method to give the same form to all headings in a book or in a large
document ?
a. Character Formatting b. Paragraph Formatting
c. Styles and Formatting d. Page Formatting
45. Choose the tool to include the Table of Contents in a Word Processor document.
a. Header b. Footer c. Table d. Indexes and Tables
46. Which one of the following is a Free Vector Image Editing Software ?
a. Gimp b. Karbon c. Corel Draw d. Inkscape
47. Which will be the correct format of an image file obtained when the picture of a flower created
in Inkscape is exported ?
a. flowe.png b. flower.jpg c. flower.svg d. flower.jif
48. Select a suitable instruction used to give background colour to a web page using Cascading Style
from the given options
a. body {background:#C8DDD2;} b. body ((background:#C8DDD2;))
c. body [background:#C8DDD2;] d. body <<background:#C8DDD2;>>
49. Identify the tool in the Clock / Map window of the software Sun clock to display or hide
longitudinal lines.
a. Toggle Meridian (M) b. Solar time mode (S) c. Toggle Night (N) d. Toggle Sun/Moon(Y)
50. Which of the following geographical features can be marked using the layer Polygon in the
Quantum Gis Map.
a. House b. Stream c. Lagoon d. Well
51. Which of the following instructions is to be used in a Python Graphics program to give different
colours to geometrical figures ?
a. pen-color() b. pencolour() c. colour() d. color()
52. Observe the given Python Graphics program. Which of the following values is to be given in the
instruction right(_) to get Regular Pentagon.
a. 60 b. 72 c. 90 d. 120
53. Name the technique in Word processor to define the words of the document as Headings
a. Style and Formatting b. Paragraph Formatting
c. Clone Formatting Tool d. Page Formatting
54. Which is the method used to move from Table Contents to the related pages of a Word
Processor document
a. Press the Ctrl key and click on the heading b. Press the Alt key and click on the heading
c. Press the Shift key and click on the heading d. Press the Enter key
55. Which of the following technique can be used for avoiding the repetitive use of html tags and
attributes in Web Page ?
a. Inkscape b. GeoGebra c. GIMP d. CSS
PREPARED BY:JASIR.PTMHSS KODIYATHUR
a. b. c. d.
61. When we apply Heading 1 from the Apply style box in Word processor, which one of the
following things will be identified by the software ?
a. Identifies the selected words as header of each page. b. Selects the headings.
c. Identifies the selected words as headings. d. Identifies the selected words as paragraphs.
62. Name the connector used to connect UTP cables to computer.
a. Serial Connector b. RJ 45 c. RJ 11 d. Parallel Connector
63. Which of the following is the name of Norms that are to be obeyed in naming of computers
included in a Network ?
a. IP Address b. Netmask c. Network Protocol d. Sharing
64. What does the instruction right(90) in a Python Graphic program indicates ?
a. To make the turtle turn 90o right. b. To draw a line with 90 unit length.
c. To draw a circle with 90 unit radius. d. To mark a point at a distance of 90 unit.
65. Which is the correct statement related with Database Management System ?
a. The number of tables to be included is limited. b. The data in a table can remove easily.
c. Images cannot be included as data. d. Correct data only can be included.
66. Admission number, Name of student, Age, Address and Class are included as fields in a
database of students in a school. Which is the most suitable field to define as Primary Key
a. Name of student b. Admission Number c. Class d. Age
67. Anu has set a Progress Value in the Clock & Map window of the software Sunclock as 1 hour
and pressed the button A. Identify the change of time that happened in the Sunclock window .
a. Time moves 1 hour back. b. Time moves 1 hour forward.
c. Time moves 1 minute back. d. Time moves 1 minute forward.
68. Identify the step to buffer a layer in QGIS Map.
a. Vector > Geoprocessing Tools > Intersect.
b. Vector > Geomatry Tools > Buffer(s)
PREPARED BY:JASIR.PTMHSS KODIYATHUR
A. body{background:#abcdef;} B. body{back-color=#abcdef;}
C. body{bgcolor:#abcdef} D, h2{color:#42413C;} E. h2{colour=#42413C}
91. Choose the right statements related to Cascading Styles used for designing Web Pages
A. The manner of defining the margins , fonts, colours etc to make the content of the Web Page
attractive is called Style. B. The contents of the tables of a Web Page is known as Style.
C. The paragraphs of a Web Page is known as Style. D. The function of the style sheet is
to define how a document prepared in Word Processor is to be printed.
E. The function of the style sheet is to define how the contents of a page prepared in Mark-up
language should be displayed
92. Identify two Integrated Development Environments (IDEs) which help to type and run Python
programs.
A. Java B. CPP C. Turtle D. Geany E. IDLE
93. Which of the following Python instructions can be used to create a line segment with 100 unit
length?
A. right(100) B. line(100) C. forward(100) D. rt(100) E. fd(100)
94. Which of the following coloured wires are absent in a UTP cable used to connect computers in a
Network?
A. Orange B. Blue C. Green D. Black E. Yellow
95. Which of the following web sites help us to share our own videos in Internet?
A. wiktionary.org B. wikimapia.org C. youtube.com D. vimeo.com E. yahoo.com
96. Identify two panels that are displayed when we open a database file in LibreOffice Base.
A. Desktop panel B. Worksheet panel C. Top panel D. Task panel E. Database panel
97. Which are the Field Types used to add numerical data in LibreOffice Base?
A. Date [DATE] B. Number[NUMERIC] C. Text[VARCHAR]
D. Text [VARCHAR_IGNORECASE] E. Decimal[DECIMAL]
98. Identify two tools found in the tool box of the software Synfig Studio.
A Fill Tool B Edit paths by nodes C Draw Bezier curves and straight lines
D Transform Tool E Draw calligraphic or strokes
99. What is the use of Transform Tool in Synfig Studio.
A To make an object in square shape. B To make an object in circle shape.
C To select an object and to control its handles. D To blend two or more colors.
E To adjust the size of objects.
100. Identify two File Systems which are suitable for the Operating System GNU/Linux.
A Ext3 B Ext4 C FAT32 D HPFS E NTFS
101. Identify two Free (Open Source) text processing softwares from the following.
A Abiword B gimb C Audacity D Open Office Writer E Sinfig Studio
102. Name the operating system made by Apple Corporation
A Unix B MacOSX C GNU/Linux D windows
103. Identify two File Systems which are suitable for the Operating System Windows.
A Ext3 B Ext4 C FAT32 D HPFS E NTFS
104. Name the kernel used in Microsoft Windows
A Linux B BSD C Windows NT D XNU
PREPARED BY:JASIR.PTMHSS KODIYATHUR
124. What layer type will you select from Quantum GIS if you want to create a layer containing
the information about roads?
A Point B Circle C Polygon D Line
125. In which year was Quantum GIS founded?
A 2007 B 2008 C 2009 D 2010
126. The aim of Quantum GIS application is ……………………………….
A edit images B make maps C create animations D design websites
127. Which among the following is different from others?
A QGIS B ArcGIS C GRASS D ILWIS
128. The technology that gives an IP address automatically is known as
A DHCP B Firewall C DNS D TCP
129. The computer network in your school is an example of ……………………..
A WiFi B LiFi C WAN D LAN
130. The computer network in railways and banks are examples of ………………
A WiFi B LiFi C WAN D LAN