ex 1 Flashcards
Exam
The invention of this product replaced vacuum tubes and made computers much smaller and faster. However, it was eventually replaced by another invention. Guess the name of this product.
Transistor
This invention helped make computers much smaller and faster. What is it called?
Integrated Circuit
This person created a machine called ‘The Analytical Engine.’ His ideas were some of the first that led to the creation of computers. Guess the name of this person. He is the father of computers.
Charles Babbage
This person created what is now known as the first computer program. The program was made to help the Analytical Engine calculate numbers. Guess the name of this person.
Ada Lovelace
Steve Jobs and Steve Wozniak built their first computer using a wooden box. Their company has grown and is still around today. The name of the company is:
Apple
The first generation of computers used vacuum tubes. Why were they replaced by the transistor?
Vacuum tubes consumed a lot of energy and generated excessive heat
An operating system is responsible for:
Memory management
Example of application software is:
to allow users to communicate with the computer
Data science is:
The study and analysis of data.
The five main components of computers are:
ram, CPU, Input, output, & hard drive
The input of the linker is _______ while the input to compiler are ________
Object code, high level language
Electronic Numerical Integrator And Computer (ENIAC)
Was the first electronic computer used vacuum tubes
Charles Babbage invented:
The first mechanical computer
ALTAIR, 1975 is an:
Electronic computer used integrated circuit
First Generation of computing has:
Magnetic drum and assembly language
Second Generation of computing has:
Transistors and high level language
Fourth Generation of computing has:
Integrated circuits and operating systems
Examples of non-Volatile memories are:
DVD, ROM, CD, flash memory
The speed of following devices from highest to lowest:
Registers, Cache, RAM, DVD
The following 7 steps when you open a computer and run your first source program.
1)power on
2)Basic Input/Output System (BIOS) Initialization: The BIOS, stored in a ROM chip on the motherboard, initializes essential
3)Boot Loader: The BIOS loads the boot loader from the hard drive. The boot loader is a small program responsible for loading the operating system kernel into memory.
4) Kernel Initialization
5) User Space Initialization
6) User Interaction: the user interacts with the computer through the GUI or command-line interface
7) Running the First Source Code
The high level language is an object code
True
False
false
Responds to user requests and schedule tasks is type of application software
True
False
false
Moor’s law is the idea that the number of transistors on integrated circuits can be doubled every two years.
True False
true
y value for this pseudocode= 80
set a= 20, b=1, c=3, x=2
y=a(x*x) + bx +c
Print y
True
False
false
86=20(22)+12+3
y =86