ICT Flashcards
What does composition mean?
The layout of a design. It is the look and feel of an application.
What 4 factors would need to be considered to ensure you have a successful GUI layout?
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
What positive impact can a good user interface have for your application?
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.
List 4 elements that should be consistent in a design.
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
Name 2 elements that do not have to remain consistent within the application.
1) frames
2) input text boxes don’t have to be same size
With regard to the design element colour, name 4 points that need to be considered or may help enhance your form design.
1) adds visual appeal
2) consider your target audience
3) be aware of cultural significance
4) convey mood
What is the programming languages hierarchy?
OBJECT ORIENTATED
PROCEDURAL CODE
ASSEMBLER CODE
MACHINE CODE
What type of programming language is Visual Basic? List 2 advantages using this type of programming language.
Object Orientated
Adv. 1- easy to use as it is already set up for you
Adv. 2- professional looking code
When using a programming language, what is meant by the term event driven?
Code can only be executed in these situations when an object is given user input.
What does enabling macros allow you to do when your open your spreadsheet in excel?
Edit and run your code in Visual Basic.
What steps do you need to go through to include the developer tab in on your ribbon in excel?
A) go to file menu
B) click on options
C) click on customise ribbon
D) tick the developer option and press ok
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?
Run the program.
What steps must you take to make your toolbox reappear?
1) click on view menu
2) click toolbox
What must you do when entering a name for a text box?
Leave no spaces in the object name.
Your dickhead friend snaked to call a text box “text box”. Why can’t they do this?
It has no relevance.