Search Header Logo
Higher Assignment - Design (SDD)

Higher Assignment - Design (SDD)

Assessment

Presentation

Computers

11th Grade

Practice Problem

Hard

Created by

G Alexander-Doyle

Used 4+ times

FREE Resource

20 Slides • 3 Questions

1

media

2

media

3

media

4

media

5

media

6

media

7

media

8

media

9

media

10

media

11

media

12

media

13

media

14

Multiple Select

Which of the following would be accepted as an array in a data flow design?

1

names()

2

exam_scores

3

coursework_scores[]

4

maximumScore

5

gradesArray

15

media

16

Multiple Choice

Question image

A program is required to help manage the exam timetable for a school. The program loads the details for each room from a text file.  The text file contains the following data - room, capacity, subject

A sample of the data in the text file is shown below.

 

H17,15,English

Hall,150,None

English Base,1,English

M17,20,Maths

M19,25,History

The program is to find the English room with the largest capacity and then display the details.  The top-level algorithm used is shown below.

  1. Import room data and store in array of records

  2. Find the English room with the largest capacity.

  3. Display the details of the room found.

The table below has the data flow completed for steps 1 and 3 of the algorithm.

 

Which parameters should be passed into step 2?

1

examrooms()

2

position

3

none of these

17

Multiple Choice

Question image

A program is required to help manage the exam timetable for a school. The program loads the details for each room from a text file.  The text file contains the following data - room, capacity, subject

A sample of the data in the text file is shown below.

 

H17,15,English

Hall,150,None

English Base,1,English

M17,20,Maths

M19,25,History

The program is to find the English room with the largest capacity and then display the details.  The top-level algorithm used is shown below.

  1. Import room data and store in array of records

  2. Find the English room with the largest capacity.

  3. Display the details of the room found.

The table below has the data flow completed for steps 1 and 3 of the algorithm.

 

Which parameters should be passed out of step 2?

1

examrooms()

2

position

3

none of these

18

media

19

media

20

media

21

media

22

media

23

media
media

Show answer

Auto Play

Slide 1 / 23

SLIDE