Skip to content

Course home

Structured programming and subroutines (procedures and functions)

Structured programming and subroutines (procedures and functions)

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
Question 46

Using VB.NET, write a function to help a water quality laboratory analyze acidity levels in a series of chemical samples.

The function must:

  • have the identifier countAcidicSamples
  • take the number of samples to analyze as an integer parameter
  • prompt the user to input the pH value (as an integer between 0 and 14) for each of those samples
  • count how many of those samples had a pH value strictly below 7
  • return that count.

You should use meaningful variable name(s) and VB.NET syntax in your answer.

[6]
Markscheme

Structured programming and subroutines (procedures and functions) Questions

  1. GCSE
  2. /Computer Science
  3. /Structured programming and subroutines (procedures and functions)

131 exam-style questions on AQA GCSE Computer Science Structured programming and subroutines (procedures and functions). Each one has a worked solution and a mark scheme showing where the marks go.

Question bank