Google search engine
HomeExaminationDITA SET 5

DITA SET 5

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 / 9239092829

Subject : (DITA) MCQ ON-LINE EXAM,
COURSE : DITA, Time : 60 MINUTES, Marks : (1×55)=55

Multiple Choice Question
ADMISSION GOING ON IT, FA, DTP, MULTIMEDIA, WEB PAGE, MOB : 9733600064

Question 1.
Which of the following cases does not exist in complexity theory
 Best case
 Worst case
 Average case
 Null Case
Question 2.
What are the three algorithm constructs?
 Sequence, selection, repetition
 Input, output, process
 Input/output, decision, terminator
 Loop, input/output, process
Question 3.
In a flowchart an input or output insruction is represented by
 A rectangle
 A rhombus
 A parallelogram
 A circle
Question 4.
What is a list of instructions in a proper order to solve a problem called? 
 Flowchart
 Sequence
 Algorithm
 None of these
Question 5.
Part of an algorithm which is repeated for fixed number of times is classified as
 iteration
 selection
 sequence
 reverse action
Question 6.
Which one is not the property of algorithm?
 Generality
 Infiniteness
 Finiteness
 Correctness
Question 7.
Repetition of statement in Jackson method is shown by
 drawing sign of equal
 drawing sign of subtraction
 drawing an asterisk
 drawing an arrow
Question 8.
Flowcharts and pseudocode are examples of tools used in the program __________ phase.
 specification
 design
 code
 test
Question 9.
Connectors used to connect flowchart symbols to each other are classified as
 arrow lines
 symbols
 annotation
 special symbols
Question 10.
Distinct parts of documentation are
 technical documentation
 documentation for user
 program planning
 both a and b
Question11.
In flowchart, parallelogram is used to show
 general input symbol
 operation on data
 online use of keyboard
 output data screen
Question 12.
To write program functions such as input four numbers and print their sum, program refinement first level includes
 input four numbers
 calculate sum
 print values
 print variables
Question 13.
Stock maintaining control system in store which consists hardware and software to contact and manage suppliers is called
 system
 component classification
 information processing system
 operating system
Question 14.
Verification of a login name and password is known as:
 configuration
 accessibility
 authentication
 logging in
Question 15.
The first Network
 CNNET
 NSFNET
 ASAPNET
 ARPANET
Question 16.
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 17.
In a URL what does .org represents
 Educational institute
 Military site
 Organization
 Commercial
Question 18.
IP is _________ datagram protocol
 an unreliable
 a connectionless
 both a and b
 none of the above
Question 19.
Who is the main Internet Service Provider in India ?
 Bharat Sanchar Nigam Limited
 Airtel Communication
 Relience
 Tata Corporation
Question 20.
Full Form of NIC ?
 Network Interface Card
 New Interface Connection
 Net Internet Card
 New Internet Connection
Question 21.
Which of the following is not a disadvantage of wireless LAN?
 Slower data transmission
 higher error rate
 interference of transmissions from different computers
 All of the above
Question 22.
DHCP stands for
 Dynamic Host Configuration Protocol
 Dual Host Configuration Protocol
 Dual Host Control Protocol
 Dynamic Host Control Protocol
Question 23.
E-mail addresses separate the user name from the ISP using the __________ symbol
 &
 @
 #
 %
Question 24.
DNS stands for
 Direct Naming System
 Drive Naming Society
 Domain Name System
 Development New Society
Question 25.
IRC stands for
 Internet Related Content
 Internet Resouce Code
 Internet Related Chat
 Internet Relay Chat
Question 26.
TCP stands for
 Transmission Control Protocol
 Time Client protocol
 Tile Centre protocol
 Trans Citation Prototype
Question 27.
How do you insert a graphic of your company's logo on a report
 Design Tab->Logo
 1You can't MS Access won't let you insert graphics file
 Database Tools -> logo
 Select Tools > Insert Picture from the menu
Question 28.
If you need to edit a relationship
 Right click the relationship line and choose Edit Relationship
 Double click the relationship line
 Both of above
 None of above
Question 29.
You can move between fields in a form by using any of these keys except
 Tab
 Enter 
 Shift+Tab 
 Page Up 
Question 30.
IF ([Age]>65, "Senior", "Adult"). This expression is an example of
 A financial expression
 Algebraic expression
 A conditional expression
 None of the above
Question 31.
Which of the following is not a data type
 Picture/graphic
 Data/time
 Text
 Number
Question 32.
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 33.
An organized collection of logically related data is known as
 Data
 Database
 Information
 All of Above
Question 34.
In Access 2007, to make changes in the Trust Center, you need to go to the ____.
 Microsoft Office button
 Navigation Pane
 Quick Access toolbar
 Database Tools command tab
Question 35.
A Small Button With Three Dots Usually Displayed At The Right Of Field Properties Box
 Make Button
 Expression Button
 Build Button
 None Of Above
Question 36.
To create queries in Access
 You can drag and drop fields on query builders
 you can type the SQL command in SQL view
 You can use query wizard or design view
 All of above
Question 37.
In Table Design View, Which Key Can Be Used To Switch Between The Field Names And Properties Panels?
 F3
 F4
 F5
 F6
Question 38.
Which Of The Following Is not a Data Type in Access
 Text
 Memo
 OLE Object
 Caption
Question 39.
Which Of The Following Is Not A Database Object?
 Tables
 Queries
 Relationships
 Reports
Question 40.
A value that is automatically entered in a field for a new record -
 Validation rule
 Default value
 Input mask
 None of above
Question 41.
Which type of procedure returns a value?
 Sub Procedure
 Procedure
 Function
 ByVal
Question 42.
Visual basic is
 Operating System
 Programming language
 application software
 All Of the above
Question 43.
Variables appearing in the header of a Function procedure are called ____________. 
 Value of the function
 Parameters
 Coordinate
 Arguments
Question 44.
IDE is:
 Independent Development Enterprise
 A development environment for machine language
 A software project management tool
 An Integrated Development Environment for VB
Question 45.
"Stretch" property is available for
 Picture Box
 Image Control
 Text box
 Command Button
Question 46.
Which statement about objects is true?
 One object is used to create one class.
 One class is used to create one object.
 One object can create many classes.
 One class can create many objects.
Question 47.
The Timer event is found only in which object?
 Form
 Button
 TextBox
 Timer
Question 48.
The scope of a variable refers to:
 The length of the variable.
 The name of the variable.
 The accessibility of the variable.
 The datatype of the variable.
Question 49.
Which language is not a true object-oriented programming language?
 VB.NET
 VB 6
 C++
 Java
Question 50.
Form Load()" the "Load" is name of
 Syntex
 Procedure
 Keyword
 None of the above
Question 51.
Dim a as Integer where Integer is
 String
 Number
 Boolean
 All of the above.
Question 52.
The right side of an assignment statement will hold:
 a variable
 an object property
 an expression
 All of the above
Question 53.
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 assign them to 
 Both a and b.
Question 54.
How many shapes are possible in a shape tool
 6
 7
 8
 9
Question 55.
The sortcut key of "Menu Editor" is
 CTRL + E
 CTRL + T
 CTRL + R
 F4


Copyright &copy Reserved
Previous article
Next article
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

CDTP SET 1

CFAS SET 02

CFAS SET 3

CFAS SET 4

Recent Comments

JaneEXany6287 on DITA SET7
JaneEXany2298 on DITA SET7
JaneEXany1523 on DITA SET7
cazino_irkn on DITA SET7
AvaPah on DITA SET7