CSE3 FINAL Flashcards
Who was known as an interpreter and promoter of Babbage’s visionary work, wrote a plan using the analytical machine to calculate Bernoulli sequences, AND was the first computer programmer.
Augusta Ada King, Countess of Lovelace
In 1943, who led a team to complete the Colossus? (considered to be the first electronic digital computer)
Alan Turing
Who was the key to breaking Enigma - the German military’s chief cipher machine?
Alan Turing
Define the Turing Test
A basic test for artificial intelligence
Who invented the compiler in 1952?
Admiral Grace Hopper
Who created one of the first programming languages?
Admiral Grace Hopper
What was one of the first programming languages?
COBOL
Who coined the term “debug”
Admiral Grace Hopper
What did the term “debug” refer to, what did it come from?
Referred to an actual moth stuck in the Harvard II computer.
What kind of device was used in early computers?
Vacuum tubes
What device replaced vacuum tubes starting in 1956?
Transistors
By the mid-1960s transistors were replaced by what?
integrated circuits
What are integrated circuits commonly known as?
silicon chips
A byte is how many bits?
8
A kilobyte is how many bytes?
1 thousand
A megabyte is how many bytes?
1 million
A gigabyte is how many bytes?
1 billion
A terabyte is how many bytes?
1 trillion
A petabyte is how many bytes?
1 quadrillion
What is speed often expressed in?
megahertz (MHz) or gigahertz (GHz)
Typical Desktop PC processors have how many GHz per core?
1.5 - 3.0 GHz
Modern desktops typically have what kind of processors (2)?
Dual-core or quad-core
GHz is analogous to what?
clock ticks
1 GHz is capable of handing how many machine cycles per second?
1 billion
What company that is the largest CPU manufacturer, uses GHz rating?
Intel
What does CPU stand for?
central processing unit
What company that is the primary non-intel CPU manufacturer, used a different rating system for years, but now uses GHz as well?
AMD
Define Gordon Moore’s real version law
the number of transistors that can be inexpensively placed on an integrated circuit doubles every 2 years.
What are popular variants of Moore’s law? (2)
-transistors will double every 18 months
-processing speed and storage capacity will double every 18 months
What was the frequently ignored addendum by Gordon Moore with Moore’s law?
the exponential growth can’t continue forever. miniaturization will eventually approach atomic sizes.
What law is a description of a modern trend, not a true physical law?
Moore’s law
What number does 00010011 represent?
first 1 = 1 then 2nd 1 = 2, the next 0 = 4 and the other 0 = 8 and the 1 = 16 (reading from right to left) and then ignore the other 0s in front and add the numbers that are only in the 1 position = 16 + 2 + 1 = 19, answer = 19
How many symbols can be used for all numbers to be represented or calculated in the binary number system?
2 symbols (1 and 0)
What device can translate the touch on a numeric keypad into a series of 0s and 1s?
A calculator
For the binary number system, the positional values for the numbers are each at a power of what?
Positional values are each at a power of 2
What was input device was developed in 1936 to improve efficiency for keyboard usage and didn’t require as much hand movement?
The Dvorak Keyboard
Define resistive screens
the edges omit horizontal and vertical light beams
Define capacitive screens
creates a electromagnetic field, blocked by the electromagnetic field of your skin
What kind of touch screen allows for multi-touch input?
capacitive screens
This device allows for the input and output to be from the same device, is a good system where a keyboard would be cumbersome, and is now common on smartphones, tablets, and some laptops.
Touch screens
What does UPC stand for
universal product code
What kind of code is a pattern of vertical marks?
Universal product code (UPC)
Bar code readers read code in what direction?
horizontally
This kind of code can be stored horizontally and vertically, can store ~4000 alphanumeric characters, and is typically used for web addresses.
QR codes and readers
What does OMR stand for?
optical mark recognition
What does OCR stand for?
optical character recognition
What does MICR stand for?
Magnetic Ink Character Recognition
What kind of optical recognition machine senses marks on paper, fill-in sheets, and pink scantron marks?
OMR, optical mark recognition
What kind of optical recognition recognizes individual letters of text or otherwise just copying dots?
OCR, optical character recognition
What kind of font is readable by humans and machines and the typeface was developed by American National Standards Institute?
MICR, Magnetic Ink Character Recognition
What kind of printer is a laser beam reflected off a rotating drum to create patterns of electrical charges?
Laser printers
What do the electrical charges from laser printers attract?
toner, a fine colored powder, which is then heated to fuse to the paper
What are 3 ways that the laser printers differs from inkjet printers?
-they are faster
-more expensive
-have high resolution print output
what kind of printer sprays ink onto paper to produce printed text and graphic images?
inkjet printer
What is 1 way that the inkjet printers differ from laser printers?
-higher quality color for less $, liquid ink creates more vivid and accurate color than combinations of different colored toner
What kind of disk provides inexpensive, portable storage?
floopy disk
why are floppy disks not used for modern purposes?
holds too little data
what kind of disk is non-removable, rigid disks that spin continuously and rapidly?
hard disks
The US Constitution, Article I, Section 8, gives Congress the power to enact statues that…
Promote the progress of science and useful arts, by securing the limited rights to authors and inventors the exclusive right to their respective writings and discoveries
How many years does the author have for copyright?
70 years + life of author or up to 120 years for works of corporate authorship
How many years was copyright before the Bono Act of 1998?
50 years + life of author
Copyright covers what?
ideas and creative works
Patents cover what?
inventions
How many years do patents last?
typically 20 years from application date
Allows for free speech and free exchange of information over the internet, while still providing copyright holders a method to remove infringing content.
DMCA Safe Harbor provisions
What does DMCA stand for?
Digital Millennium Copyright Act
Under the Fair Use act exceptions are made for duplicating copyrighted content, what are the 2 exceptions?
-for criticism or commentary (includes parody, even for commercial gain)
-for teaching, scholarship, or research
What is Linus Torvalds best known for?
As the creator of Linux
What is Linux?
The Linux kernel is an open source operating system core
Who created Git?
Linus Torvalds
Define what Git is.
-used to track changes in programming files modified by multiple authors
What is the large repository of open source software
Github
Name 3 specific Linux Distributions
-Ubuntu
-CentOs
-Fedora
Which Linux distribution is the easiest starting point?
Ubuntu
Define Natural Languages
resemble languages spoken by humans
Define Programming languages
falls between machine language and natural human languages
What device translates programming language into machine language?
Compilers
What are some examples of compilers?
-C++
-Javascript
-Perl
-PHP
Define machine language
numeric codes that represent data
What are trials by internal users that have very select groups?
alpha testing
what are trials by external users that are usually by volunteers?
beta testing
Newer releases of software usually have what?
-additional features (major updates often come with problems of their own)
-fixes of previous bugs
What are minor fixes called for software that are usually available for free?
patches
What is the “software insiders’ advice” in lecture?
never buy version 1.0 of anything