Deck 5: Loops, Files, and Random Numbers
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/109
العب
ملء الشاشة (f)
Deck 5: Loops, Files, and Random Numbers
1
The decrement operator is ____________.
A) +=
B) --
C) -=
D) ++
A) +=
B) --
C) -=
D) ++
B
2
The ____________ is specifically designed for situations requiring a counter variable to control the number of times that a loop iterates.
A) while loop
B) if-else statement
C) for loop
D) switch statement
A) while loop
B) if-else statement
C) for loop
D) switch statement
C
3
Each time the loop executes its statement or statements, we say the loop is iterating, or performing a(n) ____________.
A) cycle
B) pass
C) execution
D) iteration
A) cycle
B) pass
C) execution
D) iteration
D
4
____________ are commonly used to control the number of times that a loop iterates.
A) Boolean variables
B) Sentinel variables
C) Counter variables
D) Named constants
A) Boolean variables
B) Sentinel variables
C) Counter variables
D) Named constants
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
5
The ____________ begins with the word while, followed by a Boolean expression that is enclosed in parentheses.
A) conditional statement
B) logic mark
C) while clause
D) loop parameter
A) conditional statement
B) logic mark
C) while clause
D) loop parameter
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
6
To ____________ a variable means to increase its value.
A) append
B) decrement
C) add
D) increment
A) append
B) decrement
C) add
D) increment
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
7
The third expression that appears in the loop header of the for loop is the ____________, which executes at the end of each iteration, and it is typically the statement that increments the loop's counter variable.
A) test expression
B) update expression
C) initialization expression
D) increment expression
A) test expression
B) update expression
C) initialization expression
D) increment expression
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
8
The first expression that appears in the loop header of the for loop is the ____________, which is normally used to initialize a counter variable to its starting value.
A) update expression
B) test expression
C) Boolean expression
D) Initialization expression
A) update expression
B) test expression
C) Boolean expression
D) Initialization expression
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
9
ListBox controls have an ____________ method that erases all the items in the Items property.
A) Items.Erase
B) Items.Remove
C) Items.Clear
D) Items.Reset
A) Items.Erase
B) Items.Remove
C) Items.Clear
D) Items.Reset
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
10
Because the for loop tests its Boolean expression before it performs an iteration, it is a ____________.
A) pretest loop
B) pseudo loop
C) posttest loop
D) infinite loop
A) pretest loop
B) pseudo loop
C) posttest loop
D) infinite loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
11
The statement or block of statements following the while clause is known as the ____________ of the loop.
A) assembly
B) body
C) definition
D) sequence structure
A) assembly
B) body
C) definition
D) sequence structure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
12
When the ++ and -- operators are written after their operands it is called ____________.
A) prefix mode
B) suffix mode
C) appendix mode
D) postfix mode
A) prefix mode
B) suffix mode
C) appendix mode
D) postfix mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
13
ListBox controls have an ____________ property that reports the number of items stored in the ListBox.
A) Items.Count
B) Items.Size
C) Items.List
D) Items.Contains
A) Items.Count
B) Items.Size
C) Items.List
D) Items.Contains
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
14
To ____________ a variable means to decrease its value.
A) subtract
B) increment
C) decrement
D) supplement
A) subtract
B) increment
C) decrement
D) supplement
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
15
The ++ and -- operators can be written before their operands, which is called ____________.
A) preface mode
B) postfix mode
C) prefix mode
D) superscript mode
A) preface mode
B) postfix mode
C) prefix mode
D) superscript mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
16
The while loop is known as a ____________, which means it tests its condition before performing an iteration.
A) posttest loop
B) pretest loop
C) proactive loop
D) preemptive loop
A) posttest loop
B) pretest loop
C) proactive loop
D) preemptive loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
17
If a loop does not have a way of stopping, it is called a(n) ____________.
A) runaway loop
B) game loop
C) infinite loop
D) expressionless loop
A) runaway loop
B) game loop
C) infinite loop
D) expressionless loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
18
To add an item to a ListBox control with code, you call the control's ____________method.
A) Add.Items
B) Items.Add
C) Items.Append
D) Items.Insert
A) Add.Items
B) Items.Add
C) Items.Append
D) Items.Insert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
19
The increment operator is ____________.
A) --
B) ++
C) -=
D) +=
A) --
B) ++
C) -=
D) +=
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
20
The second expression that appears in the loop header of the for loop is the _____________, which is a Boolean expression that controls the execution of the loop.
A) test expression
B) update expression
C) initialization expression
D) control expression
A) test expression
B) update expression
C) initialization expression
D) control expression
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
21
The ____________ is a posttest loop, which means it performs an iteration before testing its Boolean expression.
A) for loop
B) while loop
C) do-while loop
D) do-before loop
A) for loop
B) while loop
C) do-while loop
D) do-before loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
22
A ____________ is an invisible character that specifies the end of a line of text.
A) line feed character
B) newline character
C) carriage return character
D) null character
A) line feed character
B) newline character
C) carriage return character
D) null character
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
23
When you want to read data from a text file, you create a file object using the ____________.
A) StreamReader class
B) TextReader class
C) StreamWriter class
D) TextWriter class
A) StreamReader class
B) TextReader class
C) StreamWriter class
D) TextWriter class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
24
In the loop header of the for loop, which expression should not end with a semicolon?
A) initialization expression
B) test expression
C) update expression
D) none of these
A) initialization expression
B) test expression
C) update expression
D) none of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
25
When you want to write data to a text file, you create a file object using the ____________.
A) TextReader class
B) TextWriter class
C) StreamReader class
D) StreamWriter class
A) TextReader class
B) TextWriter class
C) StreamReader class
D) StreamWriter class
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
26
The term ____________ is used to describe a file from which data is read.
A) input file
B) output file
C) data file
D) record
A) input file
B) output file
C) data file
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
27
You can use the StreamWriter class's ____________ to write a line of text to a file.
A) PrintLine method
B) WriteText method
C) WriteLine method
D) PrintText method
A) PrintLine method
B) WriteText method
C) WriteLine method
D) PrintText method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
28
When you work with a ____________, you access data from the beginning of the file to the end of the file.
A) sequential access file
B) direct access file
C) text file
D) input file
A) sequential access file
B) direct access file
C) text file
D) input file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
29
To append data to an existing file, you open it with the ____________ method.
A) File.Append
B) File.AppendAll
C) File.AppendText
D) File.OpenExistingText
A) File.Append
B) File.AppendAll
C) File.AppendText
D) File.OpenExistingText
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
30
When you work with a ____________, you can jump directly to any piece of data in the file without reading the data that comes before it.
A) file object
B) binary file
C) direct access file
D) sequential access file
A) file object
B) binary file
C) direct access file
D) sequential access file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
31
A ____________ contains data that has not been converted to text.
A) source file
B) binary file
C) data file
D) save file
A) source file
B) binary file
C) data file
D) save file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
32
A ____________ contains data that has been encoded as text using a scheme such as Unicode.
A) document
B) spreadsheet
C) binary file
D) text file
A) document
B) spreadsheet
C) binary file
D) text file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
33
Be careful not to place a statement that modifies the counter variable in the body of the ____________.
A) while loop
B) if statement
C) for loop
D) switch statement
A) while loop
B) if statement
C) for loop
D) switch statement
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
34
If you specify a path in a string literal, be sure to prefix the string with the ____________ character.
A) #
B) @
C) $
D) *
A) #
B) @
C) $
D) *
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
35
The term ____________ is used to describe a file to which data is written.
A) input file
B) output file
C) data file
D) record
A) input file
B) output file
C) data file
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
36
You can use the StreamReader class's ____________ to read a line of text from a file.
A) ReadLine method
B) ReadText method
C) GetNext method
D) Read method
A) ReadLine method
B) ReadText method
C) GetNext method
D) Read method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
37
Files on disk are identified by a(n) ____________.
A) index
B) filename
C) access number
D) binary signature
A) index
B) filename
C) access number
D) binary signature
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
38
Many systems, including Windows, support the use of ____________, which are short sequences of characters that appear at the end of a filename and are preceded by a period.
A) filename extensions
B) pragmatic identifiers
C) binary indices
D) run time signatures
A) filename extensions
B) pragmatic identifiers
C) binary indices
D) run time signatures
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
39
The ____________ is a method provided by the StreamWriter class that writes an item of data to a text file without writing a newline character.
A) Print method
B) Text method
C) WriteLine method
D) Write method
A) Print method
B) Text method
C) WriteLine method
D) Write method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
40
A ____________, is an object that is associated with a specific file and provides a way for the program to work with that file.
A) file instance
B) file object
C) filename class
D) referential extension
A) file instance
B) file object
C) filename class
D) referential extension
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
41
The ____________ displays a standard Windows Save As dialog box.
A) SaveAs method
B) SaveFileDialog control
C) Save_File event
D) OpenFileDialog control
A) SaveAs method
B) SaveFileDialog control
C) Save_File event
D) OpenFileDialog control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
42
The ____________ allows the user to browse the system and select a location and name for a file that is about to be saved.
A) Save As dialog box
B) Save File dialog box
C) Select Source dialog box
D) Open dialog box
A) Save As dialog box
B) Save File dialog box
C) Select Source dialog box
D) Open dialog box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
43
The .NET Framework provides a class named ____________ that you can use in C# to generate random numbers.
A) Rand
B) Random
C) GenNum
D) RandomGenerator
A) Rand
B) Random
C) GenNum
D) RandomGenerator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
44
If the user clicks the Open button, the OpenFileDialog control's ShowDialog method returns the value ____________.
A) Result.True
B) DialogResult.OK
C) DialogResult.Open
D) Result.OpenFile
A) Result.True
B) DialogResult.OK
C) DialogResult.Open
D) Result.OpenFile
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
45
The expression ____________ causes an object of the Random class to be created in memory.
A) GetRandom(int)
B) GenerateRandom(number)
C) new Random()
D) random new()
A) GetRandom(int)
B) GenerateRandom(number)
C) new Random()
D) random new()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
46
The variable that is used to accumulate the total of the numbers in a running total is called a(n) ____________.
A) counter
B) sentinel
C) entity
D) accumulator
A) counter
B) sentinel
C) entity
D) accumulator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
47
You can change the default text displayed in the Open dialog box's title bar by changing the control's ____________.
A) Caption property
B) Text property
C) Title property
D) Heading property
A) Caption property
B) Text property
C) Title property
D) Heading property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
48
Once you have created a Random object, you can call its ____________ method to get a random integer number.
A) Next
B) GetInteger
C) GenerateNumber
D) NextInteger
A) Next
B) GetInteger
C) GenerateNumber
D) NextInteger
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
49
When the user selects a file with the Open dialog box, the file's path and filename are stored in the control's ____________.
A) FilePath property
B) Source property
C) Location property
D) Filename property
A) FilePath property
B) Source property
C) Location property
D) Filename property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
50
A file's ____________ marks the location of the next item that will be read from the file.
A) bit count
B) index value
C) read position
D) newline character
A) bit count
B) index value
C) read position
D) newline character
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
51
The numbers that are generated by the Random class are ____________that are calculated by a formula.
A) pseudorandom numbers
B) binary encoded numbers
C) algebraic derivatives
D) complex variables
A) pseudorandom numbers
B) binary encoded numbers
C) algebraic derivatives
D) complex variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
52
You can use the StreamReader class's ____________ to determine if the file's read position is at the end of the file.
A) EndOfFile property
B) StreamEnd method
C) EndOfStream property
D) EOF method
A) EndOfFile property
B) StreamEnd method
C) EndOfStream property
D) EOF method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
53
When controls such as the OpenFileDialog and SaveFileDialog are created they do not appear on the form, but in an area at the bottom of the Designer known as the ____________.
A) control overflow
B) design space
C) component tray
D) virtual form
A) control overflow
B) design space
C) component tray
D) virtual form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
54
In code, you can display a Save As dialog box by calling the SaveFileDialog control's ____________ method.
A) SaveAs
B) Show
C) ShowDialog
D) Display
A) SaveAs
B) Show
C) ShowDialog
D) Display
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
55
You can specify the directory to be initially displayed by the Open dialog box by storing its path in the ____________.
A) InitialDirectory property
B) Source property
C) Filename property
D) Path property
A) InitialDirectory property
B) Source property
C) Filename property
D) Path property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
56
The ____________ displays a standard Windows Open dialog box.
A) Open method
B) OpenFileDialog control
C) SaveFileDialog control
D) component tray
A) Open method
B) OpenFileDialog control
C) SaveFileDialog control
D) component tray
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
57
You can call a Random object's ____________ method to get a random floating-point number between 0.0 and 1.0.
A) GetDouble
B) NextFloat
C) NextDouble
D) DoubleRand
A) GetDouble
B) NextFloat
C) NextDouble
D) DoubleRand
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
58
The ____________ is useful in applications that must open an existing file because it allows the user to browse the system and select the file.
A) File.OpenText method
B) OpenFileDialog control
C) Open dialog box
D) Windows Explorer
A) File.OpenText method
B) OpenFileDialog control
C) Open dialog box
D) Windows Explorer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
59
A(n) ____________ accumulates a total by adding each number in a series as they are read from a file.
A) running total
B) numeric tally
C) active summary
D) dynamic collection
A) running total
B) numeric tally
C) active summary
D) dynamic collection
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
60
If the user clicks the Cancel button, the SaveFileDialog control's ShowDialog method returns the value ____________.
A) Result.False
B) DialogResult.Cancel
C) DialogResult.Abort
D) Result.NULL
A) Result.False
B) DialogResult.Cancel
C) DialogResult.Abort
D) Result.NULL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
61
A ____________ is used in the calculation to generate random numbers.
A) sentinel
B) logarithmic value
C) seed value
D) Random object
A) sentinel
B) logarithmic value
C) seed value
D) Random object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
62
Incrementing a decrementing is so commonly done in programs that C# provides a set of simple unary operators designed just for incrementing a decrementing variables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
63
When you run an application, the application's form is loaded into memory and an event known as the ____________ takes place.
A) Load event
B) Launch event
C) Boot event
D) Initialization event
A) Load event
B) Launch event
C) Boot event
D) Initialization event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
64
You can only add values of the string data type to a ListBox control.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
65
Not only may the counter variable of a for loop be initialized in the initialization expression, but it may also be declared there.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
66
By indenting the statements in the body of the loop, you visually set the apart from the surrounding code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
67
It is possible to write a for loop in such a way that it will never iterate.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
68
The while loop gets its name from the way it works: While a Boolean expression is true, do some task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
69
In the update expression of a for loop, it is required to use the ++ operator in the increment expression.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
70
In a count-controlled loop, you can only decrement the counter variable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
71
When a variable is declared in the initialization expression of a for loop, the scope of the variable is limited to the loop.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
72
If you are writing a while loop that has only one statement in its body, you do not have enclose the statement inside curly braces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
73
If the ListBox is empty, the Items.Count property equals -1.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
74
The do-while loop always performs at least one iteration, even if its Boolean expression is false to begin with.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
75
In most circumstances you should avoid writing infinite loops.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
76
Counter variables are commonly used to hold Boolean values that control the number of times that a loop iterates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
77
The first line of the for loop is known as the loop title.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
78
The ++ operator is pronounced "plus plus" and the -- operator is pronounced "minus minus".
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
79
When you write a simple statement to increment or decrement a variable, it doesn't matter if you use prefix mode or postfix mode.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck
80
An important characteristic of the while loop is that the loop will always iterate at least once, even if the Boolean expression is false to start with.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 109 في هذه المجموعة.
فتح الحزمة
k this deck