Year 9 Yearlyz Flashcards

1
Q

List and describe three different people who would be found in the development of an information system

A
Project manager
Programmer
Graphic designer
Finance manager
It hardware maintenance man
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Identify and describe legal issues that can be found within IST

A
  • Copyright and licensing - taking someone’s work and saying it is yours
  • Piracy - stealing data without consent
  • Intellectual Property - copying other people’s ideas
  • Security and protection - Viruses and Scams
  • Legislation - Anti discrimination etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does sampling mean

A

Sampling is the key technique used to digitize analog information. This is do e by changing the frequency

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

Identify file sizes from smallest to largest

A

Bit > byte > kb > mb > gb> tb > pb

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

How do you do binary

A

https://m.wikihow.com/Read-Binary

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

You have been asked to design a new pc workstation for a business but you must take into account people’s health and welfare. What term is this called

A

Ergonomics

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

What are the 2 forms of compression

A

Lossless- this type of compression guarantees that you don’t lose any information
Lossy- this type of compressions is totally fine with losing a bit of information. But most of the time the information is useless stuff etc.

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

What are the four cornerstones of computational thinking.

A
  • decomposition
  • Pattern recognition
  • Abstraction
  • Algorithms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can a graphic be edited

A

It can be edited using various programs such as photoshop. It is usually called image editing

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

What is an example of control control structure sequences

A

It can carry out a series of read or write operations, arithmetic operations, or assignments to variables

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

What is an example of repetition

A

Repetition is when words or phrases are repeated. This could be lines of code for example

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

What is an example of selection

A

Selection could be an example of multiple things such as in python when writing selection control sequences

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

Define the term variables and chuck us an example with it

A

A variable is data that varies. For example the time of day when you write your code might impact your decisions

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

What are the 2 types of data that is used in an information system

A
  • digital data

* binary data

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

What does morphing mean

A

Morphing is a special effect rust shapes another image through a seamless transition

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

What does warping mean

A

Warping is a process of manipulating images that have been distorted

17
Q

What does rendering mean

A

Rendering is a process of producing high quality image with lightning and staged scenes

18
Q

What are the different steps found in the design cycle

A

Understand the problem, make a plan, carry out the plan and lock back to see what could have been improved

19
Q

What type of data types can be used when writing a computer program

A

Integer, strings, Boolean, input, variable

20
Q

Write an program in python that converts celcius to Fahrenheit

A

S = input(“Enter the temperature in degree celcius: “)
C = int(s)
F = c*9/5 + 32
Print(‘The temperature is’, f, ‘degree Fahrenheit’)

21
Q

Write a program in code.org that’s when you click the button in displays poop

A

On even “button 1”“click”
Button “button 1” “have some poo”
Image “I’d” “link of poo”