IT 105 GMU Midterm review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Get a hint
Hint

Calculate the file size of an image in that comprises of 512x512 pixels with 6 bits assigned per pixel in terms of MB.

Get a hint
Hint

0.1875 MB

Get a hint
Hint

Calculate the size of a video file in terms of GB if each frame comprises of 512x512 pixels with 6 bits assigned per pixel with a frame rate of 24 fps and lasts for 30 minutes.

Get a hint
Hint

7.91 GB

Card Sorting

1/70

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.

71 Terms

1
New cards

Calculate the file size of an image in that comprises of 512x512 pixels with 6 bits assigned per pixel in terms of MB.

0.1875 MB

2
New cards

Calculate the size of a video file in terms of GB if each frame comprises of 512x512 pixels with 6 bits assigned per pixel with a frame rate of 24 fps and lasts for 30 minutes.

7.91 GB

3
New cards

Which of the following is measured in terms of GHz?

Processor speed

4
New cards

Which of the following is classified as volatile memory?

RAM

5
New cards

Which component of the CPU is responsible for arithmetic and logical operations?

ALU

6
New cards

Which component of the CPU is used to store frequently used instructions and data?

Cache memory

7
New cards

What is the minimum standard sampling frequency that is used to digitize audio signals for CD-quality music?

44,100 Hz

8
New cards

One example of a low-level programming language is which of the following?

Assembly language

9
New cards

When a user launches a piece of software, such as from the hard disk, the instructions and data that correspond to the software and reside in RAM are in the form of:

Machine language

10
New cards

The length of the binary code that the camera generates for each pixel is called the:

Bit depth

11
New cards

Calculate how many bits there are in a 4 KB digital audio file

32,768 bits

12
New cards

How many "adds" does it take the ALU to process a 64 bit number if the word length is 16?

4

13
New cards

In the Von Neumann Model, communication between the memory and processing unit consists of the Memory Address Register (MAR) and the Memory Data Register (MDR).

True

14
New cards

What are CPU cycles during instruction processing? List in the correct order.

Fetch, decode, execute, write-back

15
New cards

An accumulator is a register in a computer processor that:

Is a temporary memory to hold the result of arithmetic operations

16
New cards

A program counter is a register in a computer processor that:

Contains the address of the instruction being executed at the current time.

17
New cards

Which of the following is a memory element that temporary holds a single unit or word of data?

Registers

18
New cards

Which of the following indicates the amount of time between two pulses of an oscillator (1 and 0) and

measures the speed of the processor?

Clock cycle

19
New cards

Which of the following translates assembly language code to machine code?

Assembler

20
New cards

Which of the following transforms high-level source code in a high-level programming language into a low

level object code (binary code)?

Compiler

21
New cards

When the control unit swings into action, which step comes first?

Fetch an instruction

22
New cards

Which Processor Instruction Execution method simultaneous use of more than one processor (multiple cores) to execute a program?

Parallel Processing

23
New cards

Which Processor Instruction Execution method processes data one instruction at a time, completing one instruction before beginning another?

Serial processing

24
New cards

Which Processor Instruction Execution method allows a processor to begin executing an instruction before completing the previous instruction?

Pipeline processing

25
New cards

Which CPU cache allows a microprocessor to access data the fastest?

Level 1 cache (L1)

26
New cards

x86 processors use ____________.

CISC technology

27
New cards

To represent the color gray in RGB system, the decimal value for green is 128. What are the equivalent hexadecimal and binary values for green?

80 and 10000000

28
New cards

A characteristic of bitmap graphics is that they are resolution dependent, so that reducing the resolution also reduces the image quality.

True

29
New cards

Vector graphics require more storage space than bitmaps, but vectors can be enlarged without becoming pixelated.

True

30
New cards

What is the storage needed to store one video frame with 2080x1040 resolution in True-color format?

51916800 bits

31
New cards

Which step in the research process tells the reader what other researchers have discovered about the topic of the paper, or tells the reader about other relevant research?

Literature Review

32
New cards

Which step in the research process is a tentative assumption made in order to draw out and test its logical or empirical consequences to a scientific question?

Formulating the hypothesis

33
New cards

Convert the hexadecimal number F13C to decimal

61756

34
New cards

Octal is know as base_______

8

35
New cards

Convert the octal number 250 to decimal

168

36
New cards

Gates are also know as:

Combinational logic elements

37
New cards

Which of the following represents an AND gate:

A*B

38
New cards

A NOT gate is also know as an (a):

Inverter and

Complimenter

39
New cards

A decoder is a piece of hardware that transforms ______________ into control signals

Opcodes

40
New cards

A MUX is another ______________________ logic circuit.

Combinational

41
New cards

The ________________is an example of a simple, functional digital circuit built from two logic gates.

Half adder

42
New cards

______________is common in programming languages

Hexadecimal

43
New cards

_________________refers to the number of times per second that a sound is measured during the recording process.

Sampling rate

44
New cards

Graphics stored in True Color format require _____ bits for each pixel.

24

45
New cards

___________________is a representation of a 3-D object using separate lines, which resemble wire, to create a model.

Wireframe

46
New cards

The number of frames that are displayed per second is the ____________

Frame rate

47
New cards

An ______________________is a contrasting scanning technique that produces an image by drawing every other line, then going back and filling in the in-between lines.

Interlaced scan

48
New cards

________________provides a way to compress data and reconstitute it into its original state; uncompressed data stays exactly the same as the original data. Reduces the file size, not the quality

Lossless compression

49
New cards

Audio compression is usually _____________.

Lossy

50
New cards

_________________is a type of lossless compression that replaces a series of similarly colored pixels with a binary code that indicates the number of pixels and their colors

Run-length encoding

51
New cards

___________ stores only the pixels that change color from one frame to the next

Interframe compression

52
New cards

Gigabyte is:

. 2^30 bytes

53
New cards

First task to digitize information is __________.

to reduce infinite number of measurements to a finite number

54
New cards

What is the binary representation 132?

10000100

55
New cards

What is decimal representation of 0110?

6

56
New cards

What is the result of adding binary numbers -15 and +5 ?

10110

57
New cards

What is the binary representation of -8 in 8-bit 2's complement form?

11111000

58
New cards

Which numbering system is related to the following series of numbers?

0, 1, 2, 3, 4, 5, 6, 7, 10 , 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 30

octal

59
New cards

How many unique locations can be represented with 5 bits address?

32

60
New cards

Convert 1110101010110001(2) into hexadecimal shorthand:

EAB1(16)

61
New cards

Which type of signal varies smoothly and continuously over time?

Analog signal

62
New cards

ASCII stands for:

American Standard Code for Information Interchange

63
New cards

A group of eight bits is called a _______.

Byte

64
New cards

The term 'stored program' means that a series of instructions for a computing task can be loaded into a computer's memory.

True

65
New cards

What is the decimal representation of hexadecimal FF(base 16)?

255

66
New cards

The overflow bit status if adding two negative numbers yields to a positive number is:

1

67
New cards

The carry bit status two`s complement arithmetic operation 7-5= +2 is:

1

68
New cards

How many different values can 3 bits represent?

8

69
New cards

Which of the following statements defines a computer?

Any device capable of processing information to produce a desired result.

A programmable device capable of accepting input, processing input, and producing output

70
New cards

Which of the following functions is supported by a computer?

Accepting data and Processing data

Producing output

Storing results

71
New cards

What is the decimal equivalent for binary sequence 10001001 ?

137