QUESTIONS WITH RIGHT ANSWERS .
DIKW Hierarchy - correct Answers -Data, Information, Knowledge, Wisdom
Information Technology (IT) - correct Answers -Describes the technology infrastructure that
may support information systems, although Information Technology could also support many
other types of systems. IT includes hardware, software, networks, and databases that work
together to allow an organization to manage data and information.
Protocol - correct Answers -Set of rules established to govern how people behave and interact
with each other.
A computer performs 4 operations - correct Answers -IPOS (Input, Processing, Output, Storage
cycle
Hardware - correct Answers -The physical components of a computer.
Software - correct Answers -the programs and other operating information used by a computer.
Network - correct Answers -A collection of computers and resources connected by various
media so they can communicate with each other.
Users - correct Answers -The people who use the computer system
The System Unit - correct Answers -Contains various components that enable the PC system to
run programs and complete other important functions.
1
, Memory Types - correct Answers -Short term and Long term
Dynamic RAM - correct Answers -Typically called main memory
Static RAM - correct Answers -Cache memory and registers
Read-Only Memory (ROM) - correct Answers -Retains contents indefinitely
Zuse Z3 - correct Answers -1941, German, Binary floating point, Electromechanical,
Programmable
Atanasoff-Berry - correct Answers -1942, US, Binary, Electronic, Nonprogrammable
Colossus Mark 1 - correct Answers -1944, UK, Binary, Electronic, Programmable
Harvard Mark 1 - correct Answers -1944, US, Decimal, Electromechanical, Programmable
Colossus Mark 2 - correct Answers -1944, UK, Binary, Electronic, Programmable
Zuse - correct Answers -1945, German, Binary Floating Point, Electromechanical,
Programmable
Machine Language - correct Answers -Binary code made up of 0s and 1s; usually this is data
converted from a high-level language by a compiler. Often used as a synonym for low-level
programming language. (0000 1001 0110 0100 1101 1111 1010 0011)
Assembly Language - correct Answers -Programming language that has the same structure and
set of commands as machine languages but allows programmers to use symbolic representations
of numeric machine code. (Move.1 #$2000030c, d0 ; Initialize DACR0)
2