0% found this document useful (0 votes)
18 views7 pages

A卷 1

The document is an exam paper for the Computer Organization and Architecture course at Chongqing University of Posts and Telecommunications for the 2020-2021 academic year. It includes multiple-choice questions, fill-in-the-blank questions, true or false questions, short answer questions, calculation questions, and a comprehensive question related to memory chip construction. The content covers various topics in computer architecture, memory, and instruction processing.

Uploaded by

wasanafer09ps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views7 pages

A卷 1

The document is an exam paper for the Computer Organization and Architecture course at Chongqing University of Posts and Telecommunications for the 2020-2021 academic year. It includes multiple-choice questions, fill-in-the-blank questions, true or false questions, short answer questions, calculation questions, and a comprehensive question related to memory chip construction. The content covers various topics in computer architecture, memory, and instruction processing.

Uploaded by

wasanafer09ps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Chongqing University of Posts and Telecommunications

The Second Semester of the 2020-2021


Computer Organization and Architecture(A)

一、Single choice questions (15 points, each one is 1 point)

1. Which belongs to the application software in computer system ( )

A. Operation system B. standard libraries C. office D. diagnostic program

2. 16GB = ______kb ( )

A. 210 B. 224 C. 230 D. 240

3. Which one does not belong to the hierarchy of a computer system ( )

A. high-level language level

B. assembly language level

C. operation system level

D. Hardware abstraction level

4. which one does not belong to the mapping methods between main memory and cache( )

A. Direct mapping

B. Full associative mapping

C. Group associative mapping

D. Group Full associative mapping

5. Which is not a classification of memory ( )

A. Random access memory

B. Sequential storage

C. Semi-sequential storage

D. Full sequential memory

6. Which one is not correct ( )

PAGE \* MERGEFORMAT2
A. Program - A series of instructions used to solve real problems

B. Instruction -- a command that causes the computer to perform an operation

C. Microinstructions: microprogram-level commands that belong to software

D. Machine instruction: it can perform an independent arithmetic or logical operation

7. The "decimal addition" instruction usually uses the BCD code to add decimal Numbers. When
the sum of two digits is less than or equal to 9, the result is correct; when the sum of two digits is
greater than 9, the sum must be corrected by adding 6. Which of the following is not true?

A. 3+4 = 0111

B. 8+7 = 1111

C. 25+36 = 0110 0001

D. 6+8 =0001 0100

8. A binary number 10110110 can be expressed as decimal number, which one is correct ( )

A -74

B -54

C -68

D -48

9. Which one is not belong to bus connection mode? ( )

A. single bus
B. double bus
C. three bus
D. the bridge bus

10. which one is not belong to peripherals classification? ( )

A. Input/output device

B. data communication equipment

C. Main memory

D. process control equipment

PAGE \* MERGEFORMAT2
11. which one does not belong to peripheral information exchange methods? ( )

A. Program query mode

B. program interrupt mode

C. Channel way

D. input/output processor

12. After fetching instruction, the program counter (PC) register holds ( )

A. The address of the current instruction

B. The number of instructions in the program

C. Number of instructions executed

D. Address of next instruction

13. why use memory in computer system? ( )

A. Increase main memory speed

B Expand the access space of auxiliary storage

C Expand the addressing space of memory

D. All the above are right

14. The technique used for the Cache is ( )

A、DRAM B、SDRAM C、ROM D、SRAM

15. In order to complete the arithmetic operation of two Numbers in a single address instruction,
one operand is specified in the address code, another number is often use ( )

A. Stack addressing

B. immediate addressing

C. implicit addressing

D. indirect addressing

二. fill-in-the-blank questions (10 points , each one is 1 point)

PAGE \* MERGEFORMAT2
1.what is the definition of memory bandwidth _______________________________________.

2. According to the operating speed of the peripheral, the timing method of CPU and peripheral
contains three cases, such as ______________, slow or medium speed peripheral, and high-speed
peripheral.

3.What is the definition of bus? ________________________________________________.

