Quiz Questions

ITI Quiz - 09-Feb-2026 09:58 AM (ITISKILL81288B)

Question 1 1 Marks
What is the capacity of typical DVD?
A
40 MB
B
50 MB
C
60 MB
D
4.7 Gb
Question 2 1 Marks
What is BIOS?
A
firmware
B
Hardware
C
Middleware
D
Software
Question 3 1 Marks
Which software interface the major hardware components of the computer with OS?
A
BIOS
B
CMOS
C
DOS
D
POST
Question 4 1 Marks
Which one is used as authentication for pairing bluetooth devices?
A
Keyboard
B
Keycode
C
Passcode
D
Password
Question 5 1 Marks
What is the process of deleting all the data on the hard drive?
A
Delete
B
Erase
C
Formatting
D
Uninstall
Question 6 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 7 1 Marks
Which validation rule allows exactly digits for number fields in Access?
A
Is Null or Between 100000 and 99999
B
Is Null or Like ??????
C
Is Null or >= 0 AND< = 99999
D
Is Null or < = 99999
Question 8 1 Marks
Which view allows to modify table's structure in Access?
A
Design view
B
Datasheet view
C
Pivot table view
D
Pivot shart view
Question 9 1 Marks
What is the maximum number of characters allowed in text field is access?
A
255
B
256
C
64000
D
65000
Question 10 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 11 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 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
What is the output when the data '1678.95' is set to the number format '###0.00' in
A
1670
B
1670.95
C
1678
D
1678.95
Question 14 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 15 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 16 1 Marks
Which menu is used to apply various visual effects to the slide in power point?
A
Animation
B
Design
C
Slide show
D
Transitions
Question 17 1 Marks
Which menu is used to apply various effects to the text in a slide?
A
Animation
B
Design
C
Transitions
D
Slide show
Question 18 1 Marks
Which holder holds text, title and picture in power point?
A
Contemt Holder
B
Image Holder
C
Place Holder
D
Slide Holder
Question 19 1 Marks
Which key is used to stop a power point presentation?
A
ESC
B
Tab
C
Ctrl
D
Enter
Question 20 1 Marks
Which menu is used to select a predefined chart style?
A
Animation
B
Design
C
Slide show
D
Transitions
Question 21 1 Marks
What is the file extension of Excel 2010?
A
xls
B
xlsb
C
xlsm
D
xlsx
Question 22 1 Marks
What is the purpose of ?Enter Key? in MS Excel?
A
Moves cell pointer to previous column
B
Moves cell pointer to next column
C
Moves cell pointer to previous row
D
Moves cell pointer to next row
Question 23 1 Marks
Which function is used to add the values in a range?
A
Count()
B
Sum()
C
ABS()
D
Sumif()
Question 24 1 Marks
How rows are numbered in MS Excel?
A
Alphabetically
B
Numerically
C
Alphanumerically
D
Special characters
Question 25 1 Marks
What is the maximum limit of column in MS Excel 2010?
A
16384
B
16438
C
16843
D
16348
Question 26 1 Marks
Which symbol is used to execute formulas in MS Excel?
A
"="
B
" ' "
C
"#"
D
" " "
Question 27 1 Marks
Which option in Excel is used to rearrange the rows base on the content of a particular column?
A
Find
B
Filter
C
Sort
D
Format
Question 28 1 Marks
Which tab in Excel is used for proofing, protecting, and marking up a spread sheet?
A
Formula
B
Data
C
Review
D
View
Question 29 1 Marks
How columns are named in MS Excel?
A
Alphabetically
B
Numerically
C
Alphanumerically
D
Special characters
Question 30 1 Marks
12 Which one of the following is a text function in MS Excel?
A
MID()
B
NOW()
C
COUNT()
D
SIGN
Question 31 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 32 1 Marks
What is the meaning of increase the cell padding?
A
Increase the thickness of table border
B
Increase the space between cells
C
Increase the distance between cell and content
D
Increase the no of cells
Question 33 1 Marks
What is the full form of CSS?
A
Computer style sheet
B
Cascading style sheet
C
Cascading system style
D
Customized style sheet
Question 34 1 Marks
Which symbols starts with html comments?
A
"<!"
B
"</"
C
"<#"
D
"<\"
Question 35 1 Marks
Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
A
BML
B
XML
C
HTML
D
DHTML
Question 36 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 37 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 38 1 Marks
How do you add a link which will allow the visitor to send an email from the page?
A
&lt;a href = "mailto : youradderss"&gt;
B
&lt;a href = "sendmailtoyour address"&gt;
C
&lt;a="mailto"&gt;
D
&lt;href = "mailto"&gt;
Question 39 1 Marks
Which html tag is used to divide a row into data cells?
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 40 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 41 1 Marks
What is the purpose of cover page?
A
Allows to fill title, author, date and other information
B
Fills the list of people intent to mail
C
To view the mailed list
D
Contains details of the documents
Question 42 1 Marks
Which sequence of operation is required to remove tab stop markers from ruler?
A
Drag the tab stop makers out of the ruler
B
Double click the tab marker and clear all
C
Right click the tab stop marker and choose remove
D
Left click the tab stop marker and choose remove
Question 43 1 Marks
Which sequence of operation is required to remove numbering from a list of data?
A
Number button - select none from number type
B
Number button - select number from number list
C
Bullet button - select none from bullet type
D
Bullet button - select bullets from bullets list
Question 44 1 Marks
What is purpose of thesaurus tool is MS Word?
A
Grammar option
B
Spelling suggestion
C
Synonyms and antonyms words
D
Auto correction
Question 45 1 Marks
Which sequence of operation is required to insert bullets for list of data?
A
Paragraph group - numbering button - select any number type
B
Paragraph group - number button - select none
C
Paragraph group - bullet button - type of bullets
D
Paragraph group - bullet button - select none
Question 46 1 Marks
How can we rectify the errors occurs while typing?
A
Auto entry
B
Auto add
C
Auto spell
D
Auto correct
Question 47 1 Marks
Which one of the following is a word processor?
A
MS Word
B
MS Excel
C
MS Access
D
MS Office publisher
Question 48 1 Marks
How many groups are there in Home Menu?
A
4
B
5
C
6
D
7
Question 49 1 Marks
What is the purpose of word wrap?
A
Aligning text with the right margin
B
Inserting space between paragraphs
C
Inserting space automatically between words
D
Moving text automatically to the next line
Question 50 1 Marks
Which option is used to activate and deactivate ruler?
A
View - grids
B
View - ruler
C
Insert - tool bar
D
Insert - ruler