Author: John
-
Research questions
Research – answering questions. To start research, need at least one question. Large project may have more than one question. Too many questions – unable to answer them all, research will lack focus. Generally, 3-5 related questions. Should be refined to fairly basic terms: Why does this happen? How does that work? What is needed…
-
Research Activity 03
Verification of statements Try to find where and when Einstein made the declaration “nuclear power was impossible because it would require the splitting of the atom at will.”. What conclusion could you draw if you can’t find anything reliable to support the assertion that he made the statement about splitting the atom? I couldn’t find…
-
SnipIT No 6: Allow HTTP through CentOS firewall
SnipIT is a series of short blogs containing useful information in an easily digestible format. With a fresh install of CentOS, the firewall prevents http and https traffic. To test that it is the firewall preventing access to the web server disable the firewall: sudo systemctl stop firewalld Then try browsing to the servers IP…
-
Research cycle
Not linear, never “finished” – it’s a cyclical process. Research throws up more questions than it answers. Not all questions can be answered – not enough time or resource. Further research of something leads to refinement. Can call previous research/concepts into doubt. Einstein said that nuclear power would be impossible as requires atom to be…
-
Types of research
Ways to conduct research: Pure, applied, strategic Descriptive, explanatory, evaluative Market, academic, scientific Basic, applied, instrumental, action Exploratory, testing-out, problem-solving as well as others All research should have these features regardless of approach: Should be planned – plan what you are researching into, how to conduct research, how to verify results and how to disseminate…
-
Research Activity 02
Hypercard: what it enabled a user to do and how it worked, and what was the major limitation of it and its imitators at the time. Hypercard allowed a user to store information in a “stack” similar to a Rolodex system. It also had the ability to process script with each object in the stack…
-
Research Activity 01
Find out more about the Osprey tracking. http://scottishwildlifetrust.org.uk/things-to-do/osprey/ Two chicks tagged with satellite trackers in 2015. In 21015, one fly 7352km and the other 6812km. Interestingly, the tracked ospreys don’t always take the same route, some travel along the west coast of Britain, another down the east coast and one more centrally. http://www.ospreys.org.uk/category/satellite-tracking/ The osprey…
-
Why research?
Simple answer – find things out. “body of knowledge” – everything we currently know. No one knows all of the body of knowledge but some people know each aspect. e.g someone may know all about atoms and how to build machines to answer questions about them, others may know all the winners of the Eurovision…
-
Inventing something new
August 1991, Tim Berners-Lee at CERN turned on the first website, prior to this the world wide web did not exist. Prior to this, one would hava to visit the library to find out information. This is research by inventing something new.
-
SnipIT No 5: Find the version of Apache on a Linux machine
SnipIT is a series of short blogs containing useful information in an easily digestible format. httpd is the Apache HTTP server program which can be installed on a Linux server (sudo yum install httpd). To find out which version is running on your system, type http -v at a command prompt when connected to the server.…