final Flashcards

(49 cards)

1
Q

Which of the following terms best describes circuit boards, keyboards, and disk
drives?

A

computer hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is an application package?

A

word proccesor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the name of a solid piece of silicon that contains transistors, other
components, and their connections?

A

integrated circuts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is a technique for isolating program pieces by eliminating the
ability for one piece to access information in another?

A

information hiding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An abstraction is a mental model that removes or hides complex details

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ada Augusta, Countess of Lovelace, is credited with being the first programmer.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Computer software is a collection of programs that provides the instructions that a
computer carries out.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An algorithm allows us to develop and express solutions to problems.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following is the number 0 or any number obtained by repeatedly adding
1 to it?

A

Natural number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the largest digit in the decimal number system?

A

9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How many digits are there in the binary number system?

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How many digits are there in the hexadecimal number system?

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the decimal value of the largest digit in the hexadecimal number system?

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

1Which number represents the value of the base in every number system?

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

true or False? The category of numbers called integers includes negative numbers.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False? There is one set of underlying principles governing all numbers
systems.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

True or False? A rational number is any number that can be expressed without a
fractional part.

A

False a rational number is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or False? The base of a number system determines the number of digit
positions that can be used for any number in the system.

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

True or False? A value of a number in any base can be expressed as a polynomial
expression

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

True or False? Three octal digits can be stored in one byte

A

false so how many byte?

21
Q

A group of eight bits is called a(n)

22
Q

True or False? The computer’s operating system and language translators are
generally known as systems software

23
Q

true or False? There is one set of underlying principles governing all numbers
systems.

24
Q

True of False? The value of a number in any base can be expressed as a polynomial
in which each term is made up of a digit multiplied by the base raised to a power.

25
What is the value of the largest digit in the base X number system (for any positive integer X)?
X-1
26
How many things can be represented using two bits?
4
27
What is the minimum number of bits needed to represent 6 things?
3
28
How many things can be represented using three bits?
8
29
True or False? Every additional bit used doubles the number of things that can be represented by a binary string
true
30
True or False? Information is data that has been organized and/or processed in a useful way.
true
31
True or False? Electronic signals are easier to manage if they transfer only binary data
true
32
Which technique for representing numeric data uses the mantissa to hold the significant digits of a value?
Floating point
33
True or False? The term radix point is used instead of decimal point in bases other than 10.
true
34
When representing numbers using _______________, there are two representations for zero.
signed magnitude.
35
Which problem is caused most directly by the existence of two representations of zero within a computer?
unnecessary complexity
36
Which of the following is a list of characters and the codes used to represent each one?
Character set
37
true or False? A character set is a list of characters and their numeric codes.
true
38
The acronym ASCII stands for __________
American standard code for information interchange
39
Networks have _______________ restrictions that limit the number of bytes that can be transmitted from one place to another in a fixed amount of time.
Bandwidth
40
Data _______________ is the process of reducing the amount of space needed to store a piece of data.
compression
41
True or False? Run-length encoding replaces common words with shorter symbols
false
42
n which text compression technique is it invalid for a bit string that represents a character to be the prefix of any other string used to represent a character?
huffman encoding
43
True or False? Keyword encoding is a type of text compression
true
44
_____________ uses a variable-length binary string to represent a character so that frequently used characters have short codes
huffman encoding
45
Recording the voltage level of an audio signal at regular intervals is called what
sampling
46
True or False? Audio data is often represented on a computer by sampling the continuous signal that represents a sound wave
true
47
True or False? The JPEG image format is best used for line art, while the GIF format is superior for photographic images
false
48
Which of the following is data about data, such as the resolution of an image being stored with the image
meta data
49