4.From the perspective of the development and evolution of computer system structure,
______________________ is the central system structure of modern computers.

5.what is the function of status condition register (PSW)? ______________________________

6. what is the definition of data path__________________________________.

7. If the access period of a storage system is 400ns and each access period can access 16 bits, what
is the bandwidth of the storage?__________

8. In register indirection method, the operand is at _____________.

9. Data replacement problems often occur in the storage system's Cache and main memory
hierarchy. We usually use the replacement algorithm, such as_____________and Least recently
used algorithm ( LRU).

10.what is the instruction cycle?_______________________________________

三、True or False question(10 points, each one is 1 point)

1. computer software usually contains system software and application software. ( )

2. Cyclic redundancy is usually used for parallel data transmission. ( )

3. The basic design of cache is to fill the speed gap between main memory and cpu. ( )

4. Group associative mapping is a compromise between direct mapping and full associative
mapping. ( )

5.immediate addressing has the advantages of accessing memory once during execution. ( )

6. Basic composition of CPU contains arithmetic unit, controller, and outside-chip cache. ( )

7.simultaneity means that two or more events in the same interval, concurrency means that more
than two events occur at the same time. ( )

PAGE \* MERGEFORMAT2
8. the bus usually has the characteristics of physical characteristic, functional characteristic,
electrical characteristic and time characteristic. ( )

9. the information recording order of the disk group is organized by surface: surface 0, track 0 ->
surface 1, track 0-> …. -> surface n, track 0, -> surface 0, track 1 -> surface 0, track 1,….. ( )

10. channel way usually has low hardware cost, its transfer efficiency is high, it can reduce the
workload of the cpu. ( )

四、Short Answer Questions (30 points, each one is 5 points)

1. Please briefly describe the five modules of Von Neumann architecture and their functions. (5
points)

2. Please explain the meaning of the following terms, such as main memory, memory word, CU,
ALU, ROM. (5 points)

3. Please describe the main function parts of the microprogram controller and explain their
functions. (5 points)

4. Please describe the CPU interrupt processing?(5 points)

5. Please describe the differences between RISC and CISC instruction systems. (5 points)

6. Describe the difference between simultaneity and concurrency. (5 points)

PAGE \* MERGEFORMAT2
五、 Calculation questions(20 points, each one is 5 points)

1.When the CPU executes a program, the number of cache accesses is 1700, and the number of
main memory accesses is 100. It is known that the cache access cycle is 40ns, and the main
memory access cycle is 240ns. Please calculate the efficiency and average access time of the
cache / main memory system. (5 points)

2. Please write the original code, inverse code, complement code of the following number. (5
points)

-123

3.The disk group has 4 disks, each disk has 2 record surfaces, the top and bottom faces are not
used. The storage area has an inner diameter of 11cm, an outer diameter of 22cm, a track density
of 20 tracks/cm, an inner layer bit density of 200 bits /cm, the rotation speed is 5400 RPM. ask: (5
points)

(1) How many cylinders are there? (1 point)

(2) What is the total storage capacity of the disk group? (2 points)

(3) What is the data transmission rate? (2 points)

4. Give a simple program as follows: (5 points)

PAGE \* MERGEFORMAT2
Address Instructions Explain

100 Set (R0) =00, (R1) =20; (R2) =30, (R3) =40 before executing program

101 MOV R2 , R3 Transmit command mov execution(R3)R2

102 LAD R3 , 7 Fetch instruction lad fetches data from unit 7100R1

(1) please analyze the instruction cycle of mov R2, R3 (2 points)

(2) please analyze the control signal in command cycle of mov R2, R3 (3 points)

六、comprehensive question (15 points)

An SRAM chip of 2M×8 is used to construct a memory of 16M×8 , answer these questions
below:

(1) How many the total chips are needed,how to extend?(3 points)

(2) How to connect data lines?(4 points)

(3) How to connect address lines?(4 points)

(4) How to connect control line?(4 points)

PAGE \* MERGEFORMAT2

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy