Web Technologies, .NET, and Xcelsius Fundamentals

Covers web development platforms, .NET Framework concepts, Xcelsius dashboard tool, and general computer keyboard shortcuts

20 Questions Published

Questions

Question 1 True/False

Toggle button has only one event. True/False?

  1. True
  2. False
Question 2 True/False

Custom Dialog boxes can be built in Xcelsius by grouping multiple components.

  1. True
  2. False
Question 3 Multiple Choice (Multiple Answers)

“Problem Accessing Excel: Exiting” - Select the solution for solving the above issue in Xcelsius

  1. Kill excel tasks from task manager
  2. Change the security options in the Microsoft Office folder
  3. Check and remove any weird Excel add-ins
  4. None of the above
Question 4 True/False

Zooming of a particular widget in a dashboard, on mouseover of the widget is possible.True or false?

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Which component can be used to automatically trigger active links in Xcelsius, when clicked?

  1. Toggle Button
  2. URL Button
  3. Push Button
  4. All the above
Question 6 Multiple Choice (Single Answer)

Ctrl + Right arrow

  1. Highlights from current position to end of line.
  2. Moves one word to the right at a time.
  3. Moves one word to the left at a time.
  4. Goes to end of current line
Question 7 Multiple Choice (Single Answer)

Ctrl + Right arrow

  1. Highlights from current position to end of line.
  2. Moves one word to the right at a time.
  3. Moves one word to the left at a time.
  4. Goes to end of current line
Question 8 Multiple Choice (Single Answer)

Shift + Ins

  1. Caps on
  2. Select all text.
  3. Paste
  4. Copy selected item
Question 9 Multiple Choice (Single Answer)

Ctrl + Ins

  1. Goes to end of document.
  2. Goes to beginning of document.
  3. Cut selected item.
  4. Copy selected item
Question 10 Multiple Choice (Single Answer)

Alt + Tab or Alt + Esc

  1. Open help for the program you're in.
  2. Quickly switch between open programs
  3. Open the Find in any program
  4. Move the cursor to the beginning or end of a document.
Question 11 Multiple Choice (Single Answer)

Ctrl + Y

  1. Copy the text
  2. Paste the text
  3. Undo any change
  4. Redo any change
Question 12 True/False

MS.NET Frameworks lesser than .NET 2.0 do not support 64 bit operating systems.

  1. True
  2. False
Question 13 True/False

.NET provides the concept of a namespace, a logical division within which a name needs to be unique.

  1. True
  2. False
Question 14 True/False

Just like COM, .Net provides cross-language inheritance, that is, to allow a class written in one language, to derive from a base class written in another language.

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

Range Validator web control runs at (remember the property, run at = "server"..?)

  1. Client machine
  2. Server
  3. Either 1 or 2
  4. Neither 1 nor 2
Question 16 True/False

We can store session state in SQL server also.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

__________ provides a single programmatic interface for all providers of data.

  1. ODBC
  2. OLEDB
  3. Both ODBC and OLEDB
  4. None of the above
Question 18 True/False

Forms-based authentication and Cookie-based authentication are same.

  1. True
  2. False
Question 19 Multiple Choice (Single Answer)

A) Input controls can maintain their contents and selection from one round-trip to another. B) Display controls can maintain their state from one round-trip to another.

  1. Option A is correct
  2. Option B is correct
  3. Both A and B are correct
  4. Both A and B are incorrect
Question 20 True/False

All Internet applications access remote data stores

  1. True
  2. False