ABAP, COBOL, and Java Programming Fundamentals
Quiz covering programming language concepts including ABAP dictionary and syntax, COBOL verbs and statements, Java identifiers, and generics in programming languages.
Questions
A single type can not define multiple generic-type parameters.
- True
- False
You can not use generics in structs.
- True
- False
INDEX NAME MUST BE UNIQUE ?
- True
- False
INDEXES CAN NOT BE MANIPULATED BY PERFORM/SET/SEARCH STATEMENTS ?
- True
- False
A SEARCH STATEMENT AUTOMATICALLY INITIALIZE THE INDEX AT 1 ?
- True
- False
INSPECT VERB IS USED TO REPLACE THE OCCURANCES OF SINGLE OR GROUP OF CHARACTERS IN DATA FIELD ?
- True
- False
"OVERFLOW" AND "NOT ON OVERFLOW" OPTIONS CAN BE USED WITH COBOL STRING VERB?
- True
- False
The String moves data from Left to Right just like alphanumeric fields are moved ?
- True
- False
What is the Transaction code for Menu painter?
- SE51
- SE41
- SE38
- SE37
If a table does not have MANDT as part of the primary key,then it is considered as
- A structure
- Client Independent
- Invalid
- Client Dependent
In regard to CALL, which of the following is NOT a valid statement?
- CALL FUNCTION
- CALL SCREEN
- CALL TRANSACTION
- CALL PROGRAM
Mapping of 1:1 relationship to database table is a
- Transparent
- View
- Cluster
- Pooled
What is the system field for the current date?
- SY-SDATE
- SY-DATE
- SY-DATUM
- SY-DATID
The SAP service that ensures data integrity by handling locking is called
- Enqueue/Dequeue
- Spool
- Update
- Dialog
Which keyword adds a line anywhere within an internal table?
- insert
- append
- add
- modify
To read a single line of an internal table, use the following:
- LOOP AT itab. _ ENDLOOP.
- SELECT SINGLE * FROM itab.
- READ itab.
- READ TABLE itab.
Which keyword adds rows to an internal table while accumulating numeric values?
- INSERT
- APPEND
- COLLECT
- GROUP
When creating a transparent table in the ABAP Dictionary, which step automatically creates the table in the underlying database?
- Adding technical settings to the table
- Checking the table syntax
- Saving the table
- Activating the table
Which of the following describes the internal representation of a type D data object?
- YYYYMMDD
- MMDDYYYY
- YYYYDDMM
- DDMMYYYY
What is the length of identifiers in java?
- 8 characters
- 128 characters
- 255 characters
- Any length