SDD HSC Quiz 4E Q1-10

SDD HSC Quiz 4E Q1-10

12th Grade

10 Qs

quiz-placeholder

Similar activities

SC025: Control Structures Lecture Quiz

SC025: Control Structures Lecture Quiz

12th Grade

10 Qs

Control Structures (Loops) C++

Control Structures (Loops) C++

9th - 12th Grade

8 Qs

Intro to Java Loops

Intro to Java Loops

9th - 12th Grade

15 Qs

C++ - Loops and Random Numbers

C++ - Loops and Random Numbers

9th - 12th Grade

14 Qs

Robotics II_NXT

Robotics II_NXT

8th - 12th Grade

15 Qs

Lec 5a - Repetition

Lec 5a - Repetition

11th Grade - University

10 Qs

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

[Hall] While Loops

[Hall] While Loops

6th - 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?