EBK STARTING OUT WITH VISUAL C#
5th Edition
ISBN: 9780135204818
Author: GADDIS
Publisher: VST
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 5, Problem 12MC
The __________ control displays a standard Windows Save As dialog box.
- a. SaveAsDialog
- b. FileDialog
- c. SaveFileDialog
- d. StandardDialog
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
In a Visual Studio project, the bin\Debug folder is known as the __________. a. input folder b. output folder c. build folder d. home folder
Title Bar in AutoCAD contains
Program icon + program name + current file name
.only
.Program name + current file name only O
.Program icon + current file name only
.None of the above O
linux makefile topic
Running “make” command without the arguments starts the target ____ in the makefile.
Chapter 5 Solutions
EBK STARTING OUT WITH VISUAL C#
Ch. 5.1 - Prob. 5.1CPCh. 5.1 - Prob. 5.2CPCh. 5.1 - Prob. 5.3CPCh. 5.2 - What is a loop iteration?Ch. 5.2 - What is a counter variable?Ch. 5.2 - What is a pretest loop?Ch. 5.2 - Does the while loop rest its condition before or...Ch. 5.2 - What is an infinite loop?Ch. 5.3 - What messages will the following code sample...Ch. 5.3 - How many rimes will the following loop iterate?...
Ch. 5.4 - Name the three expressions that appear inside the...Ch. 5.4 - You want to write a for loop that displays I love...Ch. 5.4 - What would the following code display? for (int...Ch. 5.4 - What would the following code display? for (int...Ch. 5.5 - What is a posttest loop?Ch. 5.5 - What is the difference between the while loop and...Ch. 5.5 - How many times will the following loop iterate?...Ch. 5.6 - What is an output file?Ch. 5.6 - What is an input file?Ch. 5.6 - What three steps must be taken by a program when...Ch. 5.6 - What is the difference between a text file and a...Ch. 5.6 - Prob. 5.22CPCh. 5.6 - What type of object do you create if you want to...Ch. 5.6 - What type of object do you create if you want to...Ch. 5.6 - If you call the File.CreateText method and the...Ch. 5.6 - If you call the File.AppendText method and the...Ch. 5.6 - What is the difference between the WriteLine and...Ch. 5.6 - What method do you call to open a text file to...Ch. 5.6 - What is a files read position? Initially, where is...Ch. 5.6 - How do you read a line of text from a text file?Ch. 5.6 - How do you close a file?Ch. 5.6 - Assume inputFile references a StreamReader object...Ch. 5.7 - What is the benefit of using an Open and/or Save...Ch. 5.7 - Prob. 5.34CPCh. 5.8 - What does a Random objects Next method return?Ch. 5.8 - What does a Random objects NextDouble method...Ch. 5.8 - Write code that creates a Random object and then...Ch. 5.8 - Write code that creates a Random object and then...Ch. 5.8 - Prob. 5.39CPCh. 5.8 - What happens if the same seed value is used each...Ch. 5.9 - Prob. 5.41CPCh. 5.9 - Prob. 5.42CPCh. 5 - ListBox controls have an __________ method that...Ch. 5 - A __________ is commonly used to control the...Ch. 5 - A(n) __________ loop tests its condition before...Ch. 5 - The term __________ is used to describe a file...Ch. 5 - The term __________ file is used to describe a...Ch. 5 - A __________ file contains data that has been...Ch. 5 - When you work with a __________ file you access...Ch. 5 - Prob. 8MCCh. 5 - A __________ object is an object that is...Ch. 5 - When a program works with an input file, a special...Ch. 5 - When the user selects a file with the Open dialog...Ch. 5 - The __________ control displays a standard Windows...Ch. 5 - Once you have created a Random object, you can...Ch. 5 - Prob. 14MCCh. 5 - When you run an application, the applications form...Ch. 5 - If the ListBox is empty, the Items.Count property...Ch. 5 - To increment a variable means to increase its...Ch. 5 - When a variable is declared in the initialization...Ch. 5 - The while loop always performs at least one...Ch. 5 - The term read file is used to describe a file that...Ch. 5 - To append data to an existing file, you open it...Ch. 5 - As items are read from the file, the read position...Ch. 5 - The numbers that are generated by the Random class...Ch. 5 - Prob. 10TFCh. 5 - What is contained in the body of a loop?Ch. 5 - Write a programming statement that uses postfix...Ch. 5 - How many iterations will occur if the test...Ch. 5 - What are filename extensions? What do they...Ch. 5 - When an input file is opened, what is its read...Ch. 5 - How can you read all of the items in a file...Ch. 5 - What is a variable that is used to accumulate a...Ch. 5 - By default, the Open dialog box displays the...Ch. 5 - Prob. 9SACh. 5 - Prob. 10SACh. 5 - Write a loop that displays your name 10 times.Ch. 5 - Write a loop that displays all the odd numbers...Ch. 5 - Write a loop that displays every fifth number from...Ch. 5 - Write a code sample that uses a loop to write the...Ch. 5 - Assume that a file named People.txt contains a...Ch. 5 - Distance Calculator If you know a vehicles speed...Ch. 5 - Distance File Modify the Distance Calculator...Ch. 5 - Celsius to Fahrenheit Table Assuming that C is a...Ch. 5 - Prob. 4PPCh. 5 - Pennies for Pay Susan is hired for a job, and her...Ch. 5 - Prob. 6PPCh. 5 - Prob. 7PPCh. 5 - Prob. 8PPCh. 5 - Prob. 9PPCh. 5 - Addition Tutor Create an application that...Ch. 5 - Random Number Guessing Game Create an application...Ch. 5 - Calculating the Factorial of a Number In...Ch. 5 - Random Number File Writer Create an application...Ch. 5 - Random Number File Reader This exercise assumes...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Why should you utilise an Open and/or Save As dialogue box in an application that deals with files? What are the benefits of doing so?arrow_forwardThe instructions that will be executed only and only if the condition evaluates to true are known as __________. mathematical comparisons only multiple path file conditions and mathematical comparisons file conditions onlyarrow_forwardUpgrade progress bar using TPL in windows forms in c# kindly share witjh All screenshot resultarrow_forward
- In Chapter 2, you created an interactive application named MarshallsRevenue, and in Chapter 3 you created a GUI version of the application named MarshallsRevenueGUI. The programs prompt a user for the number of interior and exterior murals scheduled to be painted during the next month by Marshalls Murals. Next, the programs compute the expected revenue for each type of mural when interior murals cost $500 each and exterior murals cost $750 each. The applications also display the total expected revenue and a statement that indicates whether more interior murals are scheduled than exterior ones. Now, modify one or both of the applications to accept a numeric value for the month being scheduled and to modify the pricing as follows: Because of uncertain weather conditions, exterior murals cannot be painted in December through February, so change the number of exterior murals to 0 for those months. Marshall prefers to paint exterior murals in April, May, September, and October. To encourage business, he charges only $699 for an exterior mural during those months. Murals in other months continue to cost $750. Marshall prefers to paint interior murals in July and August, so he charges only 9450 for an interior mural during those months. Murals in other months continue to cost $500.arrow_forwardWhich of the following can be used to clear the text contained in the lblTax control? lblTax = String.Empty lblTax.Text = String.Empty lblTax.ClearText lblTax.Text.Cleararrow_forwardWhich property is used to give a form file a more meaningful name? File File Name Form Name Namearrow_forward
- Instructions: Create an application that lets you enter a new customer or a new employee. ConsoleWelcome to the Person ManagerCreate customer or employee? (c/e):Error! This entry is required. Try again.Create customer or employee? (c/e): pError! Entry must be 'c' or 'e'. Try again.Create customer or employee? (c/e): cFirst name: SteveLast name: TrevorCustomer number: M10293You entered a new Customer:Name: Steve TrevorCustomer Number: M10293Continue? (y/n): yCreate customer or employee? (c/e): eFirst name: DianaLast name: PrinceSSN: 111-22-3333You entered a new Employee:Name: Diana PrinceSSN: xxx-xx-3333Continue? (y/n): OKError! Entry must be 'y' or 'n'. Try again.Continue? (y/n): n SpecificationsCreate a class named Person with these constructors and methods: public Person(String first, String last)public String getFirstName()public void setFirstName(String first)public String getLastName()public void setLastName()The Person class should override the toString() method so it returns the…arrow_forwardMULTIPLE CHOICE -The answer is one of the options below please solve carefully and circle the correct option Please write clear .arrow_forwardAssume a ticketing application for local trains. Users can use the app to book tíckets for local trains and receive online booking receipts. They can print these online booking receipts as a hard copy proof for traveling via local trains. The application consists of two accounts - Admin account and User account. Using the Admin account, the Admin can recharge the user account balance and view all the processed tickets of a user. When users log in to the application, they have to fill a ticket booking form to book tickets for the local trains traveling to their preferred destination. After users book ticket, they will receive the confirmation from the system. Draw a use case diagram and a class diagram for the above system.arrow_forward
- 11. the command button use the event load press click * 12. option button is more than one choice use as group only use one or more 13. shape has no like other tools * code mode eventarrow_forwardWhich of the following statements sends the focus to the btnClear control? a. btnClear.Focus() b. btnClear.Focus() = True c. btnClear.SendFocus() d. btnClear.SetFocus()arrow_forwardPython Programming You will need to create a menu that can be ran more than once. Below is an example of a menu you can use: File Assignments Menu Schedule File Create Report File Exit Please Enter your choice: Here is the schedule.txt file: DBA 125 mw 12-2 DBA 261 tth 8-10 DBA 120 tth 11-1 CTS 289 f 10-12 DBA 210 TBD Online If the user chooses option 2 (Create Report File), program is to read the schedule.txt file and create a report.txt file similar to the example shown below: Example of a report.txt file: Schedule Class Name Meting Days Meeting Times DBA125 MW 12-2 DBA261 TTh 8-10 DBA120 TTh 11-1 CTS289 F 10-12 DBA210 TBD Online Design the program to notify the user if no schedule.txt file exists (hint: exception handling)arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LMicrosoft Windows 10 Comprehensive 2019Computer ScienceISBN:9780357392607Author:FREUNDPublisher:CengageEBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT
- Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Microsoft Windows 10 Comprehensive 2019
Computer Science
ISBN:9780357392607
Author:FREUND
Publisher:Cengage
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Time Complexity Analysis - How To Calculate Running Time | InterviewBit; Author: InterviewBit;https://www.youtube.com/watch?v=--oxG4Q1PA0;License: Standard YouTube License, CC-BY