Lab Price = $10
Please feel free to send us your queries at: [email protected]
Payment Methods
Problem Statement
Exam: 036841RR – CONTROLS, EVENTS, STREAMS, ANDUSING LINQ
When you have completed your exam and reviewed your answers, click Submit Exam. Answers will not be recorded until you hit Submit Exam. If you need to exit before completing the exam, click Cancel Exam.
Questions 1 to 20: Select the best answer to each question. Note that a question and its answers may be split across a page break, so be sure that you have seen the entire question and all the answers before choosing an answer.
1. You’re working on adding MonthCalendar Controls to your Form. Which of the following properties would you use to set the first day that can be selected?
A. FirstDate
B. MinDate
C. OneDate
D. PrimeDate
2. When a C# program runs, which standard stream object accepts data sent from the keyboard?
A. Console.Out
B. Console.In
C. Write
D. WriteLine
3. Which of the following is not derived from the ButtonBase class?
A. RadioButton
B. CheckBox
C. Button
D. ListBox
4. A value that uniquely identifies a record is called a
A. compound factor.
B. table.
C. composite.
D. primary key.
5. Which class provides the definitions for Forms and Buttons?
A. Base
B. Forms
C. Control
D. Buttons
6. A method that performs a task in response to an event is called an event
A. wiring.
B. receiver.
C. driver.
D. handler.
7. Which of the following declares the BackColor of a Label?
A. label5.BackColor.Red = System.Drawing.Color.Red;
B. label5.BackColor = System.Drawing.Color.Red;
C. label5.BackColor = Color.Red;
D. label5.BackColor = System.Color.Red;
8. The interactive components that can be added to a graphical user interface (GUI) are known as
A. objects.
B. elements.
C. gadgets.
D. widgets.
9. Two programmers are discussing working with a Form’s layout. Zoe says that a Form has a Padding property that specifies the distance between docked Controls and the edges of the Form. Victor says that setting the dock property attaches a Control to the side of a container so that the Control’s size does not change when the container’s size is adjusted. Who is correct?
A. Both Zoe and Victor are correct.
B. Only Victor is correct.
C. Neither Zoe nor Victor is correct.
D. Only Zoe is correct.
10. A block of text that represents an entity is known as a
A. group.
B. record.
C. field.
D. token.
11. In your hierarchy of data, fields are grouped together into
A. field groups.
B. characters.
C. sets.
D. records.
12. Which of the following public Control properties allows you to set the size and location of the Control relative to the parent Control?
A. parent
B. location
C. anchor
D. bounds
13. When defining a ButtonBase object, using an ampersand (&) before a letter in the Text property value allows the letter to act as a/an
A. widget.
B. null value.
C. exception event.
D. access key.
14. Which of the following properties enables users to press the SHIFT, CTRL, and arrow keys to make multiple selections?
A. MultiExtended
B. MultiSimple
C. MultiMode
D. MultiComplex
15. Which of the following is not an example of an aggregate operator?
A. Count( )
B. Record( )
C. Average( )
D. Sum( )
16. Which of the following properties displays items in columns?
A. TopIndex
B. Boolean MultiColumn
C. Multicolumn
D. Sorted
17. Which of the following is not a Control class public instance event?
A. HelpRequested
B. Move
C. MouseDoubleClick
D. Resize
18. A symbol in a database that stands for any or all is known as a
A. query.
B. wildcard.
C. compound key.
D. primary key.
19. Which of the following statements represents a legal delegate?
A. delegate null StudentDelegate(double);
B. delegate void StudentDelegate(string s);
End of exam
C. void StudentID(int);
D. delegate double ClassroomDelegate(string s);
20. Which of the following statements about primary keys is true?
A. They should always begin with a letter.
B. They should be flexible.
C. They should also be created in pairs.
D. They should be immutable.
When you have completed your exam and reviewed your answers, click Submit Exam. Answers will not be recorded until you hit Submit Exam. If you need to exit before completing the exam, click Cancel Exam.
Questions 1 to 20: Select the best answer to each question. Note that a question and its answers may be split across a page break, so be sure that you have seen the entire question and all the answers before choosing an answer.
1. You’re working on adding MonthCalendar Controls to your Form. Which of the following properties would you use to set the first day that can be selected?
A. FirstDate
B. MinDate
C. OneDate
D. PrimeDate
2. When a C# program runs, which standard stream object accepts data sent from the keyboard?
A. Console.Out
B. Console.In
C. Write
D. WriteLine
3. Which of the following is not derived from the ButtonBase class?
A. RadioButton
B. CheckBox
C. Button
D. ListBox
4. A value that uniquely identifies a record is called a
A. compound factor.
B. table.
C. composite.
D. primary key.
5. Which class provides the definitions for Forms and Buttons?
A. Base
B. Forms
C. Control
D. Buttons
6. A method that performs a task in response to an event is called an event
A. wiring.
B. receiver.
C. driver.
D. handler.
7. Which of the following declares the BackColor of a Label?
A. label5.BackColor.Red = System.Drawing.Color.Red;
B. label5.BackColor = System.Drawing.Color.Red;
C. label5.BackColor = Color.Red;
D. label5.BackColor = System.Color.Red;
8. The interactive components that can be added to a graphical user interface (GUI) are known as
A. objects.
B. elements.
C. gadgets.
D. widgets.
9. Two programmers are discussing working with a Form’s layout. Zoe says that a Form has a Padding property that specifies the distance between docked Controls and the edges of the Form. Victor says that setting the dock property attaches a Control to the side of a container so that the Control’s size does not change when the container’s size is adjusted. Who is correct?
A. Both Zoe and Victor are correct.
B. Only Victor is correct.
C. Neither Zoe nor Victor is correct.
D. Only Zoe is correct.
10. A block of text that represents an entity is known as a
A. group.
B. record.
C. field.
D. token.
11. In your hierarchy of data, fields are grouped together into
A. field groups.
B. characters.
C. sets.
D. records.
12. Which of the following public Control properties allows you to set the size and location of the Control relative to the parent Control?
A. parent
B. location
C. anchor
D. bounds
13. When defining a ButtonBase object, using an ampersand (&) before a letter in the Text property value allows the letter to act as a/an
A. widget.
B. null value.
C. exception event.
D. access key.
14. Which of the following properties enables users to press the SHIFT, CTRL, and arrow keys to make multiple selections?
A. MultiExtended
B. MultiSimple
C. MultiMode
D. MultiComplex
15. Which of the following is not an example of an aggregate operator?
A. Count( )
B. Record( )
C. Average( )
D. Sum( )
16. Which of the following properties displays items in columns?
A. TopIndex
B. Boolean MultiColumn
C. Multicolumn
D. Sorted
17. Which of the following is not a Control class public instance event?
A. HelpRequested
B. Move
C. MouseDoubleClick
D. Resize
18. A symbol in a database that stands for any or all is known as a
A. query.
B. wildcard.
C. compound key.
D. primary key.
19. Which of the following statements represents a legal delegate?
A. delegate null StudentDelegate(double);
B. delegate void StudentDelegate(string s);
End of exam
C. void StudentID(int);
D. delegate double ClassroomDelegate(string s);
20. Which of the following statements about primary keys is true?
A. They should always begin with a letter.
B. They should be flexible.
C. They should also be created in pairs.
D. They should be immutable.
Relevant Material
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Payment Details
Lab Price = $10
Please feel free to send us your queries at: [email protected]
Payment Methods
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.