ICT Flashcards

1
Q

What does composition mean?

A

The layout of a design. It is the look and feel of an application.

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

What 4 factors would need to be considered to ensure you have a successful GUI layout?

A

1) positioning of controls
2) layout of all the objects
3) use of white space, simplicity of design
4) the look and feel of the application of form design

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

What positive impact can a good user interface have for your application?

A

Necessary to ensure that the more important elements are obvious to the user. Important features or factors or information are given more prominence. Easier for the intended audience to use. Visually appealing - keep target audience interested. Logically grouping information or tasks or objects will help the user interact with your application.

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

List 4 elements that should be consistent in a design.

A

1) controls should be standard in size
2) consistency if different forms should be made
3) font choices should be the same
4) properties of controls should be the same

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

Name 2 elements that do not have to remain consistent within the application.

A

1) frames

2) input text boxes don’t have to be same size

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

With regard to the design element colour, name 4 points that need to be considered or may help enhance your form design.

A

1) adds visual appeal
2) consider your target audience
3) be aware of cultural significance
4) convey mood

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

What is the programming languages hierarchy?

A

OBJECT ORIENTATED
PROCEDURAL CODE
ASSEMBLER CODE
MACHINE CODE

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

What type of programming language is Visual Basic? List 2 advantages using this type of programming language.

A

Object Orientated

Adv. 1- easy to use as it is already set up for you

Adv. 2- professional looking code

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

When using a programming language, what is meant by the term event driven?

A

Code can only be executed in these situations when an object is given user input.

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

What does enabling macros allow you to do when your open your spreadsheet in excel?

A

Edit and run your code in Visual Basic.

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

What steps do you need to go through to include the developer tab in on your ribbon in excel?

A

A) go to file menu
B) click on options
C) click on customise ribbon
D) tick the developer option and press ok

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

In a diagram, the values for % and grade have not appeared, even though all coding is correct. What must you do to see the values in this form?

A

Run the program.

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

What steps must you take to make your toolbox reappear?

A

1) click on view menu

2) click toolbox

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

What must you do when entering a name for a text box?

A

Leave no spaces in the object name.

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

Your dickhead friend snaked to call a text box “text box”. Why can’t they do this?

A

It has no relevance.

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

What are the 3 advantages of using a frame?

A

1) when you move the frame, all the objects in the frame move with it
2) set visible properties to false, everything inside frame will be deleted
3) if you delete the frame, everything inside the frame will be deleted

17
Q

Name the tools and controls of a toolbox.

A

1) label
2) text box
3) command button
4) image

18
Q

To format several labels at once, what must you do before your change any of the properties?

A

Select all the labels and go to the properties window.

19
Q

Name and outline the function of the buttons numbered below.

A

1) folder - inserts or shows folder
2) view object - shows the form and objects
3) view code - shows the code for the form

20
Q

To align the text within the individual labels to the centre, what property of the label will need to be changed? Explain what this property does.

A

The text align property - will align text horizontally in a label.

21
Q

If you wanted to change the colour of the text results for a frame, what property would you use/change?

A

Fore colour.

22
Q

In an image, what would the property be called the create a blue colour in the background?

A

Backcolour.

23
Q

In a code, range (“B6”) value represents what cell in the spreadsheet?

A

Column B, row 6.