say FORMAT(123.45,5,3)?
" 123.450"
"123.45"
"00123.450"
"00123.45"
say FIND ('MARY HAD A LITTLE LAMB)','A LITTLE LAMB')
1
2
3
4
say C2X('A123')?
C1F1F2F3
A1010203
A2010203
C2010203
COMPARE ('APPLES', APPLESAUCE')?
7
8
9
10
PROCEDURE instruction: Makes all variables in the function/ subroutine as local variables
True
False
EXPOSE variable-1 ... varible-n
Allow Variable-1 through variable-n to be shared with the main part of the program
Used with the PROCEDURE instruction
suppress Variable-1 through variable-n not to be share with main part of the program
All the above
OTHERWISE should be specified along with SELECT instruction.
When was the first IBM System/360 introduced?
1965
1945
1955
1975
What is the defining characteristic of mainframe?
Integrity, Curiosity, Reliability (ICS)
Memory, Decisive, Authoritarian (MDA)
Reliability, Availability, Serviceability (RAS)
Reliability, Sensitive, Organized (RSO)
Which Mainframe design replaced the older bipolar technology of specialized heating, ventilation and Air conditioning (HVAC)in 1990s?
DMOS
CMOS
BMOS
AMOS