UI, Python And Data Representation Flashcards

1
Q

UI

A

User interface

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

A User interface is

A

The method in which a person controls a software application or hardware device

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

GUI

A

Graphical User Interface

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

A Graphical User Interface is…

A

A mixture of images and text. Offer a wide degree of control over the system

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

Menu

A

Menu interfaces allow the user to select options from a menu and don’t offer much customisation

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

Text

A

The user interacts with the interface using written (typed) commands. it requires a high skill level to use a text interface

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

Speech

A

Controlled by user’s voice

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

Sensor

A

Sensors are used to detect inputs, these can be motion, light, noise or fingerprints

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

Name the 5 design principles

A

Colour, Font Style/Size, Use of language, Amount of information, Layout

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

Colour principles

A

1)Don’t use too many
2)Don’t use bright colours for important stuff
3)Don’t use dull colours for unimportant stuff

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

Font Style/Size

A

1)Use appropriate font types
2)If you use decorative fonts make them large
3)Ensure it is readable

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

Use of language

A

Suit the language to the reader

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

Amount of information

A

Too much information is distracting and hard to read, too little information might leave the user confused

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

Layout

A

Should be consistent

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

Example of good colour usage

A

McDonalds using red and yellow as it is their brand’s colours

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

Good example of use of language

A

A Tesco UI should be simple as it is for anyone but a doctor’s UI could be more complex

17
Q

Algorithm

A

A step by step set of instructions on how to do something

18
Q

Sequence

A

The order of the steps in an algorithm

19
Q

Output

A

When a computer gives information to the user

20
Q

Input

A

When the computer takes in information from the user

21
Q

Variable

A

A feature or factor that stores some data

22
Q

Syntax error

A

Making a error in code that stops it from running

23
Q

List the Data types

A

String, Boolean, Integer, Float

24
Q

a Float is

A

A decimal

25
Q

An integer is

A

A whole number

26
Q

Boolean can be…

A

True or False

27
Q

String is…

A

Text

28
Q

The ig command is an example of…

A

Selection

29
Q

The while command is an example of…

A

Iteration

30
Q

“names = [“Bob”,”Mike”,”Jim”]” is an

A

Array

31
Q

==,!=,>=,> are

A

Comparative operators

32
Q

Order of units of data (smallest to biggest)

A

Bit,Nibble,Byte,Kilobyte,Megabyte,Gigabyte,Terabyte

33
Q

How many different colours could you have with 4 bits

A

16

34
Q

What is the relation between the amount of different colours you can have and the number of bits it takes up

A

No. Bits = 2(to the power of No. Bits)

35
Q

How to figure out the amount of bits an image is

A

No. Pixels x number of colours squared

36
Q

ACII means

A

American Standard Code for information interchange

37
Q

What base is denary

A

Base 10

38
Q

What base is hexadecimal?

A

Base 16

39
Q

What base is binary?

A

Base 2