Knowledge quiz

It’s time to put what you’ve learned to the test, get 8 questions right to pass this unit.

Q1.
Which of the following statements about exceptions are true?
There are two correct answers.
Q2.
The result of the expression result = var MOD 2. is 1. What does this tell you about the value of variable var?
Choose the correct answer.
Q3.
When you declare an internal table, you must specify how many rows it may contain.
Choose the correct answer.
Q4.
What information do you see when you position the mouse pointer over a variable in the debugger?
Choose the correct answer.
Q5.
The IF condition IF a > 10. is followed by the ELSEIF condition ELSEIF a = 25.The variable a has the value 25. Which code branch or branches are executed?
Choose the correct answer.
Q6.
Which of the following predefined ABAP types are complete?
There are two correct answers.
Q7.
You declare a variable as follows: DATA var TYPE I VALUE 100. Subsequently, you use the statement CLEAR var. What is the value of var after the CLEAR statement?
Choose the correct answer.
Q8.
Which of the following can you use to denote a comment in ABAP?
There are two correct answers.
Q9.
You want to concatenate two strings. Which is the correct operator?
Choose the correct answer.
Q10.
When you press F8 (Continue) in the debugger, where could the program processing next stop?
There are two correct answers.

Log in to track your progress & complete quizzes