MISY Final
Because GUI programs must respond to the actions of the user, they are said to be
________. - answer event-driven
Programs are commonly referred to as ________. - answer
A ________ is code that describes a particular type of program object. - answerclass
A(n) ________ is a program that translates a high-level language program into a
separate machine language program. - answer compiler
A(n) ________ is the most fundamental set of programs on a computer. -
answeroperating system
A(n) ________ is a set of instructions that a computer follows to perform a task. -
answerprogram
An algorithm written out in plain English statements is called ________. -
answerpseudocode
A computer's ________ is the part of the computer with which the user interacts. -
answeruser interface
A program is a list of instructions that tell the CPU to perform operations. - answerTrue
A common type of secondary storage device is the solid state drive. - answerTrue
A computer's memory is divided into tiny storage locations known as ________. -
answerbytes
A special program known as a(n) ________ is used to translate an assembly language
program into a machine language program. - answer
A ________ is a diagram that graphically depicts the steps of an algorithm. -
answerflowchart
Each keyword in a high-level language has a specific meaning and cannot be used for
any other purpose. - answerTrue
A machine language instruction exists for each basic operation a CPU can do. -
answerTrue
, When learning computer programming, it is traditional to start by learning to write a
________ program. - answerHello World!
Which of the following statements would clear the text displayed in a Label control
named cityLabel? - answercityLabel.Text = "";
C# source code files always end with the .cs extension. - answerTrue
When a method executes, the statements in the method always execute in the order
that they appear, from the beginning of the method to the end of the method. -
answerTrue
A file that contains program code is called a ________. - answersource code file
________ are short notes placed in a program's source code, explaining how the
program works. - answerComments
Most controls have a(n) ________ property that determines whether the control can be
seen by the user at run time. - answerVisible
The appearance and other characteristics of a GUI object are determined by the
object's properties. - answerTrue
In C#, the equal sign ( =) is known as the ________. - answerassignment operator
A control's name should reflect the purpose of the control. - answerTrue
When you use the Properties window to change a control's Visible property at design
time, the control will become invisible in the Designer. - answerFalse
________ is a term that refers to an image's width to height ratio. - answerAspect ratio
Each form and control in an application's GUI is assigned a default name. - answerTrue
A(n) ________ is a method that executes when a specific event (such as clicking the
mouse) takes place while an application is running. - answerevent handler
The ________ property of a form determines the text that is displayed in a form's title
bar. - answerText
The ________ method can determine whether a string contains a value that can be
converted to a specific data type before it is converted to that data type. -
answerTryParse
Because GUI programs must respond to the actions of the user, they are said to be
________. - answer event-driven
Programs are commonly referred to as ________. - answer
A ________ is code that describes a particular type of program object. - answerclass
A(n) ________ is a program that translates a high-level language program into a
separate machine language program. - answer compiler
A(n) ________ is the most fundamental set of programs on a computer. -
answeroperating system
A(n) ________ is a set of instructions that a computer follows to perform a task. -
answerprogram
An algorithm written out in plain English statements is called ________. -
answerpseudocode
A computer's ________ is the part of the computer with which the user interacts. -
answeruser interface
A program is a list of instructions that tell the CPU to perform operations. - answerTrue
A common type of secondary storage device is the solid state drive. - answerTrue
A computer's memory is divided into tiny storage locations known as ________. -
answerbytes
A special program known as a(n) ________ is used to translate an assembly language
program into a machine language program. - answer
A ________ is a diagram that graphically depicts the steps of an algorithm. -
answerflowchart
Each keyword in a high-level language has a specific meaning and cannot be used for
any other purpose. - answerTrue
A machine language instruction exists for each basic operation a CPU can do. -
answerTrue
, When learning computer programming, it is traditional to start by learning to write a
________ program. - answerHello World!
Which of the following statements would clear the text displayed in a Label control
named cityLabel? - answercityLabel.Text = "";
C# source code files always end with the .cs extension. - answerTrue
When a method executes, the statements in the method always execute in the order
that they appear, from the beginning of the method to the end of the method. -
answerTrue
A file that contains program code is called a ________. - answersource code file
________ are short notes placed in a program's source code, explaining how the
program works. - answerComments
Most controls have a(n) ________ property that determines whether the control can be
seen by the user at run time. - answerVisible
The appearance and other characteristics of a GUI object are determined by the
object's properties. - answerTrue
In C#, the equal sign ( =) is known as the ________. - answerassignment operator
A control's name should reflect the purpose of the control. - answerTrue
When you use the Properties window to change a control's Visible property at design
time, the control will become invisible in the Designer. - answerFalse
________ is a term that refers to an image's width to height ratio. - answerAspect ratio
Each form and control in an application's GUI is assigned a default name. - answerTrue
A(n) ________ is a method that executes when a specific event (such as clicking the
mouse) takes place while an application is running. - answerevent handler
The ________ property of a form determines the text that is displayed in a form's title
bar. - answerText
The ________ method can determine whether a string contains a value that can be
converted to a specific data type before it is converted to that data type. -
answerTryParse