

Digital Logic and Computer Design
Exam Materials
Course Introduction
This course introduces the fundamental concepts of digital logic and its crucial role in computer design. Students will learn about number systems, Boolean algebra, combinational and sequential logic circuits, and how to analyze and design these circuits using logic gates, flip-flops, and other hardware elements. Emphasis is placed on the design and optimization of arithmetic circuits, memory units, and basic processor components. Through theoretical study and hands-on laboratory exercises, students gain the foundational knowledge needed to understand modern computer architectures and develop essential skills applicable to engineering and computer science professions.
Recommended Textbook
Systems Architecture 7th Edition by Stephen D. Burd
Available Study Resources on Quizplus
14 Chapters
1223 Verified Questions
1223 Flashcards
Source URL: https://quizplus.com/study-set/894

Page 2

Chapter 1: Computer Technology: Your Need To Know
Available Study Resources on Quizplus for this Chatper
60 Verified Questions
60 Flashcards
Source URL: https://quizplus.com/quiz/17642
Sample Questions
Q1) In the UP, the business and its environment are defined and modeled within the ____________________ discipline
Answer: business modeling
Q2) ____ Web sites are oriented toward sales, but they usually contain detailed information on specific products or links to other Web sites.
A) Manufacturer
B) User
C) Reseller
D) Vendor
Answer: D
Q3) Most people feel comfortable purchasing complex devices, such as cars, home theater systems, and computers.
A)True
B)False
Answer: False
Q4) Spectrum is a publication of the ____________________ professional society. Answer: IEEE
Q5) The steps in the Unified Process are called ____________________. Answer: iterations
To view all questions and flashcards with answers, click on the resource link above. Page 3

Chapter 2: Introduction to Systems Architecture
Available Study Resources on Quizplus for this Chatper
90 Verified Questions
90 Flashcards
Source URL: https://quizplus.com/quiz/17643
Sample Questions
Q1) Server hardware capabilities depend on the resources being shared and the number of simultaneous users.
A)True
B)False
Answer: True
Q2) Why is the computational capacity/speed of quantum computers much higher than conventional computers for certain types of tasks? Should all computers be quantum computers?
Answer: The qubit enables the computer to store and process multiple data items at the same time.As a result, many computations can be performed on many related data items simultaneously, yielding much greater parallelism and performance than conventional computers.
All computer don't need to be quantum computers because not all computational problems benefit from the additional power of quantum computing.Also, quantum computers are currently much more expensive than conventional computers.As long as the cost difference remains, quantum computing applied only to problems where its cost-effective.
Q3) A(n) ____________________ identifies a specific web resources.
Answer: URL
To view all questions and flashcards with answers, click on the resource link above.
Page 4

Chapter 3: Data Representation
Available Study Resources on Quizplus for this Chatper
100 Verified Questions
100 Flashcards
Source URL: https://quizplus.com/quiz/17644
Sample Questions
Q1) The programs in a class are called ____.
A) properties
B) attributes
C) methods
D) children
Answer: C
Q2) A(n) ____ is a data element containing the address of another data element.
A) pointer
B) data structure
C) object
D) list
Answer: A
Q3) ____ notation always uses a fixed number of bits, with the leftmost bit representing the sign.
A) Ones complement
B) Excess
C) Twos complement
D) Packed
Answer: B
To view all questions and flashcards with answers, click on the resource link above.
Page 5

Chapter 4: Processor Technology and Architecture
Available Study Resources on Quizplus for this Chatper
103 Verified Questions
103 Flashcards
Source URL: https://quizplus.com/quiz/17645
Sample Questions
Q1) Current fabrication technology is capable of squeezing more than a billion transistors onto a wafer of silicon approximately one square centimeter.
A)True
B)False
Q2) In an electrical computer, ____________________ is performed by forcing electricity to flow through millions of electrical switches and wires.
Q3) Substances that electrons can flow through are called ____.
A) resistors
B) semiconductors
C) conductors
D) insulators
Q4) ____ hold frequently used data items such as loop counters and array indexes.
A) Reserved registers
B) Kernel registers
C) Instruction registers
D) General-purpose registers
Q5) The CPU alternates constantly between fetch and execution cycles.
A)True
B)False
To view all questions and flashcards with answers, click on the resource link above. Page 6

