1. Numbers - số

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/63

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.

64 Terms

1
New cards

For each entity set in the E-R diagram we create a relation (table) in which there are n columns related to the attributes defined for that set.

B. n

2
New cards

The base of the binary number system is _.

A. 2

3
New cards

The base of the octal number system is _.

B. 8

4
New cards

The base of the hexadecimal number system is _.

D. 16

5
New cards

A byte consists of _ bits.

C. 8

6
New cards

A control unit with five wires can define up to _ operations.

D. 32

7
New cards

The maximum value of an octal integer with K=2 digits is Nmax = __?

A. 63

8
New cards

The maximum value of a binary integer with K digits. For example, if K = 5, then the maximum value is _?

B. 31

9
New cards

EBCDIC can code up to how many different characters?

E. 256

10
New cards

What is the number of bit patterns provided by a 7-bit code?

B. 128

11
New cards

If the memory address space is 16 MB and the word size is 8 bits, then _ bits are needed to access each word.

C. 24

12
New cards

In a positional number system with base b, we can always find the number of digits of an integer. So how many bits can we find in the decimal number 20 in octal system?

B. 2

13
New cards

A group contains _ bits in the binary system are represented as one digit in the octal system.

C. 3

14
New cards

A group includes _ bits in the binary system are represented as one digit in the hexadecimal system.

D. 4

15
New cards

In a positional number system with base b, we can always find the number of digits of an integer. So how many digits can we find in the decimal number 20 in octal system?

B. 2

16
New cards

In a positional number system with base b, we can always find the number of digits of an integer. So how many digits can we find in the decimal number 20 in hexadecimal system?

B. 2

17
New cards

A database management system (DBMS) is a combination of _ components

D. 5

18
New cards

How many bits that we can find in the decimal number 20 in binary system?

B. 5

19
New cards

In two's complement representation with a 4-bit allocation, we get _ when we add 5 to 5.

B. -5

20
New cards

In the sign-and-magnitude representation, the memory location can hold four bits, assume that we have stored integer -0 in a memory location and we then try to subtract 7 to the integer. The computer's response is ____?

D. -7

21
New cards

Assume memory location that can only hold four bits. What is the result, if we have stored the integer 11 in a memory location and then try to add 9 to the unsigned integer?

A. 4

22
New cards

The ____ is the component that does the arithmetic and logical operations.

B. ALU

23
New cards

The ASCII code for the character J is 74. what is a ASCII code for the character O?

B. 79

24
New cards

We want to have a computer to be able to store any of 500 different symbols. How many bits will be needed?

B. 9

25
New cards

Which of the following memories is volatile?

A. RAM

26
New cards

Assume a new Excess system uses 17 bits to represent the exponent section. What is he bias value in this system?

C. 65535

27
New cards

Which 32-bit microprocessor is used in IBM's PS/2 model-80 computer?

D. 80486

28
New cards

In storing audio, how many samples per second is good enough to reproduce an audio signal?

D. 8 000

29
New cards

The hexadecimal equivalent of (01010111)2 is _.

B. 57

30
New cards

If the last three bits of the mantissa are 111 (in base 2), what is the error in the number if we use the chopping method?

A. 7/8

31
New cards

If the last three bits of the mantissa are 101 (in base 2), what is the error in the number if we use the chopping method?

A. 5/8

32
New cards

The Boolean expression for a three-input AND gate is _.

D. Y=ABC

33
New cards

A ____ is a group of eight bits.

B. byte

34
New cards

The number of addresses in a 1024 x 8 memory is _.

B. 1024

35
New cards

The instruction ____ provides the means for branching to a different part of the program.

C. JUMP

36
New cards

The operation that inverts the value of a bit is the ____ operation.

C. NOT

37
New cards

If we are adding two numbers, one of which has a sign bit of 0 and the other has a sign bit of 1, ____ can happen.

D. neither overflow nor underflow

38
New cards

The ____ operation is true if and only if both inputs are true.

A. AND

39
New cards

The ____ operation is true if and only if both inputs are different.

D. XOR

40
New cards

The ____ operation is true if either or both inputs are true.

B. OR

41
New cards

A ____ is a data type that can have only one of two values: true or false.

C. Boolean

42
New cards

The ____ method of integer representation is the most common method for storing integers in computer memory.

C. two's complement

43
New cards

The smallest storage area in a computer is a ____.

A. bit

44
New cards

What is the value of the binary number 1001 in decimal?

C. 9

45
New cards

If we want to add the numbers 9 and 1 in the computer, what is the answer in binary?

A. 1010

46
New cards

In the floating-point representation, we need to normalize the number. Normalization means that the first digit of the mantissa must be ____.

B. 1

47
New cards

How many symbols can be represented by a bit pattern with 10 bits?

D. 1024

48
New cards

If the exponent in Excess_127 is 130, the value of the exponent is ____.

B. 3

49
New cards

If the exponent in Excess_127 is 120, the value of the exponent is ____.

C. -7

50
New cards

In storing audio, how many samples per second is good enough to reproduce an audio signal that contains frequencies up to 20,000 HZ?

D. 40 000

51
New cards

Conversion of binary number 1010101000010111 to hexadecimal number is.

C. AA17

52
New cards

Which of the following is equivalent to 12 in decimal?

B. (C)16

53
New cards

Which of the following representations is erroneous?

C. (EEG)16

54
New cards

Which of the following representations is erroneous?

D. 22A

55
New cards

If we call the bit depth or number of bits per sample B, the number of samples per second S, so how to calculate BIT RATE (R)?

C. B x S

56
New cards

The ASCII code for the character J is:

C. 0100 1010

57
New cards

Use a arithmetic right shift operation on the bit pattern 1001 1000

B. 1100 1100

58
New cards

Use a simple right shift operation on the bit pattern 1001 1000.

D. 0100 1100

59
New cards

Use a simple left shift operation on the bit pattern 1001 1000

C. 0011 0000

60
New cards

Use a circular right shift operation on the bit pattern 1001 1000

A. 0100 1100

61
New cards

Use a circular left shift operation on the bit pattern 1001 1000

B. 0011 0001

62
New cards

The binary equivalent of the Octal number 13.54 is

A. 1011.1011

63
New cards

What is the result of storing -25 in an 8-bit memory location using two's complement representation?

C. 11100111

64
New cards

An IPv4 address is a _ address that uniquely and universally defines the connection of a host or a router to the Internet

A. 32-bit