Dip_test On Computer Technology

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Dipamoon
D
Dipamoon
Community Contributor
Quizzes Created: 1 | Total Attempts: 220
Questions: 10 | Attempts: 220

SettingsSettingsSettings
Dip_test On Computer Technology - Quiz


Login for Online Examination on CHSSC


Questions and Answers
  • 1. 

    Numbers are stored and transmitted inside a computer in

    • A.

      Binary form

    • B.

      ASCII code form

    • C.

      Decimal form

    • D.

      Alphanumeric form

    • E.

      None of this

    Correct Answer
    A. Binary form
    Explanation
    Numbers are stored and transmitted inside a computer in binary form because computers use a binary system, which consists of only two digits: 0 and 1. These digits, also known as bits, are used to represent data and instructions in the form of binary code. Each digit in a binary number represents a power of 2, allowing for efficient storage and manipulation of numerical data. Therefore, binary form is the most suitable and efficient way to store and transmit numbers within a computer system.

    Rate this question:

  • 2. 

    The minimum number of bits required to store the hexadecimal number FF is

    • A.

      2

    • B.

      4

    • C.

      8

    • D.

      16

    • E.

      20

    Correct Answer
    C. 8
    Explanation
    The hexadecimal number FF can be represented in binary as 11111111. Since there are 8 digits in the binary representation, the minimum number of bits required to store the hexadecimal number FF is 8.

    Rate this question:

  • 3. 

    The 4-bit binary number 0111 represents?

    • A.

      15

    • B.

      -7

    • C.

      7

    • D.

      -1

    • E.

      0

    Correct Answer
    C. 7
    Explanation
    The 4-bit binary number 0111 represents the decimal number 7. In binary representation, each bit represents a power of 2, starting from the rightmost bit being 2^0, the next bit being 2^1, and so on. In this case, the leftmost bit is 0, followed by three 1's. Therefore, the decimal value is calculated as 0 * 2^3 + 1 * 2^2 + 1 * 2^1 + 1 * 2^0, which equals 7.

    Rate this question:

  • 4. 

    The 8-bit binary number 1111 1111 represents

    • A.

      255

    • B.

      -255

    • C.

      -127

    • D.

      -1

    • E.

      128

    Correct Answer
    A. 255
    Explanation
    The 8-bit binary number 1111 1111 represents the decimal value 255. In binary, each bit represents a power of 2, starting from the rightmost bit as 2^0 and increasing by a power of 2 for each subsequent bit. In this case, all the bits are set to 1, which means that the decimal value is the sum of all the powers of 2 represented by the 1 bits. Adding up the powers of 2 from right to left, we get 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255. Therefore, the correct answer is 255.

    Rate this question:

  • 5. 

    A 20-bit address bus allows access to a memory of capacity

    • A.

      1 Mb

    • B.

      2 Mb

    • C.

      32 Mb

    • D.

      64 Mb

    • E.

      128 Mb

    Correct Answer
    A. 1 Mb
    Explanation
    A 20-bit address bus allows access to a memory of capacity 1 Mb. This means that the address bus can represent 2^20 different addresses, which is equal to 1,048,576 addresses. Since each address corresponds to a memory location, the memory capacity is 1 Mb.

    Rate this question:

  • 6. 

    Clock speed is measured in

    • A.

      Bits per second

    • B.

      Baud

    • C.

      Bytes

    • D.

      Hertz

    • E.

      None of this

    Correct Answer
    B. Baud
    Explanation
    Clock speed is not measured in bits per second or bytes, as these units are typically used to measure data transfer rates or storage capacities. Hertz is a unit of frequency, and while it is commonly used to measure clock speed, it is not the specific unit used to measure clock speed. Baud, on the other hand, is a unit that measures the number of signal changes per second in a communication channel. It is commonly used to measure the speed of data transmission in analog and digital communication systems, making it the correct answer in this case.

    Rate this question:

  • 7. 

    The von Neumann bottleneck is due to

    • A.

      Mismatch in speed between secondary and primary storage

    • B.

      Mismatch in speed between the CPU and primary storage

    • C.

      Slow speed of I/O devices

    • D.

      Low clock speeds

    • E.

      None of this

    Correct Answer
    D. Low clock speeds
    Explanation
    The von Neumann bottleneck refers to the limitation in processing speed caused by the low clock speeds of the CPU. In the von Neumann architecture, both data and instructions are stored in the same memory, resulting in a bottleneck when the CPU has to wait for instructions to be fetched. This bottleneck is further exacerbated by the slow clock speeds, which limit the number of instructions that can be executed per second. Therefore, the correct answer is low clock speeds.

    Rate this question:

  • 8. 

    Cache memory

    • A.

      Has greater capacity than RAM

    • B.

      Is faster to access than CPU registers

    • C.

      Is not permanent storage

    • D.

      Faster to access than DRAM

    • E.

      None of this

    Correct Answer
    C. Is not permanent storage
    Explanation
    Cache memory is a type of temporary storage that is faster to access than permanent storage options like RAM and DRAM. It is designed to store frequently accessed data and instructions to reduce the time it takes for the CPU to retrieve information. Unlike permanent storage, cache memory is not designed to hold data for long periods of time and is constantly being updated with new information. Therefore, cache memory is not considered as a permanent storage solution.

    Rate this question:

  • 9. 

    A machine cycle refers to

    • A.

      Fetching an instruction

    • B.

      Clock speed

    • C.

      Fetching, decoding and executing an instruction

    • D.

      Executing an instruction

    • E.

      None of this

    Correct Answer
    B. Clock speed
    Explanation
    A machine cycle refers to the speed at which a computer's central processing unit (CPU) executes instructions. It is a measure of how many instructions the CPU can process per second. Clock speed is directly related to the machine cycle, as it determines the frequency at which the CPU can execute instructions. A higher clock speed means a faster machine cycle, allowing the CPU to execute instructions more quickly. Therefore, the correct answer is "clock speed."

    Rate this question:

  • 10. 

    Modern processor chips may be classified as

    • A.

      LSI

    • B.

      ULSI

    • C.

      MIPS

    • D.

      SSI

    • E.

      None of this

    Correct Answer
    A. LSI
    Explanation
    LSI stands for Large Scale Integration, which refers to the level of integration of components on a processor chip. Modern processor chips are classified as LSI because they contain a large number of transistors and components integrated onto a single chip. This level of integration allows for higher performance, smaller size, and lower power consumption compared to previous generations of chips. ULSI (Ultra Large Scale Integration) refers to an even higher level of integration, but it is not mentioned in the options. MIPS (Million Instructions Per Second) and SSI (Small Scale Integration) are not appropriate classifications for modern processor chips. Therefore, the correct answer is LSI.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Apr 06, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 11, 2009
    Quiz Created by
    Dipamoon
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.