Chapter 5: Data Storage Technology
Available Study Resources on Quizplus for this Chatper
100 Verified Questions
100 Flashcards
Source URL: https://quizplus.com/quiz/17646
Sample Questions
Q1) The term ____________________ describes the data transfer unit for magnetic disk and optical disc drives.
Q2) How is a storage device's data transfer rate computed?
Q3) Primary storage extends the limited capacity of CPU registers.
A)True
B)False
Q4) The time needed to move from one track to another is called ____, typically measured in milliseconds.
A) track-to-track seek time
B) random seek time
C) average seek time
D) relocation seek time
Q5) ____________________ is the only widely used form of serial access storage.
Q6) To increase capacity per platter, disk manufacturers divide tracks into two or more zones and vary the sectors per track in each zone.
A)True
B)False
Q7) Primary storage devices must closely match CPU speed and word size to avoid

Chapter 6: System Integration and Performance
Available Study Resources on Quizplus for this Chatper
100 Verified Questions
100 Flashcards
Source URL: https://quizplus.com/quiz/17647
Sample Questions
Q1) Performance is improved if storage and I/O devices can transmit data between themselves with explicit CPU involvement.
A)True
B)False
Q2) There are typically multiple storage and I/O devices connected to a computer, collectively referred to as ____.
A) core devices
B) peripheral devices
C) perimeter devices
D) companion devices
Q3) Until the 1990s, scaling up was almost always a more cost-effective strategy to increase available computer power because communication between computers was extremely slow compared with communication between a single computer's components.
A)True
B)False
Q4) Like a buffer, a(n) ____________________ is a reserved area of high-speed memory (usually RAM) that improves system performance.
Q5) Explain lossy compression and provide an example.
To view all questions and flashcards with answers, click on the resource link above. Page 8

Chapter 7: Input/Output Technology
Available Study Resources on Quizplus for this Chatper
99 Verified Questions
99 Flashcards
Source URL: https://quizplus.com/quiz/17648
Sample Questions
Q1) A ____ contains a matrix of liquid crystals sandwiched between two polarizing filter panels that block all light except light approaching from a specific angle.
A) Plasma
B) CRT
C) liquid crystal display
D) light emitting diode
Q2) Character and text recognition is most accurate when text is printed in a single font and style, with all text oriented in the same direction on the page.
A)True
B)False
Q3) A(n) ____________________ matrix display shares transistors among rows and columns of pixels.
Q4) Most portable data capture devices combine a keyboard, mark or bar-code scanner, and wireless connection to a wired base station, cash register, or computer system.
A)True
B)False
Q5) Describe the components of a sound card.
To view all questions and flashcards with answers, click on the resource link above. Page 9

Chapter 8: Data and Network Communication Technology
Available Study Resources on Quizplus for this Chatper
100 Verified Questions
100 Flashcards
Source URL: https://quizplus.com/quiz/17649
Sample Questions
Q1) A wave with encoded bits is called a(n) ____________________ wave because it transports bits from one place to another.
Q2) A crucial component of any communication protocol is a method for detecting and correcting errors in data transmission, reception, or interpretation.
A)True
B)False
Q3) As bit transmission speed is increased, the duration of each bit in the signal, known as the ____, decreases.
A) bit time
B) overhead
C) block time
D) modulation time
Q4) Describe some options regarding light transmission in communication technology.
Q5) ____ is noise added to the signal in the wire from EMI generated by adjacent wires.
A) Interference
B) Crosstalk
C) Crosswalk
D) Coupling
To view all questions and flashcards with answers, click on the resource link above.
Page 10

Chapter 9: Computer Networks
Available Study Resources on Quizplus for this Chatper
75 Verified Questions
75 Flashcards
Source URL: https://quizplus.com/quiz/17650
Sample Questions
Q1) Star topologies now dominate physical network topology for wired networks.
A)True
B)False
Q2) Internet Protocol version 6 (IPv6) is an updated version of IPv4 defined in the late 1990s and first deployed in the mid-2000s.
A)True
B)False
Q3) The procedure for forwarding a message between two end nodes in the same LAN depends on the ____________________ network topology.
Q4) ____ is based on the 802.3z standard and the 802.3ab standard.
A) Wireless Ethernet
B) Standard Ethernet
C) Gigabit Ethernet
D) Megabit Ethernet
Q5) In a physical delivery system using store-and-forward, the central nodes are transfer points located at or near the junction of major roadways or air routes.
A)True
B)False
To view all questions and flashcards with answers, click on the resource link above. Page 11

