Important Flashcards

1
Q

Describe the purpose of the Evaluation stage

A

To see if the program is fit for purpose, robust, maintainable and makes use of efficent coding constructs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain why the Developmental process is iterative

A

Each stage can be revisited in order to improve the final stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A program reads data from an outdoor temperature sensor and displays an appropriate message to the user

Identify the inputs, process and outputs

A

inputs - temperature
process- decide message
output-message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain what is meant by the character data type

A

a single character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A school wants to reduce the energy consumption of the computing department.
Pupils are already encouraged to put the computers into standby mode when not in
use.
Describe two other methods to reduce the energy consumption of the computers.

A
  • settings on monitors
  • power down when not in us
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Claire is no longer able to run the 3-4 Years class on a Tuesday in the
Autumn block.
The SQL statement below is written to make the change.
DELETE FROM Class
WHERE leaderName = “Claire”
AND classAge = “3-4 Years”;
Give one reason why this SQL statement is not fit for purpose

A

All Claire’s ‘3-4 Years’ classes are
removed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why would a low fidelity prototype be used during the web design stage

A

to show the intended user
interface to client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Field type for mobile phone numbers in a database: 07968877171

A

Text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is 87 in binary

A

01010111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an insert anomaly

A

When a table only permits new data in all fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What can be determined by listing the fields and tables that need to be included in the database?

A

Functional Requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The following HTML is to be added to the website.
<a>Car of the Week</a>
State the purpose of adding this HTML to the website.

A

adds a hyperlink

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the purpose of the ˂div˃ element in HTML?

A

To allow for styles to be applied to a group of elements within a section of HTML code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of the ˂ul˃…˂/ul˃ tags?

A

to show an unordered list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Arthur’s Antiques sells old furniture. All staff receive a monthly bonus of £50, which is increased if they sell over 10 items of furniture. The bonus is increased further if they sell over 20 items of furniture. List the variables and data types required to implement the solution

A

loop, integer
bonus, real
sales, integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain why the telephone number 07700 901012 should be stored as a text field type and not a numeric field type.

A

The telephone number contains a leading zero which would be dropped if stored as a number

The telephone number contains a space which is not valid in numeric field

The telephone number will not be used for calculations

17
Q

Name the part of the computer system that will carry out each of the following tasks during the execution of Line 23.
(i) Carries the location of redAvailable in main memory.

A

address bus

18
Q

State the component that enables a processor and a hard disk drive to
communicate.

A

interface

19
Q

What is the name for the graphical representation of entities in a database that shows their relationship to each other?

A

Entity Relationship diagram

20
Q

businesses must (under Data Protection)

A

process information lawfully

21
Q

what is not a vector object

A

circle

22
Q

what is the purpose of using a pre defined function

A

no need to write code
 error free (no need to test)
 re-useable

23
Q

what is a purpose of a data dictionary

A

a plan of how data will be implemented

24
Q

ASC

A

ascending order

25
Q

DESC

A

descending order

26
Q

what is the default order for databases order by

A

ascending