Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. Prints: 7

  2. Prints: 7.0

  3. Compile-time error

  4. Run-time error

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. Prints: 0xFFFF,0xFFFF,false

  2. Prints: 0xFFFF,0xFFFF,true

  3. Prints: -1,-1,false

  4. Prints: -1,-1,true

  5. Compile-time error

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. Prints: false,false,false

  2. Prints: false,false,true

  3. Prints: true,false,false

  4. Prints: true,false,true

  5. Prints: true,true,true

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology programming languages
  1. Prints: false,false,false

  2. Prints: false,true,false

  3. Prints: true,false,false

  4. Prints: true,true,false

  5. Prints: true,true,true

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology programming languages
  1. A view is a database diagram.

  2. A view is a virtual table which results of executing a pre-compiled query. A view is not part of the physical database schema, while the regular tables are.

  3. A view is a special stored procedure executed when certain event occurs.

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology programming languages
  1. A blinking vertical line that indicates the location of the next input on the display screen.

  2. A cursor is SQL keyword specifying a retrieved data order.

  3. Cursor is acronym for Current Set Of Records and is a database object pointing to a currently selected set of records.

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer