This quiz, titled 'BCSE102 Exam Multi-choice Part 3', assesses knowledge in software development best practices. It covers topics like naming conventions, array usage, localization, and identifying magic numbers, crucial for any budding software developer.
Flag
Temp
I, j or k
Count
Rate this question:
up to 2
as many as are needed
5 at the most
Only 1
Rate this question:
Another word for internationalization
The grouping of strings together in a program
The use of named constants in a program
The finding of a particular string in a program
Rate this question:
Left to right
Top to bottom
Right to left
Bottom to top
Rate this question:
attempting to access values in non-sequential order
Attempting to access an element which is out of bounds
Attempting to store data which is too big
Storing the wrong type of value
Rate this question:
Literal numbers inside program that can be changed easily
The numbers 7, 42 and 666
Literal numbers inside program that appear without explanation
Hard coded 0s and 1s
Rate this question:
Use class variables
put all global data into an object and pass it to all routines
develop a naming convention that makes global data obvious
Comment carefully the correct use of each global
Rate this question:
Dependencies
Redundancies
Parameters
Sequences
Rate this question:
= instead of < and >
= instead of :=
< or > instead of =
= instead of
Rate this question:
Middle
End
Beginning
Most readable place
Rate this question:
the information passed out of a routine
the method signature line of the routine
the name of the routine
The information passed into a routine
Rate this question:
Causes a program to repeatedly execute a block of code
has additional optional keywords
Causes a program to execute code in sequence
Controls the execution of other statements
Rate this question:
Are another name for .get routines
are another name for .set routines
do not hide data
Give you centralized access to data
Rate this question:
to keep all access to the data at the same level of abstraction
Emulation of named constants
controlling access to data
Access routines
Rate this question:
Quiz Review Timeline (Updated): Jun 14, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.