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


q7x1a1
Дизайнерская мебель премиум класса — это воплощение изысканного стиля и безукоризненного качества.
Основное преимущество дизайнерской мебели заключается в ее эксклюзивности. Многие дизайнеры предлагают кастомизированные решения, которые подчеркивают индивидуальность владельца.
Организуя турне по Испании, нужно заметить на богатство городов и островов, которые гарантируют неповторимые ощущения. Барселона с её известными достопримечательностями, такими как Саграда Фамилия и музей Прадо, идеально гармонирует с очаровательными пляжами Майорки и Ибицы. Для любителей истории и культуры потрясающими будут Севилья, Толедо и Гранада с Альгамброй, а также поездки по Канарским и Азорским островам, включая Тенерифе и Мадейру.
Если увлекаетесь гастрономией и традициями, определённо посетите в Малагу или Марбелью, где можно попробовать испанские блюда и узнать больше о корриде и маврах. Для тех, кто готовит путешествие по пути Сантьяго де Компостела, практичной будет информация на сайте мадрид — там представлены маршруты и советы от искушённых путешественников. Также важно отправиться в такие места, как Сантьяго Бернабеу в Мадриде и музей Гуггенхайма в Бильбао — это основные объекты, открывающие душу Испании.
Hey, I just stumbled onto your site… are you always this good at catching attention, or did you make it just for me? Write to me on this website — rb.gy/3pma6x?Pah — my username is the same, I’ll be waiting.
?Llevas tiempo queriendo encontrar un buen casino online legal en Espana para ganar dinero verdadero? Durante meses estuve investigando opciones hasta que encontre mejor casino online dinero real.
Lo que encontre fue una comparativa actualizada de mejores sitios de apuestas online donde los pagos estan garantizados. Lo primero que me gusto fue que la pagina solo recomienda plataformas legales en Espana. Asi no tienes que preocuparte por fraudes. Tambien, las plataformas funcionan genial desde el telefono. Funciona igual desde casa o fuera y todo cargo perfectamente.
?Bonos? ?Por supuesto! Las marcas que figuran ofrecen giros gratis para que puedas probar los juegos sin arriesgar mucho. ?Quieres jugar tragamonedas? Los juegos no decepcionan. Desde poker online en Espana hasta baccarat clasico, todo esta ahi.
El proceso de retiro es confiable. Yo probe PayPal y no tuve comisiones. Asi debe funcionar un buen casino. Si estas en Espana, te recomiendo esta web. Conseguiras los mejores casinos online con dinero real en 2025.
Apostar inteligentemente es importante. Y hacerlo en un casino legal y seguro es la prioridad.
No te arriesgues en sitios dudosos, entra a ver las opciones.
Если вы продумываете поездку по Испании и интересуетесь такими маршрутами, как путь Святого Иакова (Camino de Santiago), Канарские острова (Tenerife, La Palma, Lanzarote, Gran Canaria) или курорты у моря (Коста Дорада, Кальпе, Салоу), стоит познакомиться с территорию и детали каждого места. В частности, вулкан Тейде на Тенерифе — в числе самых высоких в мире, а в Барселоне точно стоит посетить собор Святого Семейства (Саграда Фамилия) и архитектуру Гауди.
Людям, которые собирается постичь наследие, станут важными места Мадрида — площадь Пуэрта де Толедо, музей Прадо, стадион Сантьяго Бернабеу и Королевский дворец. Также не упустите про города, как Ронда, Сеговия и Сарагоса с их неповторимой летописью и сооружениями. Больше информации можно посмотреть здесь: бандама . Организуйте турне скрупулезно и погружайтесь в национальной настроением!
[url=][/url]
ремонт бойлеров и водонагревателей в москве https://fix-boiler-moskva.ru/
Если готовитесь к поездку в Мадрид, важно заранее разузнать, как попасть из аэропорта Мадрида в центр — оптимальный вариант это метро или автобус, которые следуют чаще всего с комфортным расписанием. Для тех, кто стремится исследовать север Испании, стоит посмотреть на такие города, как эти прекрасные города — чудесные города у моря с обширной историей и замечательной кухней. По финансовым вопросам в Испании в 2025 году можно заметить, что провизия в супермаркетах Mercadona по-прежнему относительно доступными, а toll-дороги и муниципальный транспорт Валенсии предполагают уточнения зон и тарифов (детально тут города на севере испании ).
Если решили остановиться в Малаге на 24 часа, непременно загляните в старинную часть и на набережную — что посмотреть в Малаге за 1 день крайне реально и любопытно. На этих землях, особенно на Тенерифе, в ноябре нужно подготовиться к прекрасной погоде и чудесным маршрутам в парке Анага. Тем, кто разбирается в общественным транспортом, будет актуальна информация о муниципальном транспорте Валенсии, а также о проездных документах и зонах метро — это ускорит перемещение по городу и даст возможность сохранить время.
XEvil 6.0 automatically solve most kind of captchas,
Including such type of captchas: ReCaptcha v.2, ReCaptcha v.3, Google, Solve Media, BitcoinFaucet, Steam, +12000
+ hCaptcha, FC, ReCaptcha Enterprize now supported in new XEvil 6.0!
1.) Fast, easy, precisionly
XEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits
2.) Several APIs support
XEvil supports more than 6 different, worldwide known API: 2Captcha, anti-captchas.com (antigate), RuCaptcha, death-by-captcha, etc.
just send your captcha via HTTP request, as you can send into any of that service – and XEvil will solve your captcha!
So, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc.
3.) Useful support and manuals
After purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support
Developers will train XEvil to your type of captcha for FREE and very fast – just send them examples
4.) How to get free trial use of XEvil full version?
– Try to search in Google “Home of XEvil”
– you will find IPs with opened port 80 of XEvil users (click on any IP to ensure)
– try to send your captcha via 2captcha API ino one of that IPs
– if you got BAD KEY error, just tru another IP
– enjoy! 🙂
– (its not work for hCaptcha!)
WARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha!
В том случае, если вы готовите поездку в Париж и собираетесь узнать город через винтажные рынки, советую посетите самые признанные барахолки в Париже, в том числе блошиный рынок Монмартр или величайший блошиный рынок в Париже — Saint-Ouen. Это прекрасное место для энтузиастов винтажа и необычных сокровищ. Кроме того думаю стоит рассмотреть карту округов Парижа по интересам и безопасности, чтобы побыть с приятностью.
Для поклонников культуры предлагаю обратить внимание на не требующие платы музеи в Париже, которые предлагают свободный вход в дебютное воскресенье месяца, а также сходить в музей Массена в Ницце и музей Орсе в самом Париже. В случае если вы намереваетесь поездку в Версаль, стоит заблаговременно освоить, как прибыть из Парижа в Версаль: есть комфортные варианты на городском транспорте, подробнее можно узнать здесь монфокон . Это предоставит шанс максимально эффективно спланировать ваш схему передвижения и посмотреть все центральные места.
XEvil 6.0 automatically solve most kind of captchas,
Including such type of captchas: ReCaptcha-2, ReCaptcha-3, Google captcha, Solve Media, BitcoinFaucet, Steam, +12k
+ hCaptcha, FC, ReCaptcha Enterprize now supported in new XEvil 6.0!
1.) Fast, easy, precisionly
XEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits
2.) Several APIs support
XEvil supports more than 6 different, worldwide known API: 2captcha.com, anti-captcha (antigate), rucaptcha.com, DeathByCaptcha, etc.
just send your captcha via HTTP request, as you can send into any of that service – and XEvil will solve your captcha!
So, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc.
3.) Useful support and manuals
After purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support
Developers will train XEvil to your type of captcha for FREE and very fast – just send them examples
4.) How to get free trial use of XEvil full version?
– Try to search in Google “Home of XEvil”
– you will find IPs with opened port 80 of XEvil users (click on any IP to ensure)
– try to send your captcha via 2captcha API ino one of that IPs
– if you got BAD KEY error, just tru another IP
– enjoy! 🙂
– (its not work for hCaptcha!)
WARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha!
когда менять сцепление
[url=https://avto100k.ru/]https://avto100k.ru/[/url]
XEvil 5.0 automatically solve most kind of captchas,
Including such type of captchas: ReCaptcha-2, ReCaptcha v.3, Google captcha, Solve Media, BitcoinFaucet, Steam, +12k
+ hCaptcha, FC, ReCaptcha Enterprize now supported in new XEvil 6.0!
1.) Fast, easy, precisionly
XEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits
2.) Several APIs support
XEvil supports more than 6 different, worldwide known API: 2captcha.com, anti-captchas.com (antigate), RuCaptcha, DeathByCaptcha, etc.
just send your captcha via HTTP request, as you can send into any of that service – and XEvil will solve your captcha!
So, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc.
3.) Useful support and manuals
After purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support
Developers will train XEvil to your type of captcha for FREE and very fast – just send them examples
4.) How to get free trial use of XEvil full version?
– Try to search in Google “Home of XEvil”
– you will find IPs with opened port 80 of XEvil users (click on any IP to ensure)
– try to send your captcha via 2captcha API ino one of that IPs
– if you got BAD KEY error, just tru another IP
– enjoy! 🙂
– (its not work for hCaptcha!)
WARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha!
http://xrumersale.site/