Higher Software Development

Higher Software Development

10th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Coding Technical Vocabulary

Coding Technical Vocabulary

6th - 12th Grade

37 Qs

C++ Programming

C++ Programming

9th - 12th Grade

40 Qs

Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade - University

35 Qs

Pseudocode IG-2

Pseudocode IG-2

9th - 12th Grade

39 Qs

QBASIC For Grade 6

QBASIC For Grade 6

5th - 10th Grade

45 Qs

AP CSP - Unit 4 Code.org Review

AP CSP - Unit 4 Code.org Review

9th - 12th Grade

44 Qs

GCSE Computing

GCSE Computing

10th - 11th Grade

45 Qs

Scratch

Scratch

12th Grade

41 Qs

Higher Software Development

Higher Software Development

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Irene Cunningham

Used 6+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which development methodology requires more client involvement ?

Agile

Iterative

They are both the same

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of a program is to enter the names of pupils, their prelim mark and assignment mark. Their percentage and grade is then calculated and displayed on screen

What are the functional requirements of the program in terms of inputs, processes and outputs?

Inputs: pupil names

Processes: find out grades

Outputs: grades

Inputs: pupil names, prelim marks, assignment marks

Processes: find out grades

Outputs: percentages, grades

Inputs: pupil names, prelim marks, assignment marks

Processes: calculate percentages, find out grades

Outputs: percentages, grades

Inputs: pupil names, prelim marks,

Processes: calculate percentages, find out grades

Outputs: percentages, grades

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The scope and boundaries for a project must be set during the analysis stage.

What might be included in the scope?

program, test plan, time limits

design, program, time limits

design, program, test plan

design, program, test plan, time limits

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The scope and boundaries for a project must be set during the analysis stage.

What is meant by the boundaries?

limits, assumptions

limits

assumptions

design, limits, assumptions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program is to calculate the volume of a cuboid

The top level algorithm could be written as

1: enter dimensions

2: calculate volume

3: display volume

Which of the following would give the correct data flow for the program?

1: enter dimensions(in: length, breadth, height out: length, breadth, height)

2: calculate volume(in: length, breadth, height, out: volume)

3: display volume(in: volume)

1: enter dimensions(in: length, breadth, height out: length, breadth, height)

2: calculate volume(in: length, breadth, height, out: length, breadth, height )

3: display volume(in: length, breadth, height, out: volume )

1: enter dimensions( out: length, breadth, height)

2: calculate volume( out: volume)

3: display volume(in: volume)

1: enter dimensions(out: length, breadth, height)

2: calculate volume(in: length, breadth, height, out: volume)

3: display volume(in: volume)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program requires separate arrays to store pupils names, marks and grades.

How would these be stored?

In an array of records

In parallel arrays

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program requires to store pupils names, marks and grades as efficiently as possible.

How would this data be stored?

In an array of records

In parallel arrays

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?