Unit 3: Processing Data - Practice Quiz

DECAP145 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 What is the term for raw, unprocessed facts and figures?

Transforming data into information Easy
A. Reports
B. Information
C. Data
D. Knowledge

2 When data is processed and organized into a meaningful form, it becomes:

Transforming data into information Easy
A. Signals
B. Input
C. Bytes
D. Information

3 Which number system do computers use to represent data internally?

How computers represent data Easy
A. Binary
B. Decimal
C. Roman
D. Octal

4 What is the smallest unit of data in a computer?

How computers represent data Easy
A. Word
B. Bit
C. Byte
D. Nibble

5 How many bits make up one byte?

How computers represent data Easy
A. 4
B. 2
C. 8
D. 16

6 Which coding standard is commonly used to represent characters using numbers?

How computers represent data Easy
A. ASCII
B. HTML
C. MP3
D. JPEG

7 Which component is often called the "brain" of the computer?

How computers process data Easy
A. CPU
B. RAM
C. Hard disk
D. Monitor

8 Which part of the CPU performs arithmetic and logical operations?

How computers process data Easy
A. Bus
B. ALU
C. Cache
D. Control Unit

9 Which part of the CPU directs and coordinates the operations of the computer?

How computers process data Easy
A. Memory
B. Control Unit
C. Register
D. ALU

10 How many main steps are in a basic machine cycle?

Machine cycles Easy
A. 2
B. 3
C. 4
D. 6

11 Which step of the machine cycle retrieves an instruction from memory?

Machine cycles Easy
A. Store
B. Fetch
C. Decode
D. Execute

12 In the machine cycle, which step actually carries out the instruction?

Machine cycles Easy
A. Fetch
B. Decode
C. Store
D. Execute

13 Which type of memory loses its contents when the computer is turned off?

Memory Easy
A. RAM
B. Flash drive
C. ROM
D. Hard disk

14 What does the abbreviation RAM stand for?

Memory Easy
A. Random Access Memory
B. Ready Access Module
C. Read Access Memory
D. Rapid Active Memory

15 Which type of memory is non-volatile and typically stores startup instructions?

Memory Easy
A. RAM
B. ROM
C. Cache
D. Register

16 Where are registers located in a computer?

Registers Easy
A. In the monitor
B. On the motherboard chipset
C. On the hard disk
D. Inside the CPU

17 Compared to RAM, registers are:

Registers Easy
A. Faster and larger
B. Slower and larger
C. Slower and smaller
D. Faster and smaller

18 What is the main function of a bus in a computer?

The Bus Easy
A. To display images
B. To store files permanently
C. To transfer data between components
D. To cool the processor

19 Which type of bus carries the actual data being transferred?

The Bus Easy
A. Power bus
B. Address bus
C. Data bus
D. Control bus

20 What is the main purpose of cache memory?

Cache Memory Easy
A. To speed up access to frequently used data
B. To display graphics
C. To store files permanently
D. To connect devices to the network

21 A retail store records every individual sale throughout the day. At closing, the manager runs a report showing total revenue, best-selling item, and average transaction value. Which statement best describes what happened in this scenario?

Transforming data into information Medium
A. Data and information were used interchangeably with no change
B. Knowledge was compressed into data
C. Information was converted back into raw data
D. Raw data was processed into information

22 How many distinct values can be represented using a group of 6 bits?

How computers represent data Medium
A.
B.
C.
D.

23 A file is described as being 2 KB in size. Approximately how many bits does this represent (using bytes)?

How computers represent data Medium
A. bits
B. bits
C. bits
D. bits

24 A system uses a character encoding scheme that reserves 8 bits per character. What is the maximum number of unique characters this scheme can encode?

How computers represent data Medium
A. 256
B. 128
C. 512
D. 64

25 Which component of the CPU is responsible for performing arithmetic operations such as addition and logical comparisons?

How computers process data Medium
A. The Control Unit (CU)
B. The cache controller
C. The Arithmetic Logic Unit (ALU)
D. The system clock

26 What is the primary role of the Control Unit (CU) within the CPU?

How computers process data Medium
A. Directing and coordinating operations by fetching and decoding instructions
B. Storing data permanently after power off
C. Increasing the clock frequency automatically
D. Performing all mathematical calculations

27 In the correct order, what are the four steps of a standard machine (instruction) cycle?

