General Technology and Programming Quiz
Covers various technology topics including BlackBerry development, cloud computing, open-source software, databases, and programming languages
Questions
Can we equate two function pointers using == operator..????
- True
- False
Which Of These are programming language.
- Java
- Python
- C/C++
- Scheme
Which Of these are Database Management System(DBMS)
- Oracle
- DB2
- Ruby
- MySQL
"ACID" Property in DBMS is property that Database transaction proceed reliable.Each Letter Stands for ?
- Activeness
- Atomicity
- Consistency
- Conessiveness
- Isolation
- Durability
Which Of these is not an Enterprise Resource Planning (ERP).
- SAP
- Python
- Epicor
- PeopleSoft
Which site is "not" used for server side programing?
- Servelt
- PHP
- Javascript
- ASP
What are the Advantages of Cloud Computing.
- Scalability
- Computing Flexibility
- Mobility
- Reduced Cost
- On-demand pay
Which is the Big player of Cloud Computing
- Amazon
- SalesForce
- Zynga
- Google
Which is not made of Linux Kernal?
- Red Hat
- Fedora
- Ubuntu
- Solories
Open-source software (OSS) is computer software that is available in source code form for which the source code and certain other rights normally reserved for copyright holders are provided under a software license that permits users to study, change, and improve the software.
- True
- False
Name the company which designed and launched Blackberry smartphones
- Nokia
- Apple, California, U.S
- Research in Motion(RIM), Canada
- Motorola
The technical requirements for installing Blackberry java plug-in is
- Eclipse 3.5 classic
- 32-bit Windows XP, Vista or 7(64-bit version requires 32-bit Java and Eclipse)
- PC with Intel Pentium 4 processor or compatible(2.5 GHz or more)
- 2GB RAM , 1.5 GB HARD DISK FREE
- Java SE Development Kit(JDK) 6, update 10 or later
- All the above
Name the blackberry API(Application Programming Interface) to be included in case a bit map image to be included in the application
- import net.rim.device.api.system.Bitmap;
- import net.rim.device.api.ui.container.*;
- import net.rim.device.api.ui.*;
- import net.rim.device.api.imagefile;
The main structure for a Blackberry device user interface(UI) is the ____ Objects.
- Screen
- Display
- Field
- Text
Three types of Screens present in Blackberry are:
- Default
- Standard Vertical
- Standrard Horizontal
- Blackberry Style
Some of the Blackberry UI componenets are:
- ButtonField
- CheckboxField
- DateField
- RadioButtonField
- None of the above
To Arrange components on a screen, blackberry API ________ managers should to be used.
- layout
- field
- align
- design
Which following class will extend the Manager class to provide predefined layout managers?
- VerticalFieldManager
- HorizontalFieldManager
- FlowFieldManager
- DialogFieldManager
- All the above
- None of the above
Which version of Java SE Development Kit(JDK) is required in order to use Blackberry MDS-CS(Mobile Data System-Connection Service) ?
- Java SE Development Kit(JDK) version 5
- Java SE Development Kit(JDK) version 6
- Java SE Development Kit(JDK) version 7
- Java SE Development Kit(JDK) version 8
Which one of the following import is invalid regarding blackberry API's?
- import net.rim.device.api.ui.MenuItem;
- import net.rim.device.api.ui.component.LabelField;
- import net.rim.device.api.ui.component.Menu;
- import net.rim.device.api.ui.UiApplication;
- none of the above
- import net.rim.device.api.ui.component.RichTextField;