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 : (DITA-IT) MCQ ON-LINE EXAM,
COURSE : DITA, Time : 30 MINUTES, Marks : (2×15+40)=70
Question 1.
Which of the following is not a standard flowchart symbol?
Hexagon
Diamond
Rectangle
Parallelogram
Question 2.
An algorithm that calls itself directly or indirectly is known as
Sub algorithm
Recursion
Polish notation
Traversal algorithm
Question 3.
Which of these is a common error in flowchart design?
Using arrows for flow direction
Multiple decisions leading to
unclear paths
Starting with a start symbol
Keeping it simple
Question 4.
What does a circular connector represent in a flowchart?
Input/output
Continuation of the process
Start or end
Decision
Question 5.
Complex algorithms can be simplified using:
Textual representation
Flowcharts
Spreadsheets
None of the above
Question 6.
In flowchart, symbol of rectangle with one curvy side is used to show
document printed
document written
data stored
display output
Question 7.
A _______ box is used at the beginning and end of a flowchart.
Connector
Terminal
Flow lines
Square
Question 8.
Link with another part of program or connectors in flowchart are shown in
rhombus
parallelogram
circle
trapezoid
Question 9.
The space factor when determining the efficiency of algorithm is measured by
Counting the maximum memory needed by the algorithm
Counting the minimum memory needed by the algorithm
Counting the average memory needed by the algorithm
Counting the maximum disk space needed by the algorithm
Question 10.
Which symbol represents a process or task in a flowchart?
Diamond
Oval
Rectangle
Parallelogram
Question11.
Part of an algorithm which is repeated for fixed number of times is classified as
iteration
selection
sequence
reverse action
Question 12.
Diamond shaped symbol is used in flowcharts to show the
decision box
statement box
error box
if-statement box
Question 13.
Which of the following cases does not exist in complexity theory
Best case
Worst case
Average case
Null Case
Question 14.
World Wide Web was proposed by
Bill Gates
ARPANET
Tim Berners-Lee
Bill Rogers
Question 15.
The email ID of a person contains _______ parts.
2
3
4
5
Question 16.
Who was sent a first e-mail?
Ray Tomlinson
Bob Kahn
Vinton Gray Cerf
Tim Berners-Lee
Question 17.
What are the most commonly used transmission speeds in BPS used in data communication?
300
1200
2400
9600
Question 18.
The email ID of the anonymous recipient of email is entered in ______ field.
To
CC
Bcc
Subject
Question 19.
IP addresses are converted to
a hierarchy of domain names
a hexadecimal string
alphanumeric string
a binary string
Question 20.
E-Mail where "E" stands for
Electrical
Electronic
Election
Easy
Question 21.
What is the internet explorer ?
An icon
A file manager
A browser
An Internet
Question 22.
E-mail stands for
Electronic Man
Electromagnetic mail
Electronic mail
Engine mail
Question 23.
In a URL what does .com represents
Commercial
Educational institute
Military site
Network
Question 24.
Full form of ISOC
Intercity Society
Intranet Social
Internet Society
Interanet Service
Question 25.
What is the full form of CC option while Compose/Sending mail ?
Carbon copy
Copy carbon
Copy to copy
Carbon to Connect
Question 26.
An email may contain non-text information which may be _______.
uploaded
downloaded
transmitted
erased
Question 27.
In Access ____are used to store the data?
Report
Query
Form
Table
Question 28.
What is the purpose of the description column in Table Design View?
To define the data type applied to each field within the table
To describe the data that should be entered in each field
To enter lookup data that the field should refer to.
None of the above
Question 29.
Which of the following is true about the "Default Value" property?
It specifies the value a field will take by default
It determines the field size
It limits the type of data entered
It ensures a field is not left empty
Question 30.
The___ operator will cause a record to be selected only if two or more conditions are satisfied
Or
If or
Range
And
Question 31.
Which is the valid data type in Access?
Text
Number
Currency
All of these
Question 32.
What is the maximum number of fields that can be added in a single MS Access table?
100
255
64
255/
Question 33.
Which of the following is the correct statement about a "Foreign Key" in MS Access?
It uniquely identifies each record in a table
It links two tables together
It stores large text data
It can be set to null
Question 34.
What is the "Required" property used for in MS Access?
To define if a field can be left empty
To specify the number of characters
To enforce input validation
To restrict certain data types
Question 35.
Which of the following is true about the Design View of a query?
It allows you to define the query structure and criteria
It displays the data in a spreadsheet-like format
It allows you to enter new data into the database
It is used to create forms and reports
Question 36.
What is the function of the "Sort" option in Microsoft Access?
To organize records in a specific order
To perform calculations on data
To merge two tables
To delete records
Question 37.
Which of the following is not a type of Microsoft Access database object?
Table
Macros
Modules
Worksheets
Question 38.
This is not one of the sections of the Form Design window
Form Caption
Form Detail
Form Header
Form Content
Question 39.
In which of the following view, you can't change the table data
Pivot table view
Datasheet view
Deign view
Both a and b
Question 40.
Following Is Not A Database Model
Network Database Model
Relational Database Model
Object Oriented Database Model
None of the above
Question 41.
What symbol is used for comments in VB6?
//
/* */
'
#
Question 42.
What keyword is used to exit a loop?
Exit Do
Break
Exit For
Both A and C
Question 43.
Which statement is used to terminate a loop prematurely?
End Loop
Exit
Break
Stop
Question 44.
Which control is used to accept user input?
Label
TextBox
Timer
PictureBox
Question 45.
What is the purpose of a Command Button?
To display text
To execute an action
To receive input
To close the form
Question 46.
An array of controls can be populated by:
assigning existing controls to the array.
creating controls and assigning them to the array.
borrowing controls that will automatically
Both a and b.
Question 47.
The Rnd statement will generate a(n)?
Decimal value between 0.01 and 1.00
Integer value between 0.01 and 1.00
Decimal value between 0.0 and 1.0
Decimal value between 0.0 and up to 1.0, but not including 1.0
Question 48.
Which property determines the text displayed on a CommandButton?
Caption
Name
Text
Value
Question 49.
What shortcut key opens the Code window for the selected form or control?
F7
F6
Ctrl + F7
Shift + F7
Question 50.
The Activated event is found only in which object?
Form
Button
TextBox
Label
Question 51.
What type of programming language is VB 6.0?
Object-oriented
Event-driven
Procedural
Both A and B
Question 52.
What is the default property of a TextBox control in VB6?
Text
Caption
Name
Value
Question 53.
Which method is used to close a form?
CloseForm()
EndForm()
Unload Me
HideForm()
Question 54.
_____________is one of the common properties of the control.
AutoSize
Value
Appearance
MaxLength
Question 55.
Which object is used to handle files in VB6?
FileObject
FileSystem
File
FileSystemObject
Copyright © Reserved