Chapter 10: Application Development
Available Study Resources on Quizplus for this Chatper
76 Verified Questions
76 Flashcards
Source URL: https://quizplus.com/quiz/17651
Sample Questions
Q1) User needs are stated in general or abstract terms in basic computer language. A)True
B)False
Q2) Instructions and library calls to the JVM are called Java "____________________."
Q3) The main advantage of compilation over interpretation is that it offers the flexibility to incorporate new or updated code into an application program.
A)True
B)False
Q4) Why were fourth-generation languages developed?
Q5) Binary CPU instructions, called ____, are the earliest programming languages.
A) base-generation languages
B) first-generation languages
C) third-generation languages
D) fourth-generation languages
Q6) ____________________ are detailed, precise statements of formal logic written as sequences of CPU instructions.
Q7) The term ____________________ is used to describe a mnemonic representing a program instruction's memory address.
Page 12
To view all questions and flashcards with answers, click on the resource link above.

Chapter 11: Operating Systems
Available Study Resources on Quizplus for this Chatper
75 Verified Questions
75 Flashcards
Source URL: https://quizplus.com/quiz/17652
Sample Questions
Q1) Operating systems are organized internally into layers.
A)True
B)False
Q2) Describe the role of the operating system.
Q3) What are two goals of multitasking memory allocation?
Q4) A(n) ____________________ is a portion of a process that can be scheduled and executed independently.
Q5) The ____ is the user interface to the OS.
A) shell
B) GUI
C) transaction monitor
D) desktop manager
Q6) In ____, a thread can be removed involuntarily from the running state.
A) proactive scheduling
B) reactive scheduling
C) starvation scheduling
D) preemptive scheduling
Q7) A(n) ____________________ is a unit of executing software that's managed independently by the OS and can request and receive hardware resources and OS services.
To view all questions and flashcards with answers, click on the resource link above. Page 13

Chapter 12: File and Secondary Storage Management
Available Study Resources on Quizplus for this Chatper
77 Verified Questions
77 Flashcards
Source URL: https://quizplus.com/quiz/17653
Sample Questions
Q1) The storage I/O control layer processes service calls from the command layer or application program and issues commands to the storage I/O control layer to interact with hardware.
A)True
B)False
Q2) ____ is a fault-tolerance technique in which all disk write operations are made simultaneously or concurrently to two storage devices.
A) Disk partitioning
B) Disk planning
C) Disk locking
D) Disk mirroring
Q3) In Windows NTFS, the ____ contains a sequential set of file records, one for each file in the volume.
A) master node
B) storage allocation table
C) file allocation table
D) master file table
Q4) Describe how secondary storage devices store bits, bytes and blocks.
Q5) A(n) ____________________ contains a single data item within a logical record.
To view all questions and flashcards with answers, click on the resource link above. Page 14
Chapter 13: Internet and Distributed Application Services
Available Study Resources on Quizplus for this Chatper
93 Verified Questions
93 Flashcards
Source URL: https://quizplus.com/quiz/17654
Sample Questions
Q1) ____ specifies the middleware objects use to interact across networks.
A) COM+
B) LDAP
C) CIFS
D) CORBA
Q2) In a three-layer architecture, the _____ layer accepts user input and formats and displays processing results.
A) model
B) view
C) controller
D) presentation
Q3) LDAP objects are organized in a(n) ____________________ directory structure.
Q4) SaaS has substantial benefits from a consumer perspective.
A)True
B)False
Q5) IaaS can be structured for only part of an application's infrastructure requirements.
A)True
B)False
Q6) Explain the term cloud computing.

Page 15
To view all questions and flashcards with answers, click on the resource link above.

Chapter 14: System Administration
Available Study Resources on Quizplus for this Chatper
75 Verified Questions
75 Flashcards
Source URL: https://quizplus.com/quiz/17655
Sample Questions
Q1) A(n) ____________________ is defined as a set of long-range goals and a plan to attain these goals.
Q2) Low humidity levels increase the buildup of ____________________ electricity, which increases the likelihood of circuit damage caused by inadvertent static discharges.
Q3) Surge protection is normally an add-on to a UPS.
A)True
B)False
Q4) In computers, a ____ is a program or program fragment that infects a computer by installing itself permanently, usually in a hard-to-find location.
A) log
B) packet
C) Packet
D) virus
Q5) List three common capabilities of antivirus software.
Q6) Information systems are a combination of hardware, system software, and ____________________ software.
Q7) Hardware must also be protected against ____________________ resulting from excessive humidity.
To view all questions and flashcards with answers, click on the resource link above. Page 16