Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 16 pages
Exam (elaborations)

PRN221-P6 EXAM QUESTIONS AND ANSWERS 100% PASS

Document preview thumbnail
Preview 3 out of 16 pages

PRN221-P6 EXAM QUESTIONS AND ANSWERS 100% PASS what is the following style tag used for? Window x:Class="fe.MainWindow" Title="MainWindow" Height="200" Width="300" Window.Resources Style TargetType="TextBlock" Setter Property="Foreground" Value="Green"/ Setter Property="FontSize" Value="20"/ /Style /Window.Resources StackPanel Margin="10" TextBlockWPF/TextBlock TextBoxNET/TextBox /StackPanel /Window A. Set foreground is Green and FontSize is 20 for textBlock controls 2COPYRIGHT © 2025 BY KATELYN WHITMAN, ALL RIGHTS RESERVED B. Set foreground is Green and FontSize is 20 for textBock controls C. Set foreground is Green and FontSize is 20 for controls D. Set background is Green and FontSize is 20 for controls - A public record Order{ Public int OrderId {get; set} Public string OrderDate{get; set} } Class Program{ Static void Main(string[] args){ ListOrder orders = new ListOrder{ New Order{OrderId=1, OrderDate="12/5/2030"}; } Var orderJson = JsonSerializer.Serilize(order)

Content preview

PRN221-P6 EXAM QUESTIONS AND
ANSWERS 100% PASS


what is the following style tag used for?

<Window x:Class="fe.MainWindow"

Title="MainWindow" Height="200" Width="300">

<Window.Resources>

<Style TargetType="TextBlock">

<Setter Property="Foreground" Value="Green"/>

<Setter Property="FontSize" Value="20"/>

</Style>

</Window.Resources>

<StackPanel Margin="10">

<TextBlock>WPF</TextBlock>

<TextBox>NET</TextBox>

</StackPanel>

</Window>

A. Set foreground is Green and FontSize is 20 for textBlock controls



COPYRIGHT © 2025 BY KATELYN WHITMAN, ALL RIGHTS RESERVED 1

,B. Set foreground is Green and FontSize is 20 for textBock controls

C. Set foreground is Green and FontSize is 20 for controls

D. Set background is Green and FontSize is 20 for controls - ✔✔A

public record Order{

Public int OrderId {get; set}

Public string OrderDate{get; set}

}

Class Program{

Static void Main(string[] args){

List<Order> orders = new List<Order>{

New Order{OrderId=1, OrderDate="12/5/2030"};

}

Var orderJson = JsonSerializer.Serilize(order);

Console.WriteLine($"orderJson");

Console.ReadKey();

}

}

Which one of the following is the output of the above code?

A. [{"OrderId":1, "OrderDate":"12/5/2030"}]

B. {"OrderId":1, "OrderDate":"12/5/2030"}

C. ["OrderId":1, "OrderDate":"12/5/2030"]


COPYRIGHT © 2025 BY KATELYN WHITMAN, ALL RIGHTS RESERVED 2

, D. An exception will be thrown - ✔✔A

Which of the following statements related to the Parallel Computing is True?

Statement 1: Parallel computing is the use of multiple processing elements
simultaneously for solving any problem

Statement 2: In Parallel computing problems are broken down into instructions and are
solved concurently as each resource that has been applied to work is working at the
same time

A. Statement 1 and 2

B. Statement 1

C. Statement 2

D. None of the others - ✔✔B

Javascript clients of signalR application call public method on hubs via the invoke
method of the hubConnection. The invoke method accepts the name of the hub method
and any argument defined in the hub method.

Support that you already have define the following code:

Var connection = new signalR.HubConnectionBuilder()

.withUrl("/chatHub")

.create();

Connection.start();

Which of the following codes you can call "invoke" method?

A. Try {

Await connection .invoke("SendMessage", user, message);



COPYRIGHT © 2025 BY KATELYN WHITMAN, ALL RIGHTS RESERVED 3

Document information

Uploaded on
April 6, 2025
Number of pages
16
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$12.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KatelynWhitman
3.6
(259)
Sold
1242
Followers
485
Items
43377
Last sold
3 days ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions