Quiz Questions

Trinity ITI- 04-Mar-2026 09:55 AM (ITISKILL0347NJ)

Question 1 1 Marks
Which program is used to enable the devices to work with OS ?
A
Antivirus
B
Device driver
C
System Software
D
Application Software
Question 2 1 Marks
Which process is used to record data on to an optical disc?
A
Burning
B
Reading
C
Accepting
D
Accessing
Question 3 1 Marks
What is the purpose of Nero StartSmart?
A
Format HDD
B
Burn CD/DVD
C
Format pen drive
D
Format CD/DVD
Question 4 1 Marks
What is the purpose of BIOS shadow?
A
Copying RAM to ROM
B
Copying ROM to RAM
C
Copying HD to RAM
D
Copying RAM to HD
Question 5 1 Marks
What should be done, after fixing a problem or installing a new application or making configuration in a computer?
A
Hibernate
B
Restart
C
Shutdown
D
Sleep
Question 6 1 Marks
What is the output when the data 'FOREIGN key' is set to the text format > in Access?
A
foreign key
B
FOREIGN KEY
C
Foreign Key
D
Foreign key
Question 7 1 Marks
Write the output when the data 'Primary Key' is set to the text < in Access?
A
Primary key
B
primary key
C
PRIMARY KEY
D
Primary Key
Question 8 1 Marks
Which of the following is a valid time format is Access?
A
hh:mm:ss AM/PM
B
hh.mm.ss AM/PM
C
hh-mm-ss AM/PM
D
hh/mm/ss AM/PM
Question 9 1 Marks
What is the reason for not accepting zero in the fields of Access tables?
A
Fields is set with is Null or > 0
B
Fields is set with is Null or < = 0
C
Fields is set with is Null or! [0]
D
Fields is set with is Null or like ???
Question 10 1 Marks
Which validation rule allows only positive numbers for fields in?
A
Is Null or > = 0
B
Is Null or Positive
C
Is Null or < 0
D
Is Null or = ?+?
Question 11 1 Marks
Which command quickly locates the data is Access table?
A
Find
B
Locate
C
Search
D
Edit
Question 12 1 Marks
What is the maximum length of the field name in Access?
A
16 characters
B
32 characters
C
64 characters
D
128 characters
Question 13 1 Marks
Which view is used to arrange table data in different graphical layouts to summarize data?
A
Table view
B
Design view
C
Data sheet view
D
Pivot chart view
Question 14 1 Marks
Which key stroke moves the active cell towards left in Access table?
A
F2
B
F5
C
Tab
D
Shift + Tab
Question 15 1 Marks
Which validation rule accepts only a - z letters for fields in Access?
A
Is null or NOT like ?*[! a - z]*?
B
Is null or NOT like ?*[a - z ]*?
C
Is null or NOT like ?*![a - z]*?
D
Is null or NOT like ?[! a - z]?
Question 16 1 Marks
The <b> tag makes the enclosed text bold, which other html tag is used to make text bold?
A
&lt;dark&gt;
B
&lt;bold&gt;
C
&lt;th&gt;
D
&lt;strong&gt;
Question 17 1 Marks
which is the correct html tag for making a text input field?
A
&lt;text type = "Text"&gt;
B
&lt;input type = "text"&gt;
C
&lt;input type = "textfield"&gt;
D
&lt;input type = "textbox"&gt;
Question 18 1 Marks
Which option will match, while making bulleted list?
A
Square, disc, polygon
B
triangle, disc, circle
C
triangle, square, circle
D
disc, circle, square
Question 19 1 Marks
What is the use of forms in HTML?
A
To display a table
B
To display a list
C
To send the data to server
D
To display email contents
Question 20 1 Marks
Which is the correct H1 tag for right alignment?
A
&lt;h1 align = "right"&gt;.....&lt;/h1&gt;
B
&lt;h1 tag align = "right"&gt;.....&lt;/h1&gt;
C
&lt;h1 align = "r"&gt;.....&lt;/h1&gt;
D
&lt;h1 alignment = "right"&gt;.....&lt;/h1&gt;
Question 21 1 Marks
what is the correct html tag for adding a background color?
A
&lt;body color = "Yellow"&gt;
B
&lt;body bgcolor = "Yellow"&gt;
C
&lt;body background = "Yellow"&gt;
D
&lt;body bg = "Yellow"&gt;
Question 22 1 Marks
What is the another name of web address?
A
URL
B
Html
C
Http
D
Webpage
Question 23 1 Marks
Which property of cells will how many rows a cell should span?
A
Colspan = 5
B
Rowspan = 5
C
Cellspan = 5
D
Span = 5
Question 24 1 Marks
Which is the correct tag for adding iframe in html?
A
&lt;iframe http://nimi.gov.in&gt; &lt;/iframe&gt;
B
&lt;iframe ="http: // nimi.gov.in"&gt;&lt;/iframe&gt;
C
&lt;iframe src = "http: //nimi.gov.in"&gt;&lt;/iframe&gt;
D
&lt;iframe href = "http: //nimi.gov.in"&gt; &lt;/iframe&gt;
Question 25 1 Marks
What is the output of the following html code?
<html>
<body>
<p>NIMI<sup>CHENNAI</sup></p>
</body>
</html>
A
NIMI <sup>Chennai</sup>
B
NIMI <sub>chennai</sub>
C
NIMI chennai
D
NIMI - CHENNAI
Question 26 1 Marks
what is the full form of HTTP?
A
Hyper text testing protocol
B
Hyper text transfer protocol
C
Hyper test transfer protocol
D
Hyper text transfer program
Question 27 1 Marks
Which html tag is used to add a row in a table?
A
&lt;tr&gt; and &lt;/tr&gt;
B
&lt;cr&gt; and &lt;/cr&gt;
C
&lt;th&gt; and &lt;/th&gt;
D
&lt;td&gt; and &lt;/td&gt;
Question 28 1 Marks
What will be the output of the following HTML code?
<html>
<body>
<p><strong>NIMI</strong></p>
<p>CHENNAI</p>
</body>
</html>
A
<strong>NIMI</strong> CHENNAI
B
<strong>NIMI</strong> <br> CHENNAI
C
CHENNAI <br> NIMI
D
CHENNAI NIMI
Question 29 1 Marks
How will the following html code appear in the browser?
<html>
<body>
<h1> my first heading</h1>
<p>my first paragraph</p>
</body>
</html>
A
My first heading My first paragraph
B
My first heading My first paragraph
C
My first heading My first paragraph
D
My first heading My first paragraph
Question 30 1 Marks
Which is used to publish the webpage to a web hosting server?
A
Http
B
PHP
C
Kompozer
D
Blogger
Question 31 1 Marks
Which option is used to create a presentation automatically in Power Point?
A
Template
B
Blank Presentation
C
Auto content wizard
D
Standard test bar
Question 32 1 Marks
Which button is used to add instant animation to the presentation and helps interactive presentation?
A
Add button
B
Start button
C
Insert button
D
Action button
Question 33 1 Marks
Which shortcut key is used to invoke thesaurus dialog box in Power Point?
A
Shift+F7
B
Ctrl+F7
C
Alt+F7
D
Ctrl+Alt+F7
Question 34 1 Marks
Which contains miniature representation of slides?
A
Slides
B
Handout
C
Template
D
Slide master
Question 35 1 Marks
Which template makes specify common design elements in all slides in the presentation?
A
Fax template
B
User template
C
Data template
D
Master template
Question 36 1 Marks
How many pins are there in SIMMs?
A
32 - 72
B
42 - 82
C
52 - 92
D
62 -102
Question 37 1 Marks
How many pins are there in DIMM?
A
138
B
148
C
158
D
168
Question 38 1 Marks
What type of device is computer?
A
Electrical device
B
Electronic device
C
Electro magnetic
D
Electro mechanical
Question 39 1 Marks
Which is the first general purpose programmable electronic computer?
A
ENIAC
B
EDVAC
C
EDSAC
D
UNIVAC
Question 40 1 Marks
Who is considered as father of computer?
A
Charles Babbage
B
John Lickert
C
John Mauchy
D
M.V Wilkes
Question 41 1 Marks
Which key is used to make multiple line in a single cell?
A
Alt + Enter
B
Tab + Enter
C
Ctrl + Enter
D
Shift + Enter
Question 42 1 Marks
Which one of the following will starts with ?=? sign in Excel 2010?
A
Data
B
Text
C
Numbers
D
Formulas
Question 43 1 Marks
Which key is used to move the insertion point to the beginning of the current sheet?
A
Pageup
B
Home
C
Ctrl + pageup
D
Ctrl + Home
Question 44 1 Marks
How does the single element in a worksheet known as in Excel?
A
Cell
B
Column
C
Range
D
Row
Question 45 1 Marks
Which option is used to change the direction where the cursor moves when you press the enter key in Excel?
A
Excel options AdvanceEnable auto complete for cell values
B
Excel optionsAdvance?Extend data range formats
C
Excel optionsAdvance choose direction by clicking down arrow next to check box
D
Excel optionsAdvance?Enable fill handle and cell drag and drop
Question 46 1 Marks
Which function key is used to open save as dialogue box in MS Excel?
A
F2
B
F5
C
F7
D
F12
Question 47 1 Marks
What is the maximum limit of rows in MS Excel 2010?
A
1084567
B
1048567
C
1048576
D
1084576
Question 48 1 Marks
What do you mean by A3,B13:B20,C7 reference in Excel?
A
Range
B
Union
C
Formula
D
General
Question 49 1 Marks
What type of software is MS Office?
A
Application Software
B
Operating System
C
Programming Language
D
System Software
Question 50 1 Marks
Which function in Excel is used to find the biggest value in a range?
A
Ceiling
B
DMAX
C
LEN
D
MAX