Machine cycles Medium
A. Fetch, Execute, Decode, Store
B. Decode, Fetch, Store, Execute
C. Fetch, Decode, Execute, Store
D. Execute, Fetch, Decode, Store

28 Fetching and decoding an instruction are handled by one part of the CPU, while executing and storing are handled by another. Which pairing is correct?

Machine cycles Medium
A. Fetch/Decode by ALU; Execute/Store by Control Unit
B. Fetch/Decode by Control Unit; Execute/Store by ALU
C. All four steps by the ALU only
D. All four steps by the Control Unit only

29 A CPU has a clock speed of . Roughly how many clock cycles can it perform in one second?

Machine cycles Medium
A. cycles
B. cycles
C. cycles
D. cycles

30 A user notices that all open programs and unsaved documents disappear after a sudden power loss, but installed applications remain on the drive. Which characteristic of RAM explains the lost work?

Memory Medium
A. RAM has unlimited storage capacity
B. RAM is volatile and loses its contents without power
C. RAM is non-volatile and permanently stores data
D. RAM is slower than the hard disk

31 Which type of memory holds the essential startup instructions (like the BIOS) and retains them even when the computer is turned off?

Memory Medium
A. Register
B. RAM
C. Cache
D. ROM

32 A computer with limited RAM begins using part of the hard drive to hold data that does not fit in RAM. What is this technique called?

Memory Medium
A. Virtual memory
B. Cache memory
C. Read-only memory
D. Register allocation

33 Why are registers the fastest storage locations available to the CPU?

Registers Medium
A. They use non-volatile flash technology
B. They are located inside the processor itself, closest to the ALU
C. They have the largest capacity of any memory
D. They are stored on the hard disk for durability

34 Which register holds the memory address of the next instruction to be fetched during the machine cycle?

Registers Medium
A. Memory Data Register
B. Accumulator
C. Instruction Register
D. Program Counter

35 During execution, the intermediate results of arithmetic operations performed by the ALU are commonly held in which register?

Registers Medium
A. Instruction Register
B. Program Counter
C. Address Register
D. Accumulator

36 A CPU has a data bus that is 64 bits wide. What does this width primarily determine?

The Bus Medium
A. The number of registers inside the CPU
B. The total amount of RAM that can be installed
C. The number of bits transferred simultaneously between components
D. The clock speed of the processor

37 If a computer's address bus is 20 bits wide, how many unique memory addresses can it directly access?

The Bus Medium
A. addresses
B. addresses
C. addresses
D. addresses

38 Which bus is responsible for carrying signals that specify whether the CPU wants to read from or write to a memory location?

The Bus Medium
A. Control bus
B. Data bus
C. Address bus
D. Expansion bus

39 Why does adding cache memory typically improve overall system performance?

Cache Memory Medium
A. It replaces the need for RAM entirely
B. It increases the size of the hard disk
C. It stores frequently used data closer to the CPU, reducing access time
D. It permanently stores all program files

40 Ordering cache levels from fastest/smallest to slowest/largest, which sequence is correct?

Cache Memory Medium
A. L3, L2, L1
B. L2, L1, L3
C. L1, L2, L3
D. L1, L3, L2

41 A system stores unsigned integers in 8 bits. A program computes and stores the result in an 8-bit register. What value will the register hold after the operation?

How computers represent data Hard
A.
B.
C.
D.

42 Using two's complement in 8 bits, what is the decimal value of the bit pattern ?

How computers represent data Hard
A.
B.
C.
D.

43 In the standard machine cycle, which sequence correctly orders the phases the CPU performs for each instruction?

Machine cycles Hard
A. Decode, Fetch, Store, Execute
B. Fetch, Decode, Execute, Store
C. Fetch, Execute, Decode, Store
D. Store, Fetch, Decode, Execute

44 A processor has a 32-bit address bus. What is the maximum amount of directly addressable memory, assuming each address references one byte?

The Bus Hard
A. MB
B. GB
C. GB
D. GB

45 A CPU has a cache hit rate of . Cache access takes ns and main memory access takes ns. What is the average (effective) memory access time?

Cache Memory Hard
A. ns
B. ns
C. ns
D. ns

46 Which statement best explains why DRAM used as main memory requires periodic refreshing while SRAM used in cache does not?

