SWASTICK YOUTH COMPUTER TRAINING CENTRE
(A Government of West Bengal Initative Under the Directorate of Youth services)
Village-Paschim Sridharpur, Post-Gurudaspur, P.S-Dholahat, Dist-24Pgs(S),
Block-Patharpratima, Pin-743349, Contact No : 97336 00064
Subject : (CITA-IT) MCQ ON-LINE EXAM,
COURSE : CITA, Time : 30 MINUTES, Marks : (1×60+10)=70
Question 1.
Part of an algorithm which is repeated for fixed number of times is classified as
iteration
selection
sequence
reverse action
Question 2.
What is a list of instructions in a proper order to solve a problem called?
Flowchart
Sequence
Algorithm
None of these
Question 3.
Part of an algorithm which is repeated for fixed number of times is classified as
iteration
selection
sequence
reverse action
Question 4.
Binary search algorithm can not be applied to
sorted linked list
sorted binary trees
sorted linear array
pointer array
Question 5.
Two main measures for the efficiency of an algorithm are
Processor and memory
Complexity and capacity
Time and space
Data and space
Question 6.
Symbol used in flowchart such as rectangle with horizontal lines on two sides is used for
defined statement
predefined process
error fix
variables defined
Question 7.
What are the three algorithm constructs?
Sequence, selection, repetition
Input, output, process
Input/output, decision, terminator
Loop, input/output, process
Question 8.
Connectors used to connect flowchart symbols to each other are classified as
arrow lines
symbols
annotation
special symbols
Question 9.
Binary search algorithm can not be applied to
sorted linked list
sorted binary trees
sorted linear array
pointer array
Question 10.
An algorithm that calls itself directly or indirectly is known as
Sub algorithm
Recursion
Polish notation
Traversal algorithm
Question11.
A _________ symbol is used to connect parts of a flowchart that are on different pages.
Rectangular
Oval
Terminal
Connector
Question 12.
The complexity of linear search algorithm is
O(n)
O(log n)
O(n2)
O(n log n)
Question 13.
A ________ is a pictorial representation of steps that should be followed to solve a problem.
Flow lines
Algorithm
Flowchart
None of these
Question 14.
The browser’s __________ keeps a list of web pages you have visited during the current session.
history
cache
favorites
trail
Question 15.
What does the .com domain represent ?
Business domain
Personal Domain
commercial domain
Browser
Question 16.
A modem is not needed when accessing the Internet through
cable provider’s end
Cable net
Cable
LAN
Question 17.
Verification of a login name and password is known as:
configuration
accessibility
authentication
logging in
Question 18.
ARPANET stands for:
Advanced Research Policy Agency Network
Advanced Research Projects Agency Network
Advanced Research Projects Agency Norms
Advanced Rejoin Projects Agency Norms
Question 19.
A world wide web contains web pages
residing in many computers
created using HTML
with links to other web pages
residing in many computers linked together using HTML
Question 20.
What is this :: [ training@bing.com ]
Web Address
EmailId
IP
Web site
Question 21.
Full form of ICANN
Internet Corporation for Assigned Names and Numeric
Internet Corporation for Assigned Names and Numbers
Internet Corporation for Associated Names and Numbers
Internet Cooperative for Assigned Names and Numbers
Question 22.
A network’s _____________________ is the central structure that connects other portions of the network.
IPV1
IP
backbone
protocol
Question 23.
What are the most commonly used transmission speeds in BPS used in data communication?
300
1200
2400
9600
Question 24.
Full Form of NIC ?
Network Interface Card
New Interface Connection
Net Internet Card
New Internet Connection
Question 25.
Shortcut of Web page Refresh is
F4
F5
F6
F7
Question 26.
Google Chrome is a
Word Processor
DBMS
Browser
None of the above
Question 27.
The Size Of Yes No Field Is Always
1 Bit
1 Byte
1 Character
1 Gb
Question 28.
Which Of The Following Is Not A Type Of Microsoft Access Database Object?
Table
Form
Worksheets
Modules
Question 29.
A group of related records in a database is known as a
Table
Database
File
None of the above
Question 30.
What is the difference between ‘Open’ and ‘Open Exclusively’?
Open statement opens access database files and Open Exclusively opens database files of other program like Oracle
Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accessed
Both Open and Open Exclusively are same
Open Exclusive command does not exist in MS Access
Question 31.
Which Of The Following Is not a Data Type in Access
Text
Memo
OLE Object
Caption
Question 32.
To achieve AND effect when you are entering criteria in a query design window
write criteria values vertically one in a row
write criteria values horizontally
Write criteria values in same field separated with AND
Write criteria values in same field separated with &
Question 33.
The filter by selection feature allows you to filter:
Those records that match an entity in a field
Records based on a criterion you specify
Records that meet any of several criteria you specify
All of Above
Question 34.
How can you view the properties of a form
Select View>Form properties form the menu
Right click anywhere on the form and select properties from the shortcut menu
Double click the form selector box in the upper left corner of the form
All of the above
Question 35.
This type of query summarizes large amounts of data in easy-to-read, row-and-column format
Append
Rows
Select
Crosstab
Question 36.
The arranging of data in a logical sequence is called
Edit > Sorting
Review > Classifying
File > Reproducing
View > Summarizing
Question 37.
The horizontal fragmentation of a table is known as
Attribute
Fields
Record
None of the above
Question 38.
A __ name must be unique within a database
Table
Field
Record
Character
Question 39.
In an Access table, data is saved automatically as soon as you leave the record or close the table.
false
true
Both
None of the above
Question 40.
A __________ enables you to view data from a table based on a specific criterion
Form
Query
Macro
Report
Question 41.
Which two controls combined to form the ComboBox control?
ListBox and TextBox
ListBox and InputBox
ListBox and MsgBox
Label and TextBox
Question 42.
IDE is:
Independent Development Enterprise
A development environment for machine language
A software project management tool
An Integrated Development Environment for VB
Question 43.
The sortcut key of "Menu Editor" is
CTRL + E
CTRL + T
CTRL + R
F4
Question 44.
ShortCut Key of Properties Window
F2
F4
F3
F5
Question 45.
Which is not a standard dialog box?
ColorDialog
FontDialog
OpenDialog
ZoomDialog
Question 46.
Debug window is the same as ____ window.
procedure
object
form
code
Question 47.
Which type of procedure returns a value?
Sub Procedure
Procedure
Function
ByVal
Question 48.
Dim x, y as integer. What is x and y data type?
X as variant and y as integer.
X as integer and y as integer.
X as integer and y as variant.
none of these
Question 49.
Key fields of the ConnectionString property are
Provider
Mode
Provider & Data Source
Data Source
Question 50.
How many RadioButtons in a Frame can be selected at the same time?
0
1
2
3
Question 51.
Default data type of a variable in VB is
Integer
String
Float
Variant
Question 52.
How many MDI forms can be added in a Project File ?
3
2
1
4
Question 53.
Which property determines whether a control is displayed to the user?
Hide
Show
Visible
Enabled
Question 54.
Which is not a type of Select Case test construct?
simple value
complex value
relational value with Is
range of values with To
Question 55.
Vbcritical is used for
Msgbox
TextBox
InputBox
ComboBox
Copyright © Reserved

