0% found this document useful (0 votes)
27 views2 pages

Csuk:Teacher Csuk Csuk:Revisecs

A variable declared in the main program and accessible to all parts of the program is known as a global variable. The value of the array names at index 3 would be "Harry". Beta testing is testing carried out on a near complete version of a program distributed to large numbers of people where real users use the software under realistic conditions and report any bugs or shortcomings to developers.

Uploaded by

hadibenmansour
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Csuk:Teacher Csuk Csuk:Revisecs

A variable declared in the main program and accessible to all parts of the program is known as a global variable. The value of the array names at index 3 would be "Harry". Beta testing is testing carried out on a near complete version of a program distributed to large numbers of people where real users use the software under realistic conditions and report any bugs or shortcomings to developers.

Uploaded by

hadibenmansour
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

6 A Day LITE January 18th

“A variable which is declared in the Consider the following array: names What is the output of this logic
main program and therefore can = ["Dave", "Billie", "Sam", "Harry", circuit?
be accessed by all parts of the "Sue"]. What would be the value of
program” is known as what? names[3]?

What is the Binary 01011010 in Hex? If a sound was sampled at 320kbps, What is beta testing?
how many bits of data would there
be after 10 seconds?

CSUK CSUK:Teacher CSUK:ReviseCS


© computerscienceuk.com | csuk.io teacher.computerscienceuk.com | csukteacher.com revisecs.computerscienceuk.com | revisecs.com
6 A Day LITE January 18th

“A variable which is declared in the Consider the following array: names What is the output of this logic
main program and therefore can = ["Dave", "Billie", "Sam", "Harry", circuit?
be accessed by all parts of the "Sue"]. What would be the value of
program” is known as what? names[3]?

A Global Variable
Harry

What is the Binary 01011010 in Hex? If a sound was sampled at 320kbps, What is beta testing?
how many bits of data would there
be after 10 seconds? Testing that is carried out on a
'near complete' version of the
program, which is distributed to
large numbers of people,
5A 3200000 where 'real' users get to use the
software under realistic
conditions and report back to
the developers any bugs /
short-comings that they find.

CSUK CSUK:Teacher CSUK:ReviseCS


© computerscienceuk.com | csuk.io teacher.computerscienceuk.com | csukteacher.com revisecs.computerscienceuk.com | revisecs.com

You might also like