Font size
WorksheetsOOP-QUIZ FINALS
Total questions: 14
Worksheet time: 13mins
What is the main purpose of XAMPP?
Websites online
Creating web projects locally
Building mobile apps
Designing desktop applications
Which of these is NOT included in XAMPP by default?
Apache
MySQL
PHP
PostgreSQL
Which MySQL constraint ensures that no two rows have the same value in a column?
(a)
What is the main function of a DataGridView in C#?
Displaying data in a table format
Storing data in CLOUD
JavaScript scripts
Writing SQL queries
Which namespace is needed to connect a C# application to a MySQL database?
What file must be added to Visual Studio to enable MySQL database support?
Before using phpMyAdmin in XAMPP, which two services must be started?
Apache and PHP
Apache and MySQL
PHP and MySQL
MySQL and Filezilla
What can you do with phpMyAdmin?
Manage databases
Write code
Compile programs
Develop Forms
phpMyAdmin is written in
(a)
To pick more than one item, which control should you use?
ComboBox
ListBox
GroupBox
TabControl
Inside a TabControl, what do we call each section that you can click on?
Page
Panel
TabPage
Group
In a ComboBox, where do you add the list of choices for users to pick from?
Text
Items
SelectedIndex
TabPage
What's the main reason you'd put a GroupBox on your form?
To switch between tabs
To organize related controls together
To list choices for selection
To save form settings
If you have a bunch of RadioButtons and you want to keep them separate from others, what’s the best control to use?
ComboBox
GroupBox
TabControl
ListBox
