Starting Out With Visual Basic, Student Value Edition (8th Edition)
8th Edition
ISBN: 9781323836194
Author: Tony Gaddis, Kip R. Irvine
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 3.2, Problem 3.10CP
Write a Date literal for the following date and time: 5:35:00 PM on February 20, 2019.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Replace all the 0 (Zero) digits in your ID by 4.
Example: If your ID is 382200448 , it becomes 382244448
Take the first 6 digits and substitute them in this expression (( A + B) / C) * ((D-E)/F)-2) according to the following table; [1 mark]
Letter
Replace by Digit
Example Digit
A
1st
3
B
2nd
8
C
3rd
2
D
4th
2
E
5th
4
F
6th
4
After substitution your expression ?
Draw a rooted tree that represents your expression. [3 marks]
What is the prefix form of this expression. [3 marks]
What is the value of the prefix expression obtained in step 2 above? [3 marks]
House Building [Code should be in python] You are to draw a House using the base primitives: points, lines, or triangles. You can use GL_POINTS, GL_LINES or GL_TRIANGLES for designing this house. A diagram has been provided as an example. You can modify the house design to your liking.
Assignment details:
Replace all the 0 (Zero) digits in your ID by 4.
Example: If your ID is 38104680, it becomes 38144684
Take the first 6 digits and substitute them in this expression (( A + B) / C) * ((D-E)/F)-2) according to the following table;
Letter
Replace by Digit
Example Digit
A
1st
3
B
2nd
8
C
3rd
1
D
4th
4
E
5th
4
F
6th
6
After substitution your expression will be similar to this (( 3 + 8) / 1) * ((4-4)/6)-2).
Draw a rooted tree that represents your expression. [3 marks]
What is the prefix form of this expression.
What is the value of the prefix expression obtained in step 2 above?
Chapter 3 Solutions
Starting Out With Visual Basic, Student Value Edition (8th Edition)
Ch. 3.1 - What TextBox control property holds text entered...Ch. 3.1 - Prob. 3.2CPCh. 3.1 - Prob. 3.3CPCh. 3.1 - Prob. 3.4CPCh. 3.2 - Prob. 3.5CPCh. 3.2 - Write a variable declaration for an Integer...Ch. 3.2 - Which of the following variable names are written...Ch. 3.2 - Prob. 3.8CPCh. 3.2 - What default value is assigned to each of the...Ch. 3.2 - Write a Date literal for the following date and...
Ch. 3.2 - Prob. 3.11CPCh. 3.3 - Prob. 3.12CPCh. 3.3 - Prob. 3.13CPCh. 3.3 - Prob. 3.14CPCh. 3.3 - What will be the final value of dblResult in the...Ch. 3.3 - What will be the final value of dblResult in the...Ch. 3.4 - Prob. 3.17CPCh. 3.4 - Prob. 3.18CPCh. 3.4 - Prob. 3.19CPCh. 3.4 - Will the following statement execute or cause a...Ch. 3.4 - Prob. 3.21CPCh. 3.4 - Assuming that intNumber is an integer variable,...Ch. 3.4 - Prob. 3.23CPCh. 3.4 - How would the following strings be converted by...Ch. 3.5 - Prob. 3.25CPCh. 3.5 - For each of the following numeric formats,...Ch. 3.5 - Prob. 3.27CPCh. 3.5 - In the following table, fill in the expected...Ch. 3.5 - Prob. 3.29CPCh. 3.5 - Prob. 3.30CPCh. 3.6 - Prob. 3.31CPCh. 3.6 - Where do you declare class-level variables?Ch. 3.7 - Prob. 3.33CPCh. 3.7 - Prob. 3.34CPCh. 3.7 - What kind of code does the try block of a...Ch. 3.7 - Prob. 3.36CPCh. 3.7 - Prob. 3.37CPCh. 3.7 - Prob. 3.38CPCh. 3.8 - Prob. 3.39CPCh. 3.8 - Prob. 3.40CPCh. 3.8 - Prob. 3.41CPCh. 3.8 - Prob. 3.42CPCh. 3.8 - Write a programming statement that gives the focus...Ch. 3.8 - Prob. 3.44CPCh. 3.8 - Prob. 3.45CPCh. 3.8 - Prob. 3.46CPCh. 3.8 - When a GroupBox control is deleted, what happens...Ch. 3.8 - Prob. 3.48CPCh. 3.8 - Prob. 3.49CPCh. 3.9 - Prob. 3.50CPCh. 3.9 - Prob. 3.51CPCh. 3.9 - Prob. 3.52CPCh. 3.9 - What Visual Basic function would you use to get...Ch. 3.9 - Prob. 3.54CPCh. 3.11 - Prob. 3.55CPCh. 3.11 - Prob. 3.56CPCh. 3.11 - What is the purpose of single-stepping through an...Ch. 3 - Prob. 1FIBCh. 3 - _____ is a commonly used prefix for TextBox...Ch. 3 - Prob. 3FIBCh. 3 - Prob. 4FIBCh. 3 - Prob. 5FIBCh. 3 - Prob. 6FIBCh. 3 - Prob. 7FIBCh. 3 - When Option Strict is set to ______ only widening...Ch. 3 - A(n) _____ is a specialized routine that performs...Ch. 3 - The _____ function converts an expression to an...Ch. 3 - Prob. 11FIBCh. 3 - Prob. 12FIBCh. 3 - When two operators share an operand, the operator...Ch. 3 - Prob. 14FIBCh. 3 - Prob. 15FIBCh. 3 - Prob. 16FIBCh. 3 - Prob. 17FIBCh. 3 - Prob. 18FIBCh. 3 - Prob. 19FIBCh. 3 - Prob. 20FIBCh. 3 - A(n) ______ is a container for other controls that...Ch. 3 - Prob. 22FIBCh. 3 - Prob. 23FIBCh. 3 - Prob. 24FIBCh. 3 - T F: The TextBox controls Text property holds the...Ch. 3 - Prob. 2TFCh. 3 - T F: The string concatenation operator...Ch. 3 - T F: A local variable may be accessed by any other...Ch. 3 - T F: When a string variable is created in memory,...Ch. 3 - T F: A variables scope is the time during which...Ch. 3 - T F: A variable declared inside a procedure is...Ch. 3 - Prob. 8TFCh. 3 - T F: If the CInt function cannot convert its...Ch. 3 - T F: The multiplication operator has higher...Ch. 3 - T F: A named constants value can be changed by a...Ch. 3 - T F: Only controls capable of receiving input,...Ch. 3 - Prob. 13TFCh. 3 - Prob. 14TFCh. 3 - Prob. 15TFCh. 3 - Prob. 16TFCh. 3 - Prob. 17TFCh. 3 - Prob. 18TFCh. 3 - Prob. 19TFCh. 3 - Prob. 20TFCh. 3 - Prob. 21TFCh. 3 - T F: While single-stepping through an applications...Ch. 3 - Prob. 1MCCh. 3 - Prob. 2MCCh. 3 - You declare a named constant with which keyword?...Ch. 3 - Prob. 4MCCh. 3 - Prob. 5MCCh. 3 - Prob. 6MCCh. 3 - Prob. 7MCCh. 3 - Prob. 8MCCh. 3 - Prob. 9MCCh. 3 - Prob. 10MCCh. 3 - Prob. 11MCCh. 3 - Prob. 12MCCh. 3 - Prob. 1SACh. 3 - How do you clear the contents of a TextBox...Ch. 3 - Prob. 3SACh. 3 - Create variable names that would be appropriate...Ch. 3 - Why should you always make sure that a String...Ch. 3 - Prob. 6SACh. 3 - How would the following strings be converted by...Ch. 3 - Prob. 8SACh. 3 - Prob. 9SACh. 3 - Assuming that the variable dblTest contains the...Ch. 3 - What is the focus when referring to a running...Ch. 3 - Prob. 12SACh. 3 - Prob. 13SACh. 3 - Prob. 14SACh. 3 - Prob. 15SACh. 3 - Prob. 16SACh. 3 - Prob. 17SACh. 3 - Describe three ways to set a breakpoint in an...Ch. 3 - Should a programming language automatically insert...Ch. 3 - Prob. 2WDTCh. 3 - Prob. 3WDTCh. 3 - Prob. 4WDTCh. 3 - Prob. 5WDTCh. 3 - Prob. 6WDTCh. 3 - Prob. 7WDTCh. 3 - Prob. 8WDTCh. 3 - How can you get your application to execute a...Ch. 3 - Prob. 10WDTCh. 3 - Prob. 11WDTCh. 3 - Prob. 1FTECh. 3 - Open the Chap3\ Error2\ Error2 project from the...Ch. 3 - Open the Chap3\ Error3\ Error3 project from the...Ch. 3 - Create a flowchart that shows the necessary steps...Ch. 3 - Prob. 2AWCh. 3 - Prob. 3AWCh. 3 - Prob. 4AWCh. 3 - Convert the flowchart you constructed in Exercise...Ch. 3 - Prob. 6AWCh. 3 - Prob. 7AWCh. 3 - The Miles per Gallon Calculator Problem Create an...Ch. 3 - There are three seating categories at a high...Ch. 3 - Prob. 3PCCh. 3 - A movie theater only keeps a percentage of the...Ch. 3 - Room Charge Calculator Error Display In the Room...Ch. 3 - Prob. 6PCCh. 3 - The Upper West View Yacht club sponsors sailboat...Ch. 3 - Create an application that converts Celsius to...Ch. 3 - Create an application that converts U.S. dollar...Ch. 3 - A retail company must file a monthly sales tax...Ch. 3 - A county collects property taxes on the assessment...Ch. 3 - Joe's Pizza Palace needs an application to...Ch. 3 - Assuming there are no accidents or delays, the...Ch. 3 - Create a VB application that lets the user enter...Ch. 3 - Many financial experts advise that property owners...Ch. 3 - Assume that a bag of cookies holds 40 cookies. The...
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
- Question 10 Write a regular expression that matches the day of year such as "1-1-2018" or "7/4/1776". Dates like "9-31-1955", "3/29-2018", and"5-28/1956" should not be matched. time). Edit View Insert Format Tools Table 12pt v Paragraph v BIU A To !!!arrow_forwardGenerate a table of conversions from inches to centimeters. Start the inches column at 0.0 and increment by 0.5 in. The last line should contain the value 20.0 in. (Recall that 1 in = 2.54 cm.) Include a table heading and column headings for the tables.arrow_forwardQ1 The book Id number is represented in the following pattern: 0-07-041183-2. The first part(0) represents a region, the second part(07) is a publisher, the third part(041183) is a book subject, and the fourth part(2) is a book code. The book code is calculated as below: dig = (1 x first digit) + (2 x second digit) + (3 x third digit) + +(9 x ninth digit) Book code is remainder when the dig is divided by 7. Write a python program that reads Book Id as a number and checks whether it represents correct or valid Book Id. Sample input and output - Input: 0070411835 Output: Valid Input: 1234567893 Output: Invalidarrow_forward
- 10. Using the INDEX function only, write a formula in cell H10 to find the state name having the minimum "Sum of Percentage". The formula should include the value(row number) that is calculated in G10. Thank you screenshot attachedarrow_forwardAdd formulas to complete the table of hours used. In cell B17, create a nested formula with the IF and SUM functions that check if the total number of hours worked in week 1 (cells B9:F9) is equal to 0. If it is, the cell should display nothing (indicated with two quote marks: ""). Otherwise, the cell should display the total number of hours worked in week 1. Copy the formula from cell B17 to fill the range B18:B20arrow_forwardStrauble-Dytisa is a manufacturer of refrigerator parts located in Quaretero, Mexico. They supply parts to manufacturers in the U.S. such as Maytag and Frigidaire. Orders for parts are received (by Sales Department) from manufacturers. Each order (see the order form on the next page) has an order#, order date, and a total order amount (you can ignore taxes, s/h etc.). The order includes also the part#’s that are required, the part names and quantity of the part. An order could include for e.g. #51500 “door Liner” qty 50 as seen on the form. Since different manufacturers can order the same part (e.g. door liner), the order “qtys” from different orders are combined into one “#needed” for each part. The Sales Department checks orders against an inventory file to see if parts are available. If the parts are available, an invoice is created and the parts are shipped to the manufacturer along with an invoice. A copy of the invoice is sent to accounting. If the parts are not available, a copy…arrow_forward
- *In R please How many non-NA and how many NA values are there in the table? Create a new variable ans of class table that gives total number of non-NA as well as NA entries. The first component should be number of non-NA's, the second should be number of NA's. (You should have just one line of a code). New York Air Quality Measurements Description Daily air quality measurements in New York, May to September 1973. Usage airquality Format A data frame with 153 observations on 6 variables. [,1]OzonenumericOzone (ppb)[,2]Solar.RnumericSolar R (lang)[,3]WindnumericWind (mph)[,4]TempnumericTemperature (degrees F)[,5]MonthnumericMonth (1--12)[,6]DaynumericDay of month (1--31) Details Daily readings of the following air quality values for May 1, 1973 (a Tuesday) to September 30, 1973. Ozone: Mean ozone in parts per billion from 1300 to 1500 hours at Roosevelt Island Solar.R: Solar radiation in Langleys in the frequency band 4000–7700 Angstroms from 0800 to 1200 hours at Central Park Wind:…arrow_forwardCorrect the line of code in Figure 8-90. Dim strHighwayNumbers() As String = (95, 81, 605, 5} FIGURE 8-90arrow_forwardD Question 11 Perform the indicated operations. Do not type subscripts in your answers and do not include redundant zeros in front of a number. 1112+10112= A8F16+7.BC16= 110002-100112= 1012x112=arrow_forward
- tag use for show the description of the acronym when you mouse over the element * True Falsearrow_forwardCould you please help me with the coding.arrow_forward4: In the Department of Mathematics and Computer Science (MACS), undergraduate course codes begin with either M (for Mathematics courses) or CS (for Computer Science courses). Thereafter, the code has four (4) digits. The first digit is the year of study, which is 1 to 6. The second digit is the credit hours, which is again 1 to 5. For Mathematics courses, the third and the fourth digits is just a running index to differentiate the course from the others. For Computer Science courses, the third digit is the area of specialisation, which is from 0 to 4. The fourth and the last digit is just a running index to differentiate the course from the others. a) Draw a finite state machine (FSM) accepting/generating course codes in MACS. b) As the result of a) above, write the corresponding C++ function int is_MACS_course(char * str) { I/ C++ code which will determine whether or not the given string, str, represents the correct code for MACS courses.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageNew Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
.2: Function Parameters and Arguments - p5.js Tutorial; Author: The Coding Train;https://www.youtube.com/watch?v=zkc417YapfE;License: Standard Youtube License