Show:
Questions
Responses
Print
Potpourri
Analog vs Digital
Problem Solving
Logic
Programming
100
Form and Function
What are the two most important parts of a design?
100
A format that cannot be copied exactly
What is the analog format?
100
A problem solving strategy that attempts to meet criteria for adequacy, rather than to identify an optimal solution
What is satisficing?
100
A proposition where all outcomes are true
What is a tautology?
100
It is the variable in the following line of code myPic = makePicture(pickAFile())
What is a myPic?
200
It contains 1024 megabytes
What is 1 GB?
200
It is the way to turn an analog format into a digital one
What is taking samples?
200
A common problem solving mistake that involves not actually solving a problem, but assuring that it isn't getting bigger
What is a palliative solution?
200
A proposition where all outcomes are false
What is a contradiction?
200
It is a language that is written in simple English to help write functional code
What is pseudocode?
300
It is the field of study that focuses on user-centered design
What is a human computer interaction design?
300
This format can be copied exactly
What is digital format?
300
It is a problem that cannot be solved by simple solutions, often it is the case where it is hard to identify what the problem actually is
What is a wicked problem?
300
It is the equivalent of an 'If - Then' statement
What is a material implication?
300
It is the function in the following line of code myPic = makePicture(filename.jpg)
What is a makePicture?
400
They are the tags contained inside the basic HTML skeleton
What is html, head, title, and body
400
Management and storage
What are two limits of computing?
400
It is considered a 'rule of thumb'
What is a heuristic?
400
What is the final outcome of: [A v B] ^ ¬B
0 1 1 0
400
It is the RGB value of red
What is (255, 0, 0)
500
101101 in base 2
What is 45 in base 10?
500
44,100 Hz
What is the sampling rate of an audio CD?
500
Identifying the problem
What is the most important step in problem solving?
500
What is the final outcome of: (B v ¬B) ^ (A ^ ¬A)
0 0 0 0
500
It is a coding principle that lets you repeat a block of code until a condition is met
What is a loop?