Options

Navision Questions

jigarvyas_1jigarvyas_1 Member Posts: 8
Hi,
I have a confusion in some questions. The questions are:
1.What is the value of TheAnswer after executing the following code?
I := 1;
WHILE I < 19 DIV 2 DO
I := I + 3;
CASE TRUE OF
I <= 8: TheAnswer := 'A';
I = 9: TheAnswer := 'B';
I > 9: TheAnswer := 'C';
ELSE TheAnswer := 'D';
END;
A#'A'
B#'B'
C#'C'
D#'D'
2. Select the item that represents an advantage of C/FRONT over C/ODBC for integrating with Navision data stored on the Navision Server.
A#C/ODBC uses a client session. C/FRONT does not.
B#C/FRONT can calculate FlowField values. C/ODBC cannot.
C#C/FRONT instructions are easier to write than C/ODBC instructions.
D#C/FRONT is faster than C/ODBC.
3. Select an item that respresents an advantage of C/ODBC over C/FRONT for integrating with Navision data stored on the Navision Server.
A#C/FRONT uses a client session. C/ODBC does not.
B#C/ODBC is faster than C/FRONT.
C#C/ODBC instructions are easier to write than C/FRONT instructions.
D#C/ODBC can calculate FlowField values. C/FRONT cannot.
Waiting for your favorable response at the earliest.
Thanking You,

Comments

  • Options
    AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
    [Topic moved from NAV/Navision to NAV Exams & Certification forum]
Sign In or Register to comment.