Archives

CAPP 47341

CAPP 47341

A __________ contains a permanent pattern of data that cannot be changed, is nonvolatile, and cannot have new data written into it. A. RAM B. SRAM C. ROM D. flash memory _________ can be caused by power supply problems or […]

7 Pages | July 28, 2017
CAS CS 37522

CAS CS 37522

Timing refers to the way in which events are coordinated on the bus. A microcomputer architecture and organization relationship is not very close. Answer: F Machine parallelism exists when instructions in a sequence are independent and thus can be executed […]

25 Pages | July 28, 2017
CAS CS 72064

CAS CS 72064

Symmetric multiprocessors (SMPs) are one of the earliest, and still the most common, example of parallel organization. A(n) ________ interrupt is generated by an I/O controller to signal normal completion of an operation, request service from the processor, or to […]

6 Pages | July 28, 2017
CAS CS 84598

CAS CS 84598

A _________ RAM is made with cells that store data as charge on capacitors. The operation to be performed is specified by a binary code known as the operation code. Answer: T The four deployment models defined by NIST are: […]

6 Pages | July 28, 2017
CAS CS 90758

CAS CS 90758

While the processor is in user mode the program being executed is unable to access protected system resources or to change mode, other than by causing an exception to occur. Program execution consists of repeating the process of instruction fetch […]

23 Pages | July 28, 2017
CAS CS 94230

CAS CS 94230

Not all machine languages include numeric data types. Because 16 symbols are used, the notation is called hexadecimal and the 16 symbols are the __________. Answer: hexadecimal digits In the absence of parentheses, the AND operation takes precedence over the […]

6 Pages | July 28, 2017
CDA 60953

CDA 60953

_______ law assumes a program in which a fraction (1- f )of the execution time involves code that is inherently serial and a fraction f that involves code that is infinitely parallelizable with no scheduling overhead. The two distinctive types […]

6 Pages | July 28, 2017
CDA 96553

CDA 96553

There are 50 tens in the number 509. The total number of threads defined is typically in the thousands to maximize the utilization of the GPU processor cores as well as maximize the available speedup. Answer: T From a user’s […]

6 Pages | July 28, 2017
CICS 29064

CICS 29064

The first commercial RISC product was _________. A. SPARC B. CISC C. VAX D. the Pyramid The _________ is that part of the computer that actually performs arithmetic and logical operations on data. Answer: Arithmetic and Logic Unit (ALU) The […]

13 Pages | July 28, 2017
CICS 58236

CICS 58236

In any number, the leftmost digit is referred to as the __________ digit because it carries the highest value. Binary 0001 0000 0000 represents ________ in hexadecimal. Answer: 100 A __________ RAM is a digital device that uses the same […]

5 Pages | July 28, 2017
CMCS 42882

CMCS 42882

The term _________ parallelism refers to the degree to which, on average, the instructions of a program can be executed in parallel. The U.S. national version of the International Reference Alphabet is referred to as __________. Answer: ASCII The traditional […]

5 Pages | July 28, 2017
CMCS 63257

CMCS 63257

Swapping is an I/O operation. The sequence of instruction cycles are always the same as the written sequence of instructions that make up the program. Answer: F The value of the mode field determines which addressing mode is to be […]

18 Pages | July 28, 2017
COMP 46692

COMP 46692

It is not possible to connect I/O controllers directly onto the system bus. The execute cycle is simple and predictable. Answer: F The basic element of a semiconductor memory is the memory cell. Answer: T The cycle time of an […]

25 Pages | July 28, 2017
COMP 73269

COMP 73269

__________ are caused by limited SFUs, double-precision multiplication, and branching. A. Structural hazards B. RAW data hazards C. Vertical hazards D. Latency hazards _______ applications embrace threading in a fundamental way. A. Multi-instance B. Multi-process C. Java D. Threaded Answer: […]

13 Pages | July 28, 2017
COP 48281

COP 48281

The sum of the seek time and the rotational delay equals the _________, which is the time it takes to get into position to read or write. A. access time B. gap time C. transfer time D. constant angular velocity […]

14 Pages | July 28, 2017
COP 51658

COP 51658

The disadvantage of the software poll is that it is time consuming. A __________ is a circular platter constructed of nonmagnetic material, called the substrate, coated with a magnetizable material. Answer: disk A key characteristic of a bus is that […]

5 Pages | July 28, 2017
COSC 20838

COSC 20838

With _________ encoding one field is used to determine the interpretation of another field. A. resource B. indirect C. direct D. functional Which of the following is a hardware technique that can be used in a superscalar processor to enhance […]

14 Pages | July 28, 2017
COSC 61516

COSC 61516

The Pentium 4 processor core consists of four major components: fetch/decode unit, out-of-order execution logic, memory subsystem, and __________. Opcodes are represented by abbreviations, called __________ that indicate the operation. Answer: mnemonics There are four types of I/O commands that […]

6 Pages | July 28, 2017
CS 44476

CS 44476

A number with both an integer and fractional part has digits raised to both positive and negative powers of 10. With a daisy chain the processor just picks the interrupt line with the highest priority. Answer: F The entire Gen8 […]

5 Pages | July 28, 2017
CS 53902

CS 53902

The __________ architecture is the architecture of IBM’s mainframe product line. The value to be loaded into the program counter can come from a binary counter, the instruction register, or the output of the ALU. Answer: T _________ paging means […]

5 Pages | July 28, 2017
CS 65090

CS 65090

The six things needed to specify the function of a processor are: operations (opcodes), addressing modes, registers, I/O module interface, memory module interface, and ________. The _________ global scheduler unit on the GPU chip distributes the thread blocks to the […]

5 Pages | July 28, 2017
CS 84804

CS 84804

The MIPS R4000 processor chip is partitioned into two sections, one containing the CPU and the other containing a _________ for memory management. In a __________ number system, each number is represented by a string of digits in which each […]

6 Pages | July 28, 2017
CS 92761

CS 92761

The number of bits used to represent various data types is an example of an architectural attribute. GPUs can be found in almost all of today’s workstations, laptops, tablets, and smartphones. Answer: T During a read or write operation, the […]

22 Pages | July 28, 2017
MPCS 10805

MPCS 10805

__________ refers to those attributes of a system visible to a programmer. For set-associative mapping the cache control logic interprets a memory address as three fields: Set, Word, and __________. Answer: Tag __________ heads are used in sealed drive assemblies […]

6 Pages | July 28, 2017
MPCS 32872

MPCS 32872

Multiple parallel pipelines are used in __________ . A. speculative execution B. data flow analysis C. superscalar execution D. branch prediction The _________ contains a word of data to be written to memory or the word most recently read. A. […]

13 Pages | July 28, 2017