Questions Related to technology

Multiple choice technology platforms and products
  1. Parallel programming means development of multithreaded applications to improve performance for multi processor architectures

  2. Parallel programming harnesses the computing power of manycore (multi processor) architectures

  3. Helps developers solve business problems and not concurrency problems

  4. VS 2010 will include technologies to simplify parallel computing for both native and managed code developers

  5. Provides common infrastructure for resource management and task scheduling for Parallel-aware applications

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology platforms and products
  1. Text template is a mixture of text blocks and control logic that can generate a text file

  2. Text template can generate file that can be text of any kind, such as a Web page, or a resource file, or program source code in any language

  3. Text templates can be used at run time to produce part of the output of an application

  4. Text templates cannot be used for code generation

  5. Whenever you edit the template during development, the template is transformed to a class which is compiled as part of the application

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology platforms and products
  1. Provides “Call Hierarchy”, a design time feature which enables a developer to select an entity or method and see how the code calls inwards or outwards or passes the entity in and out of the code section

  2. New VS 2010 Editor is rebuilt using Silverlight

  3. Provides “Highlight References” feature, which provides a visual representation of the references to a selected entity in the code without needing to use the “Find In Files” feature

  4. Navigate To feature to search for a symbol or file in the source code

  5. The Generate From Usage feature that lets you use classes and members before you define them

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology platforms and products
  1. Visual Studio 2010 includes new project templates for creating solutions that target Microsoft Office 2010

  2. You can create solutions for 32-bit and 64-bit versions of Microsoft Office 2010

  3. The code that you write in Office projects is the always same when you target the .NET Framework 3.5 or the .NET Framework 4

  4. You can combine multiple document-level and application-level office solutions and deploy them as a single package

  5. When you target the .NET Framework 4, it is now possible to deploy office solutions without the Office primary interop assemblies

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology platforms and products
  1. Visual Studio 2010 will support UML 2.1. All 13 diagrams of UML will be supported in Visual Studio 2010

  2. You can generate Use Case, Sequence, Class, Component, and Activity Diagrams

  3. The new Architecture Explorer provides architects and developers a mechanism for visualizing code assets in a number of ways including graphs, stacked diagrams and dependency matrices

  4. Layer diagram feature enables to define the high level architectural layers of the system in visual representation and allows to check these constraints automatically during implementation phase

  5. Microsoft Test Runner enables to take a snapshot of the system data, including OS version and Service Pack and other pertinent system data and also capture images of the application under test, or even partial or full screen video of the test being run.

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology platforms and products
  1. Search in the Breakpoints window, label breakpoints, import and export breakpoints

  2. There is no support for debugging mixed-mode native and managed code on 64-bit operating systems

  3. You can use the Parallel Stacks and Parallel Tasks debugger tool windows to visualize and debug parallel code that is written in C++, C#, or VB

  4. A newly redesigned Threads window provides filtering, call-stack searching and expansion, and grouping

  5. WPF debugging enhancements include enhanced tracing to view events in your WPF application and WPF Tree Visualizer to inspect and search the WPF tree

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology platforms and products
  1. You can develop SharePoint solutions with SharePoint project type templates and SharePoint project item templates

  2. Browse SharePoint sites by using the Server Explorer

  3. Debug SharePoint applications by pressing F5

  4. The SharePoint development tools in Visual Studio 2010 are same as the Visual Studio extensions for Windows SharePoint Services available for Visual Studio 2005/2008

  5. Aggregate and integrate back-end data by using Business Data Connectivity (BDC) models

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology platforms and products
  1. The Visual Studio 2010 Report Viewer controls do not support the SQL Server 2005 version of Reporting Services report server

  2. Microsoft Word is added as an export format for report generation

  3. Visual Studio 2010 provides a new Report Wizard that simplifies data definition and report design by guiding you step-by-step through a series of tasks that lead to a finished report

  4. You cannot process your existing RDL 2005 reports in the Visual Studio 2010 Report Viewer controls

  5. The new Tablix and gauge data regions and enhanced chart data regions in Report Designer are the enhancements in VS 2010 for Report creation

Reveal answer Fill a bubble to check yourself
D Correct answer