CS101 Test 2

Description

Computer 101 test 2
ashleigh nichole
Quiz by ashleigh nichole, updated more than 1 year ago
ashleigh nichole
Created by ashleigh nichole about 8 years ago
12
0

Resource summary

Question 1

Question
What number system has two digits, 0 and 1.
Answer
  • Binary number System
  • hexadecimal number system
  • Circular number system
  • Unicode number systyem

Question 2

Question
A [blank_start]byte[blank_end] is the smallest addressable unit in a computer
Answer
  • byte

Question 3

Question
Used on microcomputers and has seven but binary code
Answer
  • ASCII
  • Unicode
  • EBCDIC

Question 4

Question
Used on IBM mainframes and has Eight but binary code
Answer
  • ASCII
  • EBCDIC
  • Unicode

Question 5

Question
16 bit coding scheme, 65,000 symbols and characters, Implemented on Window
Answer
  • ASCII
  • ENCDIC
  • Unicode

Question 6

Question
[blank_start]Mother Board[blank_end] is the main circuit board of the system
Answer
  • Mother Board

Question 7

Question
[blank_start]CPU[blank_end] or [blank_start]Central Processing Unit[blank_end] is electric circuitry responsible for interpreting and issuing instructions to the rest of the machine.
Answer
  • CPU
  • Central Processing Unit

Question 8

Question
Machines with multiple CPU's cab parallel processing.
Answer
  • True
  • False

Question 9

Question
[blank_start]Arithmetic Logic Unit[blank_end] or [blank_start]ALU[blank_end] does math functions and decision making by comparing values.
Answer
  • ALU
  • Arithmetic Logic Unit

Question 10

Question
[blank_start]Control unit[blank_end] controls all the internal activities of the machine based on instructions it receives from programs.
Answer
  • Control unit

Question 11

Question
[blank_start]Register[blank_end] super fast memory inside CPU, temporary holds locations, hold data, instructions, etc..
Answer
  • Register

Question 12

Question
Holds the Results of the operations performed by the ALU
Answer
  • Accumulator
  • Storage Register
  • Address Register
  • General- Purpose Register

Question 13

Question
Holds data just received from internal memory or data about to be sent to internal memory
Answer
  • Accumulator
  • Storage register
  • Address register
  • General-purpose register

Question 14

Question
Holds the location of the data about to be transferred to/from internal memory.
Answer
  • Accumulator
  • Storage register
  • Address register
  • general-purpose register

Question 15

Question
holds data, addresses, or instructions.
Answer
  • Accumulator
  • Storage register
  • Address register
  • General Purpose register

Question 16

Question
[blank_start]BUS[blank_end] is a collection of wires through which data is transmitted from one part of a computer to another; data and instructions flow between the CPU, memory, and other parts of the computer.
Answer
  • BUS

Question 17

Question
[blank_start]Registers[blank_end] part of CPU, holds data/ instructions that the CPU will work with immediately, holds results of the last processing step.
Answer
  • Registers

Question 18

Question
[blank_start]Buffer[blank_end] not part of CPU, an intermediary between the CPU and I/O devices, helps to avoid too much CPU idle time.
Answer
  • Buffer

Question 19

Question
[blank_start]Cache[blank_end] high speed RAM logically located between CPU and main memory, its purpose is to increase the speed at which data are accessed
Answer
  • Cache

Question 20

Question
The control unit copies an instruction from main memory and stores it in a register.
Answer
  • Fetch
  • Decode
  • Execute
  • Store

Question 21

Question
The control unit decodes the instructions, is data is required it fetches it from memory, then it is sent to ALU.
Answer
  • Fetch
  • Decode
  • Execute
  • Store

Question 22

Question
The ALU does the required calculations or comparison.
Answer
  • Fetch
  • Decode
  • Execute
  • Store

Question 23

Question
The control unit stores the result of the ALU in main memory or a register
Answer
  • Fetch
  • Decode
  • Execute
  • Store

Question 24

Question
[blank_start]Parallel processing[blank_end] divides a single problem into portions so that multiple processors work on their assigned portion of the task at the same time.
Answer
  • Parallel processing

Question 25

Question
[blank_start]Instruction set[blank_end] group of main commands that the CPU has, has two major software designs- RICS, and CISC, computer speed is also measured by the number of instructions completed per second or millions of instructions per second (MIPS).
Answer
  • Instruction set

Question 26

Question
[blank_start]Memory Type[blank_end] access tome is how long it takes to access and retrieve data, it is listed in billions of seconds (nana seconds), the lower the number the faster the chip, when adding memory make sure speed of the chip is fast enough for CPU.
Answer
  • Memory Type

Question 27

Question
Address, each memory location
Answer
  • has a unique address, a number
  • May store many items at a time
  • May contain data or an instruction
  • may store only one item at a time

