General Technology and Programming Quiz

Covers various technology topics including BlackBerry development, cloud computing, open-source software, databases, and programming languages

20 Questions Published

Questions

Question 1 True/False

Can we equate two function pointers using == operator..????

  1. True
  2. False
Question 2 Multiple Choice (Multiple Answers)

Which Of These are programming language.

  1. Java
  2. Python
  3. C/C++
  4. Scheme
Question 3 Multiple Choice (Multiple Answers)

Which Of these are Database Management System(DBMS)

  1. Oracle
  2. DB2
  3. Ruby
  4. MySQL
Question 4 Multiple Choice (Multiple Answers)

"ACID" Property in DBMS is property that Database transaction proceed reliable.Each Letter Stands for ?

  1. Activeness
  2. Atomicity
  3. Consistency
  4. Conessiveness
  5. Isolation
  6. Durability
Question 5 Multiple Choice (Single Answer)

Which Of these is not an Enterprise Resource Planning (ERP).

  1. SAP
  2. Python
  3. Epicor
  4. PeopleSoft
Question 6 Multiple Choice (Single Answer)

Which site is "not" used for server side programing?

  1. Servelt
  2. PHP
  3. Javascript
  4. ASP
Question 7 Multiple Choice (Multiple Answers)

What are the Advantages of Cloud Computing.

  1. Scalability
  2. Computing Flexibility
  3. Mobility
  4. Reduced Cost
  5. On-demand pay
Question 8 Multiple Choice (Multiple Answers)

Which is the Big player of Cloud Computing

  1. Amazon
  2. SalesForce
  3. Zynga
  4. Google
Question 9 Multiple Choice (Single Answer)

Which is not made of Linux Kernal?

  1. Red Hat
  2. Fedora
  3. Ubuntu
  4. Solories
Question 10 True/False

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.

  1. True
  2. False
Question 11 Multiple Choice (Multiple Answers)

Name the company which designed and launched Blackberry smartphones

  1. Nokia
  2. Apple, California, U.S
  3. Research in Motion(RIM), Canada
  4. Motorola
Question 12 Multiple Choice (Multiple Answers)

The technical requirements for installing Blackberry java plug-in is

  1. Eclipse 3.5 classic
  2. 32-bit Windows XP, Vista or 7(64-bit version requires 32-bit Java and Eclipse)
  3. PC with Intel Pentium 4 processor or compatible(2.5 GHz or more)
  4. 2GB RAM , 1.5 GB HARD DISK FREE
  5. Java SE Development Kit(JDK) 6, update 10 or later
  6. All the above
Question 13 Multiple Choice (Multiple Answers)

Name the blackberry API(Application Programming Interface) to be included in case a bit map image to be included in the application

  1. import net.rim.device.api.system.Bitmap;
  2. import net.rim.device.api.ui.container.*;
  3. import net.rim.device.api.ui.*;
  4. import net.rim.device.api.imagefile;
Question 14 Multiple Choice (Multiple Answers)

The main structure for a Blackberry device user interface(UI) is the ____ Objects.

  1. Screen
  2. Display
  3. Field
  4. Text
Question 15 Multiple Choice (Multiple Answers)

Three types of Screens present in Blackberry are:

  1. Default
  2. Standard Vertical
  3. Standrard Horizontal
  4. Blackberry Style
Question 16 Multiple Choice (Multiple Answers)

Some of the Blackberry UI componenets are:

  1. ButtonField
  2. CheckboxField
  3. DateField
  4. RadioButtonField
  5. None of the above
Question 17 Multiple Choice (Multiple Answers)

To Arrange components on a screen, blackberry API ________ managers should to be used.

  1. layout
  2. field
  3. align
  4. design
Question 18 Multiple Choice (Multiple Answers)

Which following class will extend the Manager class to provide predefined layout managers?

  1. VerticalFieldManager
  2. HorizontalFieldManager
  3. FlowFieldManager
  4. DialogFieldManager
  5. All the above
  6. None of the above
Question 19 Multiple Choice (Multiple Answers)

Which version of Java SE Development Kit(JDK) is required in order to use Blackberry MDS-CS(Mobile Data System-Connection Service) ?

  1. Java SE Development Kit(JDK) version 5
  2. Java SE Development Kit(JDK) version 6
  3. Java SE Development Kit(JDK) version 7
  4. Java SE Development Kit(JDK) version 8
Question 20 Multiple Choice (Multiple Answers)

Which one of the following import is invalid regarding blackberry API's?

  1. import net.rim.device.api.ui.MenuItem;
  2. import net.rim.device.api.ui.component.LabelField;
  3. import net.rim.device.api.ui.component.Menu;
  4. import net.rim.device.api.ui.UiApplication;
  5. none of the above
  6. import net.rim.device.api.ui.component.RichTextField;