Knowledge of Symbian C++ Test
Can a file within a package contain hardcoded references to the package directory location in Symbian?
Consider the following lines of code. What does it signify if aForeground is set to FALSE? void CMyViewAppUi::HandleForegroundEventL(TBool aForeground) { if (aForeground==TRUE) { ...
Every file present in the hierarchy of the Symbian platform is owned by one and only one component, collection, package and layer.
For S60 devices, what is the minimum size that an element should have, in order to be considered as index finger usable?
How will you write a comment in Symbian C++?
In an S60 device, which touch event will activate a menu command under the finger?
In Symbian C++, the basic class for color is the Trgb: color specification. What is the size of the TRgb: class object?
On the S60 platform, when an application starts, which of the following options shows the correct order in which the objects are created?
Sending and receiving an SMS without the message tone and without any new message notification can be achieved by sending the SMS through sockets using the SMS Utilities API.
Setting multiple networking profiles is not possible on the S60 platform.
Suppose you have 2 classes namely, Person and Footballer, as follows: class Person { virtual void func(void) { ; } }; class Athlete : public Person { /* . . . */ }; and suppose 2 pointers are defi...
The default stack size in Symbian OS is :
What does r_name34 represent in the following resource string declaration? RESOURCE TBUF r_name34 { buf = STRING_value_in_rls_file; }
What function(s) does the Trusted Computing Base (TCB) in Symbian OS perform?
What is the maximum size of values that can be assigned to data type TInt in Symbian C++?
What is the output of the following code? #include <centralrepository.h> #include <dclcrkeys.h> # or <dclinternalcrkeys.h> LIBRARY centralrepository.lib CRepository* cRepository = CRepository::New...
What will happen if the following declarations are done? Line 1 int; Line 2 int i;
What will happen if the following piece of code is executed? TBool var_a=2 ; If (var_a == ETrue) { ... ... // Some code here }
What will happen when the following Symbian C++ code is executed? Line 1 class foo { Line 2 enum A { AA }; Line 3 int f(A a = AA); Line 4 int f(B b = BB); Line 5 ...
When an object is allocated dynamically on the heap, which of the following keywords is used by the programmer to specifically delete the object?
Which function will you use to set the Origin of the graphics context?
Which line will produce an error when the following Symbian C++ code is executed? Line 1. class foo { Line 2 virtual int f0(); Line 3 int virtual f1(); Line 4 friend in...
Which of the following actions CANNOT be performed using the Extended Skins API?
Which of the following APIs will be used to enable or disable "Show call duration"?
Which of the following Avkon controls provided in the S60 platform are window-owning controls?
Which of the following CANNOT be highlighted, selected or retrieved in a text viewer editor, using the CAKnItemFinder class of the Item Finder API?
Which of the following classes do(es) NOT own any external object, whether directly (by pointer) or indirectly (by handle)?
Which of the following functions is/are provided by the Kernel and hardware services of the Symbian Operating System?
Which of the following is not a typical function of the Arrow up/Arrow down standard keys in S60 devices?
Which of the following is NOT a valid integer data type in Symbian OS programming?
Which of the following is/are (an) advantage(s) of lodger controls?
Which of the following layers is responsible for managing all plug-ins, Central Repository, DBMS and cryptographic services in Symbian?
Which of the following layers is/are present in the Symbian System Model?
Which of the following mechanisms provided by the Symbian OS allows file access control?
Which of the following S60 platform services is used for providing services to establish connections and interact with web-based functionality, including browsing, file download, and messaging?
Which of the following servers is a serial communications server that drives the communications ports and also runs serial-like protocols that use other communications services?
Which of the following servers is responsible for starting and stopping the communication servers providing dedicated services?
Which of the following services is NOT provided by the MMFDevSound API?
Which of the following services is/are provided by the ESOCK of the Symbian OS?
Which of the following services is/are provided by the SyncML Client API?
Which of the following statements is/are true about the concept of components with regard to Symbian Software Structuring?
Which of the following string functions is/are used in Symbian C++ for the purpose of searching?
Which of the following Symbian classes can be used to play audio data?
Which of the following system-provided framework classes of Symbian OS GUI is used to handle the control stack for first-level key event distribution?
Which of the following TDisplayMode display modes is used to display 16 shades of gray?
Which of the following tools is not necessarily required for developing C++ S60 applications?
Which statement will you use in an S60 resource file to declare the version number of the resource file?
While editing text in alpha mode on an S60 device, which of the following keys is used for changing the character case?