Crowdsourcing
Binary
Programming
Compression
Conditionals
100

Examples of crowdsourcing

Collaboration on ideas, and collecting data in apps

100

What is 1011 in base 10?

11

100

What kind of error causes unwanted outputs despite the code not being incorrect?

Logic/semantic error

100
When done to raw data, the data should always be smaller

Compression

100

What two conditions can a boolean variable have?

True, False

200

What is not an example of crowdsourcing?

Crowdfunding, collecting money from people

200

What is 254 in binary?

11111110
200

What level coding language is Python considered?

High level
200

Type of compression where all of the data is recoverable

Lossless compression

200

This gate will return True only if both conditions are True

AND Gate

300

Places where crowdsourcing is used

Scientific research, product design, journalism, citizen surveying

300

Numbers higher than this number cannot be an 8 bit binary number

255

300

What type of error is dividing by zero considered as?

Runtime error

300

Type of Data Compression where some data is lost

Lossy

300

This gate will return True as long as only one of them is True

OR Gate

400

Benefits of crowdsourcing

speed, reliability, cost effective

400

Which two numbers are the same in base 10 and in binary?

1 and 0
400

How does pseudocode differ from other coding languages?

It does not have a syntax, it cannot be compiled, it cannot be interpreted by machines and is meant for humans.

400

When done to a compressed file, the resulting data should be bigger

Decompression

400

This gate outputs the opposite of the real value

NOT gate

500

Cons of crowdsourcing

poor and inconsistent quality of submissions, risks in intellectual property

500

What is the binary number 1111 in base 4?

33

500

What computer game did Chris Sawyer code in Assembly, a low level coding language?

Rollercoaster Tycoon

500

Popular examples of software that compress and decompress data

7Zip, WinRAR
500

This gate only outputs true when one of them is True, otherwise it is false

XOR gate