Tag: programming languages

Questions Related to programming languages

  1. Practically Extracted Reporting Language

  2. Practical Extraction report Language

  3. Practical Extraction and report Language

  4. Practical Export and report Language


Correct Option: C

Perl is slower than sed and awk

  1. True

  2. False


Correct Option: B

Perl Variables can declared in lexical scope.

  1. True

  2. False


Correct Option: A

Perl libraries are defined in terms of __________?

  1. Modules

  2. Classes

  3. Packages

  4. Libraies


Correct Option: A

Perl is Written to be Practical. It means it is..?

  1. Complete

  2. Easy to use

  3. Efficient

  4. Not agreed with above three


Correct Option: A,B,C

class SRC104 { public static void main (String[] args) { System.out.print(Math.round(Float.NaN)); }} What is the result of attempting to compile and run the program?

  1. Prints: NaN

  2. Prints: 0.0

  3. Prints: 0

  4. Compile-time error

  5. Run-time error


Correct Option: C