Question 28

Question
[blank_start]Parity[blank_end] is a very simple scheme to check if one error occurred during transmission
Answer
  • Parity

Question 29

Question
[blank_start]Abacus[blank_end] calculations are performed by manipulating strings of beads, It's fast, inexpensive, portable, non-electric.
Answer
  • Abacus

Question 30

Question
[blank_start]Pascal's calculator[blank_end] french mathematician, invented first adding machine.
Answer
  • Pascal's calculator

Question 31

Question
[blank_start]Leibniz's Multiplier[blank_end] expanded Pascals calculator, all digits of a number could be entered at once.
Answer
  • Leibniz's Multiplier

Question 32

Question
[blank_start]Jacquard's loom[blank_end] invented an attachment for the mechanical loom weaving cloth, recognized the design followed a fixed, repetitive pattern, punch holes in cards to control the loom's threads.
Answer
  • Jacquard's loom

Question 33

Question
[blank_start]Charles Babbage[blank_end] father of modern computers, designed machine to calculate the tables accurately and automatically, special purpose machine.
Answer
  • Charles Babbage

Question 34

Question
[blank_start]Ada Lovelace[blank_end] mathematician, developed problem solving instructions, 1st programmer.
Answer
  • Ada Lovelace

Question 35

Question
[blank_start]1937[blank_end] Dr. John V. Atanasoff and Clifford Berry designed and build the first electronic digital computer
Answer
  • 1937

Question 36

Question
[blank_start]1941[blank_end] Germany 1st developed computer prototype
Answer
  • 1941

Question 37

Question
[blank_start]1943[blank_end] England developed 1st practical single purpose electronic computer to break German codes; Harvard Univarsity computer called Mark 1
Answer
  • 1943

Question 38

Question
[blank_start]1946[blank_end] ENIAC-18,000 vacuums, had to be rewired to change the program (hard wired), the program is not stored in memory.
Answer
  • 1946

Question 39

Question
[blank_start]1st[blank_end] generation computer (1951-1958), vacuum tube technology, punched card or magnetic stripe, machine langauage, magnetic core (UNIVAC 1, IBM 650
Answer
  • 1st

Question 40

Question
[blank_start]2nd[blank_end] generation computer (1959-1964) transistor, solid-state technology, punched card or magnetic stripe, assembly language and some machine language, magnetic core.
Answer
  • 2nd

Question 41

Question
[blank_start]3rd[blank_end] generation computer (1965-early 1970's) Integrated circuit technology, silicon chips, large scale integration, punch cards, magnetic tape, magnetic disk, magnetic core with some semiconductor memory.
Answer
  • 3rd

Question 42

Question
[blank_start]4th[blank_end] generation computer very large scale integration, microprocessor chip, magnetic disk and floppy disk, high level language, user friendly software, semiconductor memory.
Answer
  • 4th

Question 43

Question
[blank_start]5th[blank_end] generation computer artificial intelligence, vocie recognition, parallel processing, quantum computation, natural language, self learning.
Answer
  • 5th

Question 44

Question
[blank_start]1975[blank_end] 1st personal computer, Ed Roberts, kit that you put together for hobbyist.
Answer
  • 1975

Question 45

Question
[blank_start]1976[blank_end] Apple 1, Steve jobs and Stephen Wozniak, Non-hobbyist
Answer
  • 1976

Question 46

Question
[blank_start]1981[blank_end] IBM, personal computer (PC)
Answer
  • 1981

Question 47

Question
[blank_start]electronic spreadsheet[blank_end] SW designed to perform calculations and has the appearance of a ledger, 1st released in 1979, a table that consist of columns (letters) and rows (numbers) which make up calls.
Answer
  • electronic spreadsheet

Question 48

Question
[blank_start]Workbook[blank_end] the file you work with and store data, has multiple pages.
Answer
  • Workbook

Question 49

Question
[blank_start]Worksheet[blank_end] the individual pages.
Answer
  • Worksheet

Question 50

Question
[blank_start]Circular reference[blank_end] is a formula that refers to the cell that the formula is in or causes a circle to form in formulas.
Answer
  • Circular reference
Show full summary Hide full summary

Similar

Historical Development of Computer Languages
Shannon Anderson-Rush
What is a Computer?
cscutt
MICROSOFT WORD 2013 SKILLS FOR WORK
John O'Driscoll
OCR gcse computer science
Jodie Awthinre
computer systems and programming quiz
Molly Batch
GCSE AQA Computer Science - Definitions
James Jolliffe
Computer science
Jess Lemmon
Technology for Learning
clairefong0221
goconcer
nona.q8.89
What is Python?
Daniel Ingram
Computational Thinking
David Hollingswo