computing test 3

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards

how many symbols can be represented by four bits

16

2
New cards

PandA representation is what kind of system?

binary

3
New cards

what was used to help to structure the digitized oxford english dictionary

tags

4
New cards

this defines how characters relate to each other when compared

collating sequence

5
New cards

when using physical phenomena to encode info name one potential solution if move than two alternatives

adopt one as present and alternatives as absent

6
New cards

info describing info is called

metadata

7
New cards

K bits in a sequence yield how many symbols

2^k

8
New cards

PandA is short for 

presence and absence

9
New cards

____ encode info on CDS and DVDS

bumps or pits

10
New cards

hexadecimal is base

16

11
New cards

grouping binary digits in groups of four makes converting to ___ easier

hex

12
New cards

____ is the name we use for the two fundamental patterns of digital info based on the presence and absence of a phenomenon

PandA

13
New cards

info is said to be ____ or distinct; there is no gray

discrete

14
New cards

the number of digits is the ____ or the ____ of the numbering system

base; radix

15
New cards

the more symbols you want the more

bits

16
New cards

______ is representing info with symbols

digitizing 

17
New cards

put the following binary following values representing the intensity of green in order from least to most intense

1100 0000, 1111 0000, 1111 1100, 1111 1111

18
New cards

the RGB setting for blue is

0000 0000 0000 0000 1111 1111

19
New cards

people tend to be sensitive to small changes in _____, but not to small changes in ____

brightness, color

20
New cards

analog info is

continuous 

21
New cards

according to the nyquist rule, the sampling rate for sound should be roughly ___

twice what humans can hear

22
New cards

the accuracy of the digitized sound is determined by

the sampling rate

23
New cards

a digital-to-analog converter

changes digital info to analog waves

24
New cards

do GIF files display vertical or horizontal bands better

vertical

25
New cards

jessica simpsons “a little bit” is three minutes is 3 minutes and 47 seconds long how many bits is this

320,342,400

26
New cards

raymond kurzwell is known as the inventor of

text-to-speech generation 

27
New cards

RGB values are usually stored as three

bytes

28
New cards

___ is the limit that defines the maximum rate that info can be transmitted

speed of light

29
New cards

all colors are with equal intensity of RGB subpixals are either ___, ___, or shades of gray

black, white

30
New cards

_____ is the term used when digital values are converted to create an analog sound

interpolation

31
New cards

_____ sound removes the highest and lowest samplings as part of its compression algorithm

MP3

32
New cards

pixel color is determined solely by the ___ or the color

intensity 

33
New cards

in OCR, each pixel is an estimate of how ____ the corresponding area is

dark

34
New cards

on a computer ____ means to store or transmit info with fewer bits

compression

35
New cards

to increase the _____ of a photo you should increase the difference between dark and light parts

contrast

36
New cards

when converting analog sound to digital sound using ____ bits yields a more accurate digitization

more

37
New cards

a process that allows the computer to “read” printed characters is called

optical character recognition

38
New cards

JPEG is to still images what ____ is to motion pictures

MPEG

39
New cards

the _____ states that bits can represent all discrete info even though the bits have no meaning of their own

bias-free universal medium principle 

40
New cards

GIF images are limited to ____ colors

256

41
New cards

a machine instruction uses how many bytes of memory

4

42
New cards

converting code that a programmer writes into assembly code is called

compiling

43
New cards

what has made computers faster

making everything smaller

44
New cards

which of the following is used for input and output 

hard disk

45
New cards

the processor has how many moving parts

0

46
New cards

from the smallest to largest, the correct order of prefixes is

kilo, mega, giga, tera

47
New cards

modern computers know

about a hundred instructions 

48
New cards

rerunning a program with the same data produces

exactly the same result every time

49
New cards

if this.Opacity +=1.0; increases the opacity, what line of code would decrease the opacity

this.Opacity -=1.0;

50
New cards

which off the following characteristics of a computer depends on the number of fetch/execute cycles it performs per second

speed

51
New cards

_____ deterministically execute instructions to process info

computers

52
New cards

without the _____, the processor is not capable of doing anything interesting

operating system

53
New cards

____ is an acronym for the name of the location where computer programs run and data is stored 

RAM

54
New cards

the ____ part of the computer is the hardware part of the fetch/execute cycle

control unit

55
New cards

in addition of fetching instructions, the F/E cycle also fetches

data

56
New cards

the math in the computer is done by

ALU

57
New cards

the ____ encodes keystrokes into binary form for the computer

keyboard

58
New cards

the computers clock speed is measured in 

hertz 

59
New cards

every memory location has an

address

60
New cards

the ____ keeps track of the next instruction to execute

program counter

61
New cards

_____ is a long list of words, more accurately, a long series of 0’s and 1’s that make up a computer program

binary object file

62
New cards

a ____ is required for every peripheral connected to your computer

driver

63
New cards

____ is a program that extends the operations a computer can preform beyond the hardwired machine instruction

operating system

64
New cards

an algorithm is a

systematic method for producing a specified result

65
New cards

algorithms are used by

various agents

66
New cards

algorithms must always

produce output or state that there is no solution

67
New cards

algorithms are guaranteed to work

100 percent of the time

68
New cards

when writing an algorithm in a natural language it is helpful to use _____ instead of _____

nouns, pronouns

69
New cards

if an algorithm is performed with the same data, at different times with different agents the output will be

the same

70
New cards

how many algorithms can solve one specific problem

many

71
New cards

programs containing ____ cannot be verified exhaustively

loops

72
New cards

a program is an algorithm that has been

specialized

73
New cards

algorithms must be ____; they eventually stop with the right output or a statement that no solution is possible 

finite

74
New cards

algorithms must be definite. they must specify ordered steps, including details on how to

handle errors

75
New cards

the steps in algorithms must be ___ so that the agent is able to do it

unambiguous