Web Technologies, .NET, and Xcelsius Fundamentals
Covers web development platforms, .NET Framework concepts, Xcelsius dashboard tool, and general computer keyboard shortcuts
Questions
Toggle button has only one event. True/False?
- True
- False
Custom Dialog boxes can be built in Xcelsius by grouping multiple components.
- True
- False
“Problem Accessing Excel: Exiting” - Select the solution for solving the above issue in Xcelsius
- Kill excel tasks from task manager
- Change the security options in the Microsoft Office folder
- Check and remove any weird Excel add-ins
- None of the above
Zooming of a particular widget in a dashboard, on mouseover of the widget is possible.True or false?
- True
- False
Which component can be used to automatically trigger active links in Xcelsius, when clicked?
- Toggle Button
- URL Button
- Push Button
- All the above
Ctrl + Right arrow
- Highlights from current position to end of line.
- Moves one word to the right at a time.
- Moves one word to the left at a time.
- Goes to end of current line
Ctrl + Right arrow
- Highlights from current position to end of line.
- Moves one word to the right at a time.
- Moves one word to the left at a time.
- Goes to end of current line
Shift + Ins
- Caps on
- Select all text.
- Paste
- Copy selected item
Ctrl + Ins
- Goes to end of document.
- Goes to beginning of document.
- Cut selected item.
- Copy selected item
Alt + Tab or Alt + Esc
- Open help for the program you're in.
- Quickly switch between open programs
- Open the Find in any program
- Move the cursor to the beginning or end of a document.
Ctrl + Y
- Copy the text
- Paste the text
- Undo any change
- Redo any change
MS.NET Frameworks lesser than .NET 2.0 do not support 64 bit operating systems.
- True
- False
.NET provides the concept of a namespace, a logical division within which a name needs to be unique.
- 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.
- True
- False
Range Validator web control runs at (remember the property, run at = "server"..?)
- Client machine
- Server
- Either 1 or 2
- Neither 1 nor 2
We can store session state in SQL server also.
- True
- False
__________ provides a single programmatic interface for all providers of data.
- ODBC
- OLEDB
- Both ODBC and OLEDB
- None of the above
Forms-based authentication and Cookie-based authentication are same.
- True
- False
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.
- Option A is correct
- Option B is correct
- Both A and B are correct
- Both A and B are incorrect
All Internet applications access remote data stores
- True
- False