Tag: programming languages

Questions Related to programming languages

  1. speed up database queries

  2. encrypt passwords

  3. transform XML into HTML

  4. cache html pages


Correct Option: C
  1. Anders Hejlsberg

  2. Grace Hopper

  3. Bjarne Stroustrup

  4. Alan Cooper


Correct Option: C
  1. web languages

  2. declarative languages

  3. functional languages

  4. visual languages


Correct Option: C
  1. Extensible Book Notation Format

  2. a replacement for the SAX XML parser

  3. the leader of the free software foundation

  4. a syntax for defining grammar


Correct Option: D
  1. a defensive programming style

  2. a web framework

  3. a threading library

  4. a CPU design strategy


Correct Option: D
Dim strQuestion,strCount
strQuestion=" abc " 
strQuestion=Trim(strQuestion) 
strCount=Len(strQuestion)
  1. strCount=7

  2. strCount=9

  3. strCount=3

  4. strCount=0


Correct Option: C