COSC 4350 (questions well answered)
latest update
A technique to select minimum test cases for Black Box Testing is called Equivalence Testing and
Boundary Value analysis. It divides the Input or Output SPECIFICATION in _____ classes
Hint 11 letters - correct answer ✔✔Equivalence
Nested if statements rule of thumb
If statements nested to a depth greater than ___ should be avoided as poor programming
practice - correct answer ✔✔3
The integration process must be run by
The programmer
The SQA group
The Designer
The analyst - correct answer ✔✔The SQA group
These examples of 4GL languages
SQL
RoR
C++
, Java - correct answer ✔✔SQL
RoR
PHP code runs in a web browser T/F - correct answer ✔✔False
Many PHP applications run on Linux with an Apache web server and MySQL as the database. T/F
- correct answer ✔✔False
What file extension does a PHP script have?
.php
.html
.png - correct answer ✔✔.php
What does the code output
$test = "adios";
echo "$test test";
adios test
$test test
$adios test - correct answer ✔✔adios test
What output is produced by the PHP script
<h1>This is a test</h1>
latest update
A technique to select minimum test cases for Black Box Testing is called Equivalence Testing and
Boundary Value analysis. It divides the Input or Output SPECIFICATION in _____ classes
Hint 11 letters - correct answer ✔✔Equivalence
Nested if statements rule of thumb
If statements nested to a depth greater than ___ should be avoided as poor programming
practice - correct answer ✔✔3
The integration process must be run by
The programmer
The SQA group
The Designer
The analyst - correct answer ✔✔The SQA group
These examples of 4GL languages
SQL
RoR
C++
, Java - correct answer ✔✔SQL
RoR
PHP code runs in a web browser T/F - correct answer ✔✔False
Many PHP applications run on Linux with an Apache web server and MySQL as the database. T/F
- correct answer ✔✔False
What file extension does a PHP script have?
.php
.html
.png - correct answer ✔✔.php
What does the code output
$test = "adios";
echo "$test test";
adios test
$test test
$adios test - correct answer ✔✔adios test
What output is produced by the PHP script
<h1>This is a test</h1>