C# Chapter 2 Quiz

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

The Visual Studio Express 2012 for Windows Desktop can be used to create apps only in C#. True or false

False

You cannot browse the web from within the Visual Studio 2012 environment. True or False

False

To make a new project you have to go into the Get Started section. True or False

False - new project

A solution is a group of related files, such as C# code, images and documentation. True or False

False. A project is a group of related files, a solution is a group of projects that represent a complete app or a set of related apps.

The Solution Explorer window provides access only to certain files in the solution. True or False

False. Solution Explorer provides access to all files in the solution

The programmer can also access all the commands in the menus from the toolbar. True or False

False. The programmer can access certain commonly used commands from the toolbar.

The _____ window allow you to browse solution files.

Solution Explorer

The _____ property specifies how text is aligned within a Label's boundaries.

TextAlign

The ______ contains the controls that you can add to a Form.

Toolbox

Autohide enables the tool box to shrink down to the edge of the screen.

True

Commands for managing the IDE and for developing, maintaining and executing programs are contained in the menus, which are located on the menu bar. True or False

True

Dragging and dropping predefined blocks into place is part of the visual programming in C# True or false

True

The toolbox contains icons representing controls used to customize forms. True or False

True

The technique of _____ allows you to create GUI's without writing any code.

Visual app development

The View menu: a) Contains commands for displaying IDE windows and toolbars b) Contains commands for arranging a form's controls. c) Contains commands for managing a project and its files. d) Contains commands for compiling a program.

a) Contains commands for displaying IDE windows and toolbars

If the Solution Explorer is not shown, select __________. a) View > Solution Explorer b) File > Solution Explorer c) Edit > Solution Explorer d) Tools > Solution Explorer

a) View > Solution Explorer

The properties in the Properties window can be sorted _____ or ______.

alphabetically, categorically

The ______ feature hides a window in the IDE.

autohide

1. By default, the Visual Studio 2012 IDE assigns this name to a new Windows Forms project: a) NewProject1 b) WindowsFormsApplication1 c) NewProject d) MyProject

b. WindowsFormsApplication1

A is a window used to communicate with users. a) form b) control c) dialog d) None of the above.

c) dialog

delimited

can be split over several line ex. /* This is a delimited comment It can be split over many lines*/

_____ displays relevant help articles, based on the current context.

context-sensitive help

The Microsoft Developers Network (MSDN) online library provides: a) tutorials b) articles c) downloads d) All of the above.

d) All of the above.

This menu contains commands for opening projects, closing projects, printing project data, etc. a) View menu b) Edit menu c) Tools menu d) File menu

d) File menu

The Properties window a) allows you to modify control's properties without writing any code. b) displays a control's information. c) has the same set of options for every control. d) a and b e) a and c

d. a and b

The purpose of the Visual Studio Express 2012 for Windows Desktop is to a) create a program. b) run a program. c) debug a program. d) All of the above

d. all of above

Write

does NOT position the screen cursor at the beginning of the next line in the console window

statements

end with a semicolon

class declaration

every app consists of a least one class that is defined by the programmer

Console.WriteLine

instructs the computer to perform an action - namely to display a STRING of characters

class keyword

introduces a class declaration and followed by the class name (public class Welcome1) (class keyword class name)

\n

line break

namespace

named collections of related classes

.NET Framework Class Library

namespaces are referred to this

Console

provides standard input/output capabilities that enable apps to read and display text in the console window from which the app executes

A(n) _____ is a group of one or more projects that collectively form a Visual C# app.

solution

using Directive

tells the compiler where to look for a class that's used in the app

single line comment

terminates at the end of the line on which it appears.

A Form's _____ property specifies the text displayed in the Form's title bar.

text

console apps

the input and output text in a console window (aka Command Prompt in Windows)

void

this method will NOT return information when they complete their task (public static VOID Man (string [] args)

A(n) _____ appears when the mouse pointer hovers over an icon.

too tip


Set pelajaran terkait

Simplifying Equations and the Distributive Property

View Set

第21课 在邮局 At the post office

View Set

Real Estate Private Equity Questions

View Set

Ch.15 The West Between the Wars, Ch.14 World War I and The Russian Revolution, Ch.13 Challenge and Transition in East Asia (1800-1914), Ch. 9 The French Revolution and Napoleon, Ch.12 The Reach of Imperialism (1800-1914), Ch.11 Mass Society and Democ...

View Set

Exam 6: Ch. 38 & 40 Musculoskeletal

View Set