SDD HSC Quiz 4E Q1-10

SDD HSC Quiz 4E Q1-10

12th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Ch 4 Vocabulary

Ch 4 Vocabulary

9th - 12th Grade

12 Qs

Basic elements of computer programming

Basic elements of computer programming

9th - 12th Grade

15 Qs

Intro to Java Loops

Intro to Java Loops

9th - 12th Grade

15 Qs

Algorithm and Control Structures Quiz

Algorithm and Control Structures Quiz

12th Grade

12 Qs

Python while loop

Python while loop

8th Grade - University

13 Qs

Loops: Accumulator Variables

Loops: Accumulator Variables

9th - 12th Grade

10 Qs

AP CSA 4.2 (For Loops)

AP CSA 4.2 (For Loops)

10th - 12th Grade

10 Qs

SDD HSC Quiz 4E Q1-10

SDD HSC Quiz 4E Q1-10

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ms Erwin

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If RND generates a number in the range 0 up to 1 then INT(RND*16)+2 will generate integers in the range:
2 to 16.
0 to 15.
2 to 17.
3 to 19.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Test data for algorithms needs to be designed to test:
all paths through the algorithm and each boundary condition.
for unexpected inputs.
for syntax errors in the source code.
All of the other answers.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable used as a parameter in a call to a sub-program:
must always have the same name.
must be of the same type as the parameter.
would normally be a global variable.
All of the other answers.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The identifiers or names used to declare local variables:
must be unique within the entire program.
cause errors if used in more than one subroutine.
can be used in multiple subroutines without affecting each other.
cannot be used as parameters in procedure and function calls.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Models of the system, such as dataflow diagrams and structure charts:
should be updated as algorithms are developed.
remain static once they have been created.
are used to assist in the training of users.
need to be revised to describe the logic of each algorithm.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

‘Algorithm creation is an exact science.’ In what sense is this statement correct?
There is only one solution to each problem.
There are strict rules that, if followed, will allow the development of a correct solution.
Correct algorithms are structured in a precise and logical manner.
All of the other answers.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure is available for access by all subroutines within a system. This data structure can be described as:
a file.
local.
static.
global.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?