Exam Flashcards
Study for exam
Why is the web 1.0 known as the “readable” phase of the world wide web?
- There is only limited interaction between web users/ the site.
- It is simply an informational portal where users can passively receive information without being given the opportunity to post comments
- E.x Wikipedia
Why is the web 2.0 known as the “writable” phase of the world wide web?
- Allows users to interact more freely with each other
- Encourages collaboration
- Such as youttube, facebook, etc.
Why was the scandal involving facebook and Cambridge Anaylitica unethical?
- Because facebook leaked 87 million facebook profiles
- Violating the trust of the users
What were the 2 technologies that helped the professor Hawkings to communicate?
- Equalizer (was the software that allowed him to use the hand clicker)
- Speech Synthesizer (output where a computer or other machine reads words to you out loud in a real or simulated voice played through a loudspeaker; the technology is often called text-to-speech (TTS))
Internet addiction symptoms?
Isolation, depression/anxiety, carpal tunnel syndrome (pinching of the nerve), and neck pain
What are the 4 number systems?
- ) Decimal system (decimal numerals)
- ) Binary system (0-7 digits)
- ) Octal System (8 digits)
- ) Hexadecimal system (16 digits)
What are the two coding systems that are used to represent text-based data in current computers?
-ASCII (american standard code for information interchange)computers can only understand numbers so ASCII code is the numerical representation of a character such as “a” or “@” or an action of some sort
-EBCDIC (Extended binary coded decimal interchange code)
: is a binary code for alphabetic/numeric characters that IBM developed for its larger operating systems. It is the code for text files that is used in IBM’s o/s and that thousands of corporations use for their applications/databases
What are the two types of use cases for supervised machine learning?
- Classification: determine the discrete class to which each individual belongs- based on input data. For example: spam filtering or fraud detection
- Regression: Predict the real-valued output for each individual, based on input data . For example: weather forecasting or stock market prediction
What are two disadvantages/advantages of machine learning?
Disadvantages:
- acquiring data in a useable form
- formulating the problem so that the machine learning can be applied and will yield a result that’s actionable and measurable.
Advantages:
- it is accurate
- it is automated (new patterns are learned automatically)
Where is artificial neural networking in machine learning used? Give an example.
- To construct a computer capable of “human-like” thought
- generally used to learn to make classifications and diagnosis of patients with heart disease using collected data (age, sex, etc).
- train network to predict heart disease of new patient.
What is package switching? Extend this analogy to the idea of net neutrality.
- Packet switching is a digital network transmission process in which data is broken into suitably sized pieces /blocks for fast/efficient transfer via different network data when a computer attempts to send a file to another computer, the file is broken into packets so that it can be sent across the network in the most efficient way.
- Like how small packages / mail is sent in the post office
- Net neutrality is the principle that internet services provide should enable access to all content/applications regardless of the source- and without favouring/blocking certain websites/products.
What is a “nibble”?
-A “nibble” is 4 binary digits or 1/2 of an 8-bit (it is a collection of 4 bits)
What is “hexadecimal notation”?
-There are 16 digits (0-9) and (A-F)
What is a “base”?
-The available numbers in a numbering system
What is “ASCII”?
- American standard code for information interchange (ASCII)
- It is a character encoding standard for electronic communication (represent text in computers and other devices)