Quiz Questions

Trade Theory - 04-Mar-2026 03:40 PM (ITISKILL4928NQ)

Question 1 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 2 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 3 1 Marks
Which object stores information about related data?
A
Document
B
Table
C
Page
D
Screen
Question 4 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 5 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 6 1 Marks
Which technique prevents invalid data being saved in Access table?
A
Index
B
Filter
C
Validation rule
D
Input mark
Question 7 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 8 1 Marks
Which combination of key allows user to move to the first field in the first record in Access table?
A
Ctrl + Tab
B
Shift +Tab
C
Shift + Home
D
Ctrl + Home
Question 9 1 Marks
Which validation rule allows only 0 - 9 for fields in Access?
A
Is Null or Not Like ?*[ ! 0 - 9 ]*?
B
Is Null or Not Like ?[! 0 - 9]?
C
Is Null or Not Like ?*[0 - 9]*?
D
Is Null or Not Like ?*[!0-9]*?
Question 10 1 Marks
What is the expansion of OLE in Access?
A
object linking and embedding
B
object linking and encrypting
C
object linking and editing
D
objet linking
Question 11 1 Marks
Which key stoke is used to move the active cell towards right, in access table?
A
Ctrl + Tab
B
Alt + Tab
C
Tab
D
Shift + Tab
Question 12 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 13 1 Marks
Which key stroke moves the active cell towards left in Access table?
A
F2
B
F5
C
Tab
D
Shift + Tab
Question 14 1 Marks
Which combination of key zooms the content of active cell in Access table?
A
Ctrl + F2
B
Ctrl + F5
C
Shift + F2
D
Shift + F5
Question 15 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 16 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 17 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 18 1 Marks
What is allowed the input mark symbol # in Access?
A
Letter or digit
B
Letter A through Z
C
A digit 0 - 9 with +/- sign
D
A digit 0 - 9 without +/- sign
Question 19 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 20 1 Marks
What is the maximum number of characters allowed in text field is access?
A
255
B
256
C
64000
D
65000
Question 21 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 22 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 23 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 24 1 Marks
Which is the correct html tag for creating password field
A
&lt;text type = "password"&gt;
B
&lt;input type = "pwd?&gt;
C
&lt;input type = "password"&gt;
D
&lt;input type = "passcode"&gt;
Question 25 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 26 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 27 1 Marks
Which tag creates a checkbox for a form in html?
A
&lt;check box&gt;
B
&lt;input check box&gt;
C
&lt;input = check box&gt;
D
&lt;input type = "check box"&gt;
Question 28 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 29 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 30 1 Marks
What are the two main parts, available in html document?
A
Title and Body
B
Head and title
C
Head and Body
D
Head and document
Question 31 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 32 1 Marks
What is the correct html code for inserting a background image?
A
&lt;Body background = "image.jpg"&gt;
B
&lt;body = "image.jpg"&gt;
C
&lt;background = "image.jpg"&gt;
D
&lt;body background = image.jpg&gt;
Question 33 1 Marks
Which is used to publish the webpage to a web hosting server?
A
Http
B
PHP
C
Kompozer
D
Blogger
Question 34 1 Marks
Which html tag is the smallest heading?
A
&lt;h1&gt;
B
&lt;h2&gt;
C
&lt;h6&gt;
D
&lt;head&gt;
Question 35 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 36 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 37 1 Marks
Which of the following code is used to add a plain color background to the web page?
A
&lt;body bgcolor = "36, 2437"&gt;
B
&lt;body color = "#FF000"&gt;
C
&lt;body bgcolor = "#FF000"&gt;
D
&lt;bgcolor = "blue"&gt;
Question 38 1 Marks
What will happen, If the background image is smaller than the screen, what will happen?
A
It will be stretched
B
It will leave a blank space at the bottom of the page
C
It will leave a blank space at the top of the page
D
It will be repeated
Question 39 1 Marks
What is the output of the following html?
<html>
<body>
<h2>NIMI<small>CHENNAI</small> formatting</h2>
</body>
</html>
A
NIMI chennai
B
NIMI CHENNAI
C
NIMI chennaiformatting
D
NIMICHENNAI<strong>formatting</strong>
Question 40 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 41 1 Marks
Which option is used to store the duplicate of the active document permanently?
A
Save
B
Send
C
Save as
D
Rename
Question 42 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 43 1 Marks
Which option is used for tab setting?
A
horizontal ruler
B
status bar
C
vertical ruler
D
vertical scroll bar
Question 44 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 45 1 Marks
Which option is used to activate and deactivate ruler?
A
View - grids
B
View - ruler
C
Insert - tool bar
D
Insert - ruler
Question 46 1 Marks
What should be done, if the pen drive is not deducted?
A
Device Manger - right click on USB root hub - disable device
B
Device Manger - right click on USB root hub - enable device
C
Device Manger - right click on USB root hub - scan for hardware changes
D
Device Manger - right click on USB root hub - Update drives
Question 47 1 Marks
Which is the order of files and directories in Windows Explore?
A
Serially
B
Sequentially
C
hierarchically
D
Aplhabtically
Question 48 1 Marks
Which tool in control panel is used to adjust your computer setting to control computer with voice command?
A
System and security
B
Appearance and personalization
C
Hardware and sound
D
Ease of access
Question 49 1 Marks
Which control panel applet gives the information of computer?
A
System and security
B
Hardware and sound
C
Programs
D
Appearance and personalization
Question 50 1 Marks
What is the extension of applet files in control panel?
A
. Ctl
B
. Cpl
C
. Cal
D
. Csl
Question 51 1 Marks
What do you mean by A3,B13:B20,C7 reference in Excel?
A
Range
B
Union
C
Formula
D
General
Question 52 1 Marks
Which one of the following is a ?Date & Time? function in Excel?
A
FIND()
B
MOD()
C
NOW()
D
MID()
Question 53 1 Marks
Which type of addressing is used to keep rows constant and column changes and vice versa while copying a formula from one area of the worksheet to another in Excel?
A
Mixed
B
General
C
Relative
D
Absolute
Question 54 1 Marks
Which function is used to count the number of cells that contain numbers, in a range?
A
Count ()
B
Countif()
C
Sum()
D
Sumif()
Question 55 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 56 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 57 1 Marks
Which tab is used to change the display of worksheet area and the data it contains?
A
Page Layout
B
Data
C
Review
D
View
Question 58 1 Marks
Which option in MS Excel is used to display the rows that meet certain conditions?
A
Find
B
Filter
C
Format
D
Sort
Question 59 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 60 1 Marks
Which tab in Excel is used when importing, querying, outlining and subtotaling the data placed into a worksheet's data list?
A
Formula
B
Data
C
Review
D
Insert
Question 61 1 Marks
Who is considered as father of computer?
A
Charles Babbage
B
John Lickert
C
John Mauchy
D
M.V Wilkes
Question 62 1 Marks
Which is the sequence, in which computer operates?
A
Input, output, process
B
Input, process, output
C
Process, input, output
D
Output, process, input
Question 63 1 Marks
How many pins are there in DIMM?
A
138
B
148
C
158
D
168
Question 64 1 Marks
Which is an internal power supply units of CPU?
A
CVT
B
UPS
C
SMPS
D
Stablizer
Question 65 1 Marks
Who invented Analytical engine?
A
Charles Babbage
B
John Lickert
C
John Mauchy
D
M.V Wilkes
Question 66 1 Marks
Which layers of OSI model is the router operate?
A
Layer 2
B
Layer 3
C
Layer 6
D
Layer 7
Question 67 1 Marks
What is the speed of 100BASE-TX cable?
A
1 mbps
B
10 mbps
C
100 kbps
D
100 mbps
Question 68 1 Marks
Which type of cable is used in 10 base-FL cable standard?
A
UTP
B
STP
C
Co-axial
D
Fibre optic
Question 69 1 Marks
Which device is used to amplify or regenerate digital signals received while sending them from one port of a network into another?
A
Hub
B
Bridge
C
Switch
D
Repeater
Question 70 1 Marks
What is the maximum speed supported by category 5 UTP cable?
A
1mbps
B
10mbps
C
100mbps
D
1000mbps
Question 71 1 Marks
Which one is used as authentication for pairing bluetooth devices?
A
Keyboard
B
Keycode
C
Passcode
D
Password
Question 72 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 73 1 Marks
Which key is used to open CMOS setup utility?
A
Alt
B
Del
C
Enter
D
Tab
Question 74 1 Marks
What is the capacity of typical DVD?
A
40 MB
B
50 MB
C
60 MB
D
4.7 Gb
Question 75 1 Marks
Which system is used by Bluetooth for Broadcasting?
A
Satellite
B
Microwaves
C
Telephone lines
D
Radio waves