Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 (1 point) Which error will show up as a red squiggle under code in the code window? Question 1 options: Error in Judgement

Question 1 (1 point)

image text in transcribed

Which error will show up as a red squiggle under code in the code window?

Question 1 options:

Error in Judgement

Linking Error

Build Error

Run Time Error

Syntax Error

Save

Question 2 (1 point)

image text in transcribed

Which one of the following is a valid comment in C#?

Question 2 options:

\ I love Programming

/* I love Programming */

/ I love Programming

# I love Programming

' I love Programming

Save

Question 3 (1 point)

image text in transcribed

private void btnExit_Click(object sender, EventArgs e)

The above code is an example of a method that responds to events. Another name for this is an ___________.

Question 3 options:

Event Handler

Event Notification

Event Wire

Event Property

Event Procedure

Save

Question 4 (1 point)

image text in transcribed

An object is __________.

Question 4 options:

an instance of a class

a grouping of related classes

X

the code that defines the characteristics of a class

the code for a Windows form

Save

Question 5 (1 point)

image text in transcribed

The process of creating an object in C# from a class is called __________.

Question 5 options:

instantiation

initialization

objectification

declaration

using

Save

Question 6 (1 point)

image text in transcribed

What is the proper format when trying to use a method of a object such as the close method of your form?

Question 6 options:

object named followed by a period followed by the method name with possible parameters separated by a space

class name followed by a hyphen followed by the method name

method name followed by a period followed by the object name with parameters separated by commas

object named followed by a period followed by the method name followed by a set of parentheses with possible parameters

class name followed by a period followed by the method name

Save

Question 7 (1 point)

image text in transcribed

Which one of the following is a valid comment in C#?

Question 7 options:

/ I love Programming

\ I love Programming

' I love Programming

# I love Programming

// I love Programming

Save

Question 8 (1 point)

image text in transcribed

You have the form designer open and double click on a button. To which event for that button does Visual Studio take you in the code?

Question 8 options:

Text Changed Event

Click Event

Double Click Event

Click Changed Event

Button Changed Event

Save

Question 9 (1 point)

image text in transcribed

A class is __________.

Question 9 options:

the code for a Windows form

a grouping of related objects

the code that defines the characteristics of an object

an instance of an object

just the methods of an object

Save

Question 10 (1 point)

image text in transcribed

Each C# statement must end with a particular punctuation. Which one is it?

Question 10 options:

period .

hyphen -

semi-colon ;

colon :

dollar sign $

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions