Higher Software Development

Higher Software Development

10th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Programming

Programming

12th Grade - University

45 Qs

PLTW CSE Unit 1.3 Review

PLTW CSE Unit 1.3 Review

9th - 12th Grade

35 Qs

APCSP Data Unit 5

APCSP Data Unit 5

9th - 12th Grade

40 Qs

Programming with Sphero (End-of-Year Review)

Programming with Sphero (End-of-Year Review)

KG - 12th Grade

40 Qs

quiz operasi pascal

quiz operasi pascal

KG - Professional Development

39 Qs

Higher Software Design & Development

Higher Software Design & Development

10th - 12th Grade

35 Qs

Topic Recap: Algorithms

Topic Recap: Algorithms

12th Grade

41 Qs

C Programming Midterm Review

C Programming Midterm Review

11th - 12th Grade

40 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?