PPE Exam Revision Flashcards

1
Q

What is “text represented in a computer”?

A

A code where each number is represented as a character and can be used convert text into binary.

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

Give inputs, outputs and storage for a mobile phone:

A

Inputs:

  • Sensory touch screen
  • Microphone
  • Camera
  • Keyboard

Output:

  • Monitor/Screen
  • Speakers

Storage:

  • ROM and RAM
  • hard disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is meant by “off-the-shelf- software?

A

Software that is aimed at many users and sold “as is”.

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

What is the data type for the following:
Gender?
Dose?

A

Gender is a string

Dose is a real number

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

Security in a computer (give examples)

A

Security utilities:

  • stronger passwords
  • encryption
  • anti-virus software

Operating system:

  • manages cpu
  • manages peripherals
  • manages memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

High level and machine code, explain the differences and which is better.

A

High level code is much more easier than machine code (Los level code). This is because low level code (machine code) can only be understood by the computer, not so much by the user. Additionally, high level language is portable and can be understood by the user, therefore easier and more efficient.

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

Why is databases important/efficient?

A
  • a large number of data can be stored efficiently
  • data can be added easily/edited rapidly
  • information can be found quicker
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the standards of coding?

A
  • should be spaced out evenly
  • functions are named appropriately
  • variable names are consistent throughout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of a CPU?

A

Control unit uses electrical signals to the system to execute instructions in stored programs.

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

What is a RAM used for?

A

Where the program is stored.

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

Why is cache memory used?

A

It it used to store data that is waiting to be processed.

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

What is op code?

A

The big pattern for the operator, the part of a machine code instruction that defines the operation to be performed.

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

Why is there LAN in a bank for school?

A

To protect personal information and passwords and encryptions.

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

Explain IP addresses and MAC addresses and what they are written in.

A

IP addresses are usually written in denary and MAC is usually written in hex, both addresses are written as numbers. MAC addresses are coded in to the hardware during manufacture.

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

What can you do to recover from failover?

A

Failover strategy:

  • disk redundancy
  • ability to replace hardware quickly
  • 24/7 maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is lossy compression?

A

Reduces a file by permanently eliminating certain information, especially redundant information.