Computer systems/section 1.5 Flashcards

1
Q

Denary numbers

A

Base 10, uses digits 0 - 9

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

Binary numbers

A

Base 2, uses digits 0 and 1

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

8-bit binary

A

8 digits, where 255 is the maximum denary value an 0 is the minimum

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

The mantissa

A

The significant figures of the actual digits of the number

e.g. in 0.2345 x 1o^5, 2345 is the mantissa

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

Exponent

A

In 10^n, n is the exponent; tells you how many places to move the decimal point in the mantissa

e.g. in 0.2345 x 10^5, 5 is the exponent

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

Bitmap graphic

A

A 2D array of pixels

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

Resolution

(In a bitmap graphic)

A

The total number of pixels in an image

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

Bit depth

(In a bitmap graphic)

A

Defines the number of colours available

e.g. 8-bit is a bit depth, means there are 2^8, or 256, colours

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

Higher resolutions means…

A

better quality but greater file size

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

Lower resolution means…

A

lower file size but poorer quality

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

How are bitmap graphics stored?

A

Each pixel is stored as a binary value

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

Vector graphics

A

A list of attributes that are used by the computer to create images

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

Scaling vector graphics…

A

does not affect resolution, so quality is unaffected

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

You can layer vector graphics…

A

without affecting what is underneath

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

File size for vector graphics is ____ than bitmap graphics

A

smaller

unless there are lots of complex shapes

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

Common file format for vector graphics

A

SVG

Scalable Vector Graphic

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

Objects in vector graphics

A

Rectangle, ellipse, line, polygon

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

Vector attributes

A

Co-ordinates, fill colour, line colour

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

CPU

A

Central processing unit, handles all instructions that make hardware and software run normally

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

ALU

A

Responsible for arithmetic (add, subtract etc.) and logical operations (AND, OR etc.)
Calculating brain of the CPU, processes the data

Arithmetic logic unit

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

Calculating brain of the CPU

A

ALU/Arithmetic Logic Unit

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

CU

A

Controls the operations of the processor, decodes the program instructions, manages other parts of the CPU to carry out instructions

Control Unit

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

Registers

A

Storage locations for data being processed by the CPU, and instructions that are being executed

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

Storage location for data being processed by the CPU, and instructions that are being executed

25
Q

ACC (Accumulator)

A

Stores intermediate results of calculations

Type of register

26
Q

Type of register that stores intermediate results of calculations

A

ACC/Accumulator

27
Q

Program Counter (PC)

A

Holds the memory address of the next instruction that should be executed

Type of register

28
Q

Type of register that holds the memory address of the next instruction that should be executed

A

Program Counter/PC

29
Q

Memory Address Register (MAR)

A

Holds the address of the data being accessed in memory

Type of register

30
Q

Type of register that holds the address of the data being accessed from memory

A

Memory Address Register/MAR

31
Q

Memory Data Register (MDR)

A

Holds the data that has been fetched from memory

Type of register

32
Q

Type of register that holds the data that has been fetched from memory

A

Memory Data Register/MDR

33
Q

Current Instruction Register (CIR)

A

Holds the current instruction being executed, splits the operation into what to do and where to do it

Type of register

34
Q

Type of register that holds the current instruction being executed

A

Current Instruction Register (CIR)

35
Q

RAM

A

When a program is running, the data that will be processed is temporarily stored in the RAM, until the data is needed by the processor

36
Q

When a program is closed…

RAM

A

The data held in RAM is deleted

37
Q

When the computer shuts down…

RAM

A

RAM completely clears

38
Q

Buses

A

Systems of electrical pathways that carry data to and from the other parts of the processor, as well as between the processor and other components

39
Q

Data bus

A

Carries the data being processed

40
Q

Address bus

A

Carries the addresses of data and instructions, so that data can be sent and recieved to/from the right location

41
Q

Control bus

A

Carries the control signals from the Control Unit to manage computer operations

42
Q

Carries the data being processed

43
Q

Carries the addresses of data and instructions, so that data can be sent and recieved to/from the right location

A

Address bus

44
Q

Carries the control signals from the Control Unit to manage computer operations

A

Control bus

45
Q

Translators

A

Translate code created by programmers into binary

46
Q

Compiler

A

A type of translator that translates source code into object code, which is stored in a new file (the object code does not need translator software to run)

TRANSLATES ONCE

47
Q

Interpreter

A

A type of translator that translates source code directly into machine code, and it runs through the entire translation and execution process

TRANSLATES AS YOU GO ALONG

48
Q

Types of translators

A

Interpreters, compilers

49
Q

Monitor settings to limit environmental impact

A
  • Reduce brightness
  • Activate efficiency mode if the monitor supports the setting
  • Do not use a screen saver
50
Q

Power down settings to limit environmental impact

A
  • Power down the monitor when you aren’t using it/after a set period of inactivity
51
Q

Standby mode

A
  • Where the user isn’t using the computer
  • RAM is still powered
  • Data for software running is temporarily stored until you turn on the computer
  • Power to other computers is reduced or turned off
52
Q

Hibernate mode

A
  • Contents of RAM are copied to the hard disk
  • Hard disk saves a permanent copy
  • Turns off almost all components
53
Q

How is data sent across a network?

A

It is split into packets

54
Q

Firewall

A

Checks data packets as they are sent or received from a system or network

55
Q

What does a firewall check?

A
  • Check that data packets meet specific rules before being transferred
  • Sets rules about what stations on a network can send or receive packets
56
Q

What do a firewall’s rules account for?

A
  • Sender IP address
  • Receiver IP address
  • Port numbers
  • Protocols
57
Q

What is the purpose of firewalls?

A

Protect against unauthorised access to a computer system

58
Q

Encryption

A

When data is scrambled during transmission to prevent unauthorised access

59
Q

What does encryption do?

A
  • Uses algorithms to create keys that can encrypt data
  • Keeps the key secure by using public and private keys during transmission of data