\
Multiple Choice Question
Copyright © Reserved
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.
Diamond shaped symbol is used in flowcharts to show the
decision box
statement box
error box
if-statement box
Question 2.
Repetition of statement in Jackson method is shown by
drawing sign of equal
drawing sign of subtraction
drawing an asterisk
drawing an arrow
Question 3.
Program flowcharts are the parts of
operation chart
process chart
algorithms flowchart
system flowcharts
Question 4.
When flowchart direction lines are unclear then the programmer can use
arrows
horizontal lines
vertical lines
inverted triangle
Question 5.
In flowchart, invert trapezoid is used to show the
on-line storage symbol
manual operations
communication link
show annotations
Question 6.
In a flowchart a calculation (process) is represented by
A rectangle
A rhombus
A parallelogram
A circle
Question 7.
The time factor when determining the efficiency of algorithm is measured by
Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm
Question 8.
Binary search algorithm can not be applied to
sorted linked list
sorted binary trees
sorted linear array
pointer array
Question 9.
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 10.
The Worst case occur in linear search algorithm when
Item is somewhere in the middle of the array
Item is not in the array at all
Item is the last element in the array
Item is the last element in the array or is not there at all
Question11.
The complexity of the average case of an algorithm is
Much more complicated to analyze than that of worst case
Much more simpler to analyze than that of worst case
Sometimes more complicated and some other times simpler than that of worst case
None or above
Question 12.
A ________ is a pictorial representation of steps that should be followed to solve a problem.
Flow lines
Algorithm
Flowchart
None of these
Question 13.
What is a list of instructions in a proper order to solve a problem called?
Flowchart
Sequence
Algorithm
None of these
Question 14.
E-mail addresses separate the user name from the ISP using the __________ symbol.
&
@
#
%
Question 15.
CSS stands for
Client Resource System
Character Style system
Cable System Style
Cascading Style Sheet
Question 16.
Frames from one LAN can be transmitted to another LAN via the device
Modem
Switch
Bridge
Cable
Question 17.
DHCP stands for
Dynamic Host Configuration Protocol
Dual Host Configuration Protocol
Dual Host Control Protocol
Dynamic Host Control Protocol
Question 18.
What are the most commonly used transmission speeds in BPS used in data communication?
300
1200
2400
9600
Question 19.
The Internet was originally a project for this Government agency
ARPA
NSF
NSA
FCC
Question 20.
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 21.
E-Mail : The Inbox is collection of
Deleted Mail
Draft Mails
Spam Mails
Incoming Mails
Question 22.
What should be minimum requirement of random access memory (RAM) for internet access?
8 MB
16 MB
32 MB
64 MB
Question 23.
Internet Explorer came into market in the year
1994
1995
1996
1997
Question 24.
World Wide Web was proposed by
Bill Gates
ARPANET
Tim Berners-Lee
Bill Rogers
Question 25.
IRC stands for
Internet Related Content
Internet Resouce Code
Internet Related Chat
Internet Relay Chat
Question 26.
IP addresses are converted to
a hierarchy of domain names
a hexadecimal string
alphanumeric string
a binary string
Question 27.
Which Of The Following Is Not A Type Of Microsoft Access Database Object?
Table
Form
Worksheets
Modules
Question 28.
This data type allows alphanumeric characters and special symbols.
Text
Memo
Auto number
Both (a) and (b)
Question 29.
The___ operator will cause a record to be selected only if two or more conditions are satisfied
Or
If or
Range
And
Question 30.
In Access, this view is used to create and modify the structure of a form.
Normal
Datasheet
Form design
Control
Question 31.
Default data type of a field is
Text
Number
Memo
AutoNumber
Question 32.
What is a form in MS Access
It is a printed page where users will write their data to fill it up
It is an input screen designed to make the viewing and entering data easier
This is an important part of database used by analysts to draw conclusions
All of above
Question 33.
To enter the Input Mask Wizard
Click on the three dots to the right of the Caption entry field
Click on the three dots to the right of the Format entry field
Click on the Input Mask toolbar
Click on the three dots to the right of the Input Mask entry field
Question 34.
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 the above
Question 35.
The result of a query is displayed in a
Record
Query datasheet
Query table
Form
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.
What method can you use to add a new table to your database?
Use design view to create a table
Enter data directly by using a datasheet
Both of the above
None of the above
Question 38.
Which Of The Following Is Not A Field Type In Access
Memo
Hyperlink
Ole Object
Lookup Wizard
Question 39.
To display value from a table for a textbox control
Set the control source and record source from property panel
Set the record source property of the form and then control source property of the textbox control
Look at the table and type value in the Caption
Choose the database, table, field and select data value to display
Question 40.
In a relational database, a Referential Integrity constraint is specified with the help of
Primary Key
Foreign Key
Both 1 and 2
None of these
Question 41.
Default data type of a variable in VB is
Integer
String
Float
Variant
Question 42.
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 43.
The Timer event is found only in which object?
Form
Button
TextBox
Timer
Question 44.
How many default controls are available in VB ?
20
21
23
22
Question 45.
How many colors in RGB( )
16
256
255
15
Question 46.
A module-level is available to all the _______ in the module.
data
procedures
event.
task
Question 47.
Microsoft Windows uses a GUI environment. GUI (pronounced "gooey") stands for _______.
Geographical User Interchange
Graphical User Interface
Geometrical Upper Intelligence
Grammatical User Incorporation
Question 48.
Controls are:
Code
Method
Object
None of the above
Question 49.
An Exception is another name for a:
compile error.
logic error.
runtime error.
superficial error.
Question 50.
Which window shows information that results from debugging statements in our code
Watch window
Variables window
Locals window
Immediate window
Question 51.
The application name always appears in the:
Titlebar
Menubar
Properties window
Code window
Question 52.
Which is not a proper looping structure ?
Do While
Loop Until
Do Until
For ... Next
Question 53.
How many MDI forms can be added in a Project File ?
3
1
2
4
Question 54.
The Boolean data type:
is unsigned.
has two states
is displayed by the program as True or False.
Both a and b.
Question 55.
Which of the following is a valid name for a variable?
Two_one
2one
Two one
Two. one
Copyright © Reserved

