0

programming languages Online Quiz - 16

Description: programming languages Online Quiz - 16
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0
  1. speed up database queries

  2. encrypt passwords

  3. transform XML into HTML

  4. cache html pages


Correct Option: C

Who invented 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

A section of code that responds to a particular interaction of the user with a gui control is called a ... ?

  1. dispatch function

  2. event handler

  3. control structure

  4. exception handler


Correct Option: B
  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

Dim strOne strOne=InStrRev("abc","ABC") Msgbox strOne

  1. 1

  2. 3

  3. 0

  4. 6


Correct Option: C

Dim x x=InStrRev("abc abc","abc") x=????

  1. x=2

  2. x=3

  3. x=5

  4. x=0


Correct Option: C

Dim x x=InStr("abc abc","abc") Msgbox x

  1. 0

  2. 2

  3. 1

  4. 3


Correct Option: C
- Hide questions