Unit 1 Review Flashcards
What did Ada Byron mean when she said that the Analytical Engine could never "originate anything"? A. A machine could not think. B. A machine could no do calculations. C. A machine could not talk. D. A machine could not make a decision.
A. A machine could not think
Which category of programming languages has the most abstraction from the hardware? A. High level B. Low Level C. Assembly Language D. Machine Language
A. High Level
To determine the level of the computer language, compare the language used to the:
A. modifications the language will handle.
B. computer hardware being used.
C. number of variables in the language.
D. abstractions the language contains from machine code of 0s and 1s.
D. abstractions the language contains from machine code of 0s and 1s.
The hexadecimal number A41 is ________ in binary.
A. 10000100001
B. 01100100001
C. 101001000001
D. None of the options.
C. 101001000001
The binary number 10111 is \_\_\_\_\_\_ in decimal. A. 4 B. 23 C. none of the options D. 15
B. 23
\_\_\_\_\_\_\_\_ is another name for Decimal. A. Base 2 B. Base 8 C. Base 10 D. Base 16
C. Base 10
What computer was sold to US Census Bureau in 1951? A. ENIAC B. UNIVAC C. EDVAC D. Mark I
B. UNIVAC
Using a program to record transactions, phone calls and other personal information is what type of ethical consideration?
A. Privacy
B. Online Profiling
C. Netiquette
D. Phishing
A. Privacy
What made it possible to build the microcomputer (PC)?
A. The transistor
B. The development of stored memory
C. The Integrated Circuit
D. The microprocessor
D. The microprocessor
The F in hexadecimal is equal to A. 11 B. 10 C. 15 D. 16
C. 15
The information posted on the Social Security Administration website for public view and access is incompliance with which legislation?
A. Electronic Freedom of Information Act of 1996
B. Privacy Act of 1974
C. Electronic Communications Privacy Act of 1986
D. Safety and Freedom through Encryption Act of 1999
A. Electronic Freedom of Information Act of 1996
Who wrote the first computer program? A. Charles Babbage B. Herman Hollerith C. Stephen Jobs D. Ada Byron
D. Ada Byron
The decimal number 10 is equal to \_\_\_\_\_\_\_\_ in binary? A. 0010 B. 1010 C. 1111 D. 1001
B. 1010
How would a programming language that allows programs to run on any operating system be classified?
A. High Level
B. Very low level
C. Medium Level
D. Low Level
A. High Level
If a zero is shown in binary, it represents: A. On B. Both 0 and 1 C. Off D. Neither 0 nor 1
C. Off
How does Visual Basic differ from Basic?
A. Visual Basic is an object-oriented language and Basic is not.
B. Basic is a newer language than Visual Basic.
C. Basic is a high level language and Visual Basic is low level.
D. Visual Basic is easy to learn and Basic is not.
A. Visual Basic is an object-oriented language and Basic is not.