Preview

Nt1310 Unit 1 Study Guide

Satisfactory Essays
Open Document
Open Document
378 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Nt1310 Unit 1 Study Guide
1. _____________ is the ability of a central processing unit (CPU) or a single core in a multi-core processor to execute multiple processesor threads concurrently
A. Answer : multithreading
B. Multicore
C. Multiprocessor
D. None of these
2. Multiple threads can interfere with each other when sharing hardware resources such as caches or translation lookaside buffers (TLBs). As a result, execution times of a single thread are not improved but can be degraded, even when only one thread is executing, due to lower frequencies or additional pipeline stages that are necessary to accommodate thread-switching hardware.
A. Answer : True
B. False
3. Hyper threading is used to improve the _____________ of the processor
A. Serial transfer
B. Coherent
C. synchronous
D.
…show more content…
Answer: parallelization

4. The simplest type of multithreading occurs when one thread runs until it is blocked by an event that normally would create a ___________
A. Fast stall
B. Immediate stall
C. Answer: long-latency stall
D. short latency stall
5. The term _________________ is used to denote when instructions from only one thread can be issued at a time.
A. Permanent hyper threading
B. Answer: temporal multithreading
C. All of the above
D. None of the above
6. If the multithreading scheme replicates all of the software-visible state, including privileged control registers and TLBs, then it enables _________ to be created for each thread.
A. Virtual reality
B. Multi processor
C. Answer: virtual machines
D. TLB
7. multi-core is usually the term used to describe two or more CPUs working together on the ______ chip
A. Answer: same
B. Different
C. Higher range
D. Hifi
8. In These multicore processor single integrated circuits are called a________.
A.

You May Also Find These Documents Helpful

  • Good Essays

    1 Which statements are true concerning the shared memory buffering used by an Ethernet switch? (Choose two.)…

    • 2145 Words
    • 9 Pages
    Good Essays
  • Satisfactory Essays

    CPU is the Central Processing Unit. This is the key component or even the “brain” of the computer. The CPU carries out all the instructions and every single instruction must go through the CPU prior to being performed. It executes arithmetic, logical and input/output operations.…

    • 204 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    Nt1310 Unit 5 Essay

    • 437 Words
    • 2 Pages

    CPU – Register, ALU, control unit - The CPU is a type of processor which acts as the brains of a computer and is an important part of any computer.…

    • 437 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    What is the difference between a multiprocessor and a multiprocessing system? Multiprocessor is when a computer has more than one processor to do the work, Multiprocessing is when one processor does multiple jobs at once. 4. Where on the disk should you put your /boot partition or the root (/)…

    • 680 Words
    • 10 Pages
    Satisfactory Essays
  • Good Essays

    It240 Appendix F

    • 1093 Words
    • 5 Pages

    |Processor |A piece of a computer, such as the central processing unit, that preforms |…

    • 1093 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    Chapters 1-4

    • 1910 Words
    • 8 Pages

    6. The Windows shell operates in _____ mode and the kernel operates in _____ mode.…

    • 1910 Words
    • 8 Pages
    Powerful Essays
  • Good Essays

    Which of the following is a task usually performed by the BIOS? (Choose all that apply.)…

    • 2490 Words
    • 10 Pages
    Good Essays
  • Satisfactory Essays

    Exercise 8 Study Guide

    • 398 Words
    • 2 Pages

    1. Under the above policy, 2 processes can be run simultaneously or active at once.…

    • 398 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Java

    • 5076 Words
    • 21 Pages

    Explanation: B) Programs are classified as software to differentiate them from the mechanisms of the computer (hardware). Storage and the processor are two forms of hardware while input is the information that the program processes.…

    • 5076 Words
    • 21 Pages
    Good Essays
  • Satisfactory Essays

    Computer and Correct Answer

    • 7687 Words
    • 31 Pages

    A(n) ____ allows others besides the manufacturer to develop software to run on the system or device.…

    • 7687 Words
    • 31 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Registers: Area in microprocessors where data or instructions are moved so they can be processed.…

    • 272 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    mas preboard

    • 7230 Words
    • 30 Pages

    b. The technique of executing a set of computer programs such that each completed before the next program of the set is started.…

    • 7230 Words
    • 30 Pages
    Powerful Essays
  • Good Essays

    A graph that deals with data divided into segments and operates on each segment simultaneously uses component parallelism…

    • 2771 Words
    • 12 Pages
    Good Essays
  • Good Essays

    Mcse 011(Mca 5)Ignou

    • 1946 Words
    • 8 Pages

    A.J.Bernstein has elaborated the work of data dependency and derived some conditions based on which we can decide the parallelism of instructions or processes. Bernstein conditions are based on the following two sets of variables: i) The Read set or input set RI that consists of memory locations read by the statement of instruction I1. ii) The Write set or output set WI that consists of memory locations written into by instruction I1. The sets RI and WI are not disjoint as the same locations are used for reading and writing by SI. The following are Bernstein Parallelism conditions which are used to determine whether statements are parallel or not: 1) Locations in R1 from which S1 reads and the locations W2 onto which S2 writes must be mutually exclusive. That means S1 does not read from any memory location onto which S2 writes. It can be denoted as: R1∩W2= 2) Similarly, locations in R2 from which S2 reads and the locations W1 onto which S1 writes must be mutually exclusive. That means S2 does not read from any memory location onto which S1 writes. It can be denoted as: R2∩W1= 3) The memory locations W1 and W2 onto which S1 and S2 write, should not be read by S1 and S2. That means R1 and R2 should be independent of W1 and W2. It can be denoted as : W1∩W2= To show the operation of Bernstein’s conditions, consider the following instructions of sequential program:…

    • 1946 Words
    • 8 Pages
    Good Essays
  • Good Essays

    What Is a Database?

    • 626 Words
    • 3 Pages

    * This is specially the case with client-server, near-real time transactional systems, in which multiple users have access to data, data is concurrently entered and inquired for in ways that preclude single-thread batch processing. Most of the complexities of those requirements are still present with personal, desktop-based database systems.…

    • 626 Words
    • 3 Pages
    Good Essays