Computers in Society Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the main job the central processing unit (CPU) in a computer?

A

The CPU executes each instruction in a program. Each instruction is fetched from memory then executed by the processor.

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

How does Moore’s Law describe what happens to the speed of computers every two years?

A

Moore’s Law states that, generally speaking, the speed of new computer models doubles every two years.

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

What is decomposition?

A

Decomposition is where computer problems are broken down into smaller, simpler chunks which are easier to solve by algorithms.

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

What is a Raspberry Pi?

A

The Raspberry Pi is a small computer, the size of a credit card, with either 256 MB or 512 MB RAM and a 1 gHz CPU.

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

What is the Input-Process-Output model?

A

When computers take in data as an input, then process the data, then output a result.

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

How are embedded computer systems different to systems in PCs and smartphones?

A

Embedded computers are designed to perform a specific task.

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

For a computer to be able to carry out specific tasks, what does it need to do?

A

A computer always needs to follow a step-by-step program of instructions to tell it what to do. This is called an algorithm.

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

What is abstraction?

A

Abstraction makes things simpler. By packaging things up into simper groups, it virtually hides the unnecessary details so that you can concentrate on only the most important parts of the problem.

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

Who designed the Analytical Engine, the first programmable computer in 1837?

A

Ada Lovelace and Charles Babbage

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

What does an IP address indicate?

A

An IP address specifies where you are on a computer network. However, ti cannot specify where are in the world.

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

What does the Computer Misuse Act make it illegal to do?

A

The Computer Misuse Act makes it illegal to attempt to steal or change data on someone else’s computer. This includes tampering with the data on other people’s websites and databases.

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

What does copyright mean?

A

Copyright automatically applies to anyone who has created an original work and protects their right to profit from it.

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

What does a Creative Commons licence allow you to do?

A

Creative Commons provides a set of rules that allow people to ‘fine tune’ what others can do with their copyrighted work.

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

What is trolling?

A

Trolling is where a user posts comments, often maliciously, on a website to try to evoke emotional responses from others. In its most extreme form, it can be a criminal offence.

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

What is intellectual property?

A

Intellectual property is the ownership and right to make money from ideas, inventions and creative work.

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

What term is given to hackers who attempt to do good through hacking?

A

A ‘white hat’ hacker is a hacker who acts ethically and attempts to do good through their hacking, perhaps by working around bugs in code or exposing security risks in software to test a system.

17
Q

How can a company stop rivals from stealing their ideas and producing similar games?

A

A company can stop their rivals from releasing a similar game by patenting their idea. If their rivals infringe the patent they can be prosecuted.

18
Q

Why are standards used in computing?

A

Standards are an agreed set of rules that ensure a system will perform in an expected way.

19
Q

What are de facto standards?

A

De facto standards are unofficial standards that have evolved and been accepted due to public support and widespread use.

20
Q

What are de jure standards?

A

De jure standards are controlled and regulated by organisations and ensure that essential services work as expected.

21
Q

What are open standards?

A

Open standards are usually controlled by a creative commons licence or they are unlicensed, which means they can be used by anyone and are not owned by a commercial organisation or individual.

22
Q

What is compatibility?

A

Compatibility is about making different systems work together in an expected way.

23
Q

Who is responsible for maintaining many of the open standards used on the internet?

A

The World Wide Web Consortium (W3C)

24
Q

Why do computer programmers use standards?

A

Programmers must adhere to certain standards when they work together to ensure quality and that they can work effectively as a team.

25
Q

What is an advantage of the new HTML5 standard?

A

The HTML5 is more capable of handling interactivity and data-intensive web applications within a web browser.

26
Q

What does the term ‘off the shelf’ mean?

A

‘Off the shelf’ means that it is a standard product.

27
Q

What is a computer system?

A

A computer system is a combination of hardware and software