Memory Hard
A. DRAM is faster and therefore loses data more quickly than the slower SRAM
B. DRAM is non-volatile and refreshing simply rewrites the persistent copy
C. SRAM uses capacitors that never leak, so refreshing is unnecessary
D. DRAM stores each bit as charge in a capacitor that leaks over time, while SRAM holds each bit in a stable latch of transistors that retains state as long as power is supplied

47 During the fetch phase, which register holds the address of the next instruction to be retrieved, and which register receives the instruction once it arrives?

Registers Hard
A. Accumulator holds the address; Instruction Register receives the instruction
B. Memory Address Register holds the address; Program Counter receives the instruction
C. Instruction Register holds the address; Accumulator receives the instruction
D. Program Counter holds the address; Instruction Register receives the instruction

48 Two 4-bit signed (two's complement) numbers () and () are added. Why does this produce an incorrect result?

How computers process data Hard
A. Addition of positive numbers is impossible in two's complement
B. The sum correctly represents and no error occurs
C. The sum represents , an overflow because two positives yielded a negative in the 4-bit range
D. The carry bit converts the result back to automatically

49 A memory bus runs at MHz and is bits wide. Assuming one transfer per clock cycle, what is its theoretical peak bandwidth?

The Bus Hard
A. MB/s
B. GB/s
C. GB/s
D. GB/s

50 In the data-to-information model, a temperature sensor logs the raw reading . Which action best represents transforming this data into information?

Transforming data into information Hard
A. Storing the number as a floating-point value in memory
B. Labeling it as "patient body temperature: normal" within a medical monitoring context
C. Converting the number to its binary representation
D. Compressing the reading to save disk space

51 A designer wants to improve performance by adding an L2 cache between L1 cache and main memory. Which principle most directly justifies why this multi-level hierarchy reduces average access time?

Cache Memory Hard
A. Larger caches are always faster than smaller caches regardless of placement
B. L2 cache eliminates the need to ever access main memory
C. Adding cache levels increases the clock speed of the CPU directly
D. Locality of reference means recently and nearby accessed data is likely to be reused, so keeping it in progressively faster, smaller stores raises the overall hit rate

52 A character encoded in ASCII occupies 7 significant bits. To represent the string "Data!" (5 characters) using 8-bit bytes, how many total bits are used?

How computers represent data Hard
A. bits
B. bits
C. bits
D. bits

53 A CPU without pipelining takes 4 clock cycles per instruction (one per machine-cycle phase) and runs at GHz. Approximately how many instructions can it execute per second?

Machine cycles Hard
A. billion
B. million
C. million
D. billion

54 Why can register access be roughly an order of magnitude faster than accessing L1 cache, despite both being fast on-chip storage?

Registers Hard
A. Registers are refreshed continuously so data is always ready
B. Registers are located directly within the CPU's execution units and are addressed by short internal identifiers rather than requiring an address lookup
C. Registers use non-volatile flash cells that respond instantly
D. Registers are larger than L1 cache, so more data fits per access

55 The ALU performs a bitwise AND on and . What is the result?

How computers process data Hard
A.
B.
C.
D.

56 A program runs with hit rate . Cache access is ns and memory access is ns. Below what hit rate does the effective access time exceed ns?

Cache Memory Hard
A. Below about
B. Below about
C. Below about
D. Below about

57 A system's data bus is 32 bits wide but its address bus is only 24 bits. What is the primary consequence of this configuration?

The Bus Hard
A. Data and addresses cannot be transferred simultaneously, halving speed
B. The CPU can transfer bits at a time but can only directly address ( MB) of memory
C. The CPU can address bytes but only move bits per transfer
D. The system automatically expands the address bus to match the data bus

58 A student claims that adding more RAM always makes any program run faster. Under which condition is this claim least valid?

Memory Hard
A. When the program's working set already fits comfortably in existing RAM and there is no paging to disk
B. When the program repeatedly loads large datasets exceeding current RAM
C. When the system is constantly swapping data to and from the disk
D. When multiple large applications compete for limited memory

59 The hexadecimal value is stored in memory. What is its equivalent 8-bit binary and decimal representation?

How computers represent data Hard
A. and
B. and
C. and
D. and

60 In a pipelined CPU, the fetch, decode, execute, and store phases each take one cycle and different instructions occupy different phases simultaneously. Ideally, after the pipeline is full, how often does one instruction complete?

Machine cycles Hard
A. Once every four clock cycles
B. Once every clock cycle
C. Only after all instructions finish
D. Once every two clock cycles