Exam 1: Data Representation
Exam 1: Data Representation64 Questions
Exam 2: Data Representation63 Questions
Exam 3: Operating Systems47 Questions
Exam 4: Networks and the Internet62 Questions
Exam 5: Algorithms53 Questions
Exam 6: Programming Languages54 Questions
Exam 7: Software Engineering54 Questions
Exam 8: Data Abstractions53 Questions
Exam 9: Database Systems52 Questions
Exam 10: Computer Graphics47 Questions
Exam 11: Artificial Intelligence52 Questions
Exam 12: Theory of Computation51 Questions
Select questions type
Assuming that each of the following bit patterns originally had even parity,which one contains an error?
Free
(Multiple Choice)
4.8/5
(24)
Correct Answer:
C
How many different bit patterns can be formed if each must consist of exactly 6 bits?
____________
Free
(Short Answer)
4.9/5
(35)
Correct Answer:
64
Which of the following bit patterns represents the value -9 in two's complement notation?
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
Given that 1 foot = .3048 meters,write a Python script that will convert a height given meters to a height given in feet and inches.
(Essay)
4.8/5
(32)
To what does the term "normalized form" refer in the context of floating-point notation?
(Essay)
4.8/5
(35)
Which of the following representations in two's complement notation represents the largest value?
(Multiple Choice)
4.8/5
(35)
Which of the following systems is least efficient when encoding numeric values?
(Multiple Choice)
4.7/5
(37)
What is the smallest negative integer that can be represented in a two's complement system in which each value is represented by eight bits?
____________
(Short Answer)
4.9/5
(31)
Which of the following data storage systems provides the most efficient random access to individual data items?
(Multiple Choice)
4.9/5
(30)
Data compression techniques apply various principles to reduce the size of data.One,called _______________________,avoids repeating long strings of the same data item.Another,called _______________________,encodes the difference between consecutive blocks of data rather than encoding each block in its entirety.Still another,called _________________________,uses short bit patterns to encode frequently occurring items and longer patterns to encode less frequent items.
(Short Answer)
4.9/5
(37)
Using a two's complement notation system in which each value is represented by a pattern of six bits,represent the value -5.
____________
(Short Answer)
4.7/5
(30)
When using two's complement notation,what bit pattern represents the negation of 01001010?
____________
(Short Answer)
4.8/5
(29)
Which of the following storage systems is best suited for storing and retrieving long strings of data that are processed in their sequential order?
(Multiple Choice)
4.8/5
(37)
Which of the following mass storage system does not require physical motion?
(Multiple Choice)
4.8/5
(37)
What is the largest positive integer that can be represented in a two's complement system in which each value is represented by eight bits?
____________
(Short Answer)
4.8/5
(28)
In a two's complement system,what value can be added to any other value without causing an overflow? How many values in the system have this property? Explain your answer.
(Essay)
5.0/5
(27)
a.What is the output of the circuit below?
b.In general,how does the three-bit input pattern across the top of the diagram relate to the circuit's output?

(Essay)
4.9/5
(39)
A computer's main memory consists of numerous memory cells,each of which contains ________ bits.Each memory cell is identified by a numeric value called the cell's _________.
(Short Answer)
4.9/5
(30)
In which of the following addition problems (using two's complement notation)does an overflow error occur?
(Multiple Choice)
4.7/5
(32)
Using an 8-bit floating-point format in which the most significant bit is the sign bit,the next three bits represent the exponent field in excess notation,and the last four bits represent the mantissa,write the bit pattern that represents the value 1 3/4.(Use normalized form.)
____________
(Short Answer)
4.8/5
(37)
Showing 1 - 20 of 64
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)