Short Computer Exam Quiz!

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 Sheeba
S
Sheeba
Community Contributor
Quizzes Created: 1 | Total Attempts: 138
Questions: 10 | Attempts: 138

SettingsSettingsSettings
Short Computer Exam Quiz! - Quiz

.


Questions and Answers
  • 1. 

    Which of the following condition is required for a deadlock to be possible?

    • A.

      Mutual exclusion

    • B.

      A process may hold allocated resources while awaiting assignment of other resources

    • C.

      No resource can be forcibly removed from a process holding it

    • D.

      All of the mentioned

    Correct Answer
    D. All of the mentioned
    Explanation
    A deadlock occurs when multiple processes are unable to proceed because each is waiting for a resource that is held by another process. In order for a deadlock to be possible, all of the mentioned conditions must be present. Mutual exclusion means that only one process can access a resource at a time, so if a process is holding a resource, it cannot be accessed by another process. A process may hold allocated resources while waiting for other resources, creating a situation where multiple processes are waiting for resources that are held by other processes. Finally, no resource can be forcibly removed from a process holding it, meaning that a process cannot be interrupted or have its resources taken away by another process.

    Rate this question:

  • 2. 

    What is the value of ceil(15.2)?

    • A.

      15

    • B.

      16

    • C.

      15.2

    • D.

      16.2

    Correct Answer
    B. 16
    Explanation
    The ceil() function returns the smallest integer that is greater than or equal to a given number. In this case, the given number is 15.2. Since 16 is the smallest integer that is greater than or equal to 15.2, the value of ceil(15.2) is 16.

    Rate this question:

  • 3. 

    Who is known as the father of C Language ?

    Correct Answer
    Dennis Ritchie, dennis ritchie, DennisRitchie, dennisritchie
    Explanation
    Dennis Ritchie is known as the father of the C Language. He was the creator of the C programming language and played a significant role in the development of Unix operating system. C language has been widely used and has greatly influenced the development of many other programming languages.

    Rate this question:

  • 4. 

    Which of the following is a type of computer storage containing non-volatile, permanent data that, normally, can only be read, not written to?

    • A.

      RAM

    • B.

      ROM

    • C.

      HDD

    • D.

      SSD

    Correct Answer
    B. ROM
    Explanation
    ROM stands for Read-Only Memory. It is a type of computer storage that contains non-volatile, permanent data. The data stored in ROM cannot be modified or written to by the user. It is typically used to store firmware or software instructions that are essential for the computer to boot up and perform basic functions. Unlike RAM (Random Access Memory), which is volatile and temporary, ROM retains its data even when the computer is powered off. HDD (Hard Disk Drive) and SSD (Solid State Drive) are types of secondary storage devices that can be written to and modified by the user.

    Rate this question:

  • 5. 

    The ______________ is the step by step instructions written to solve any problem.

    • A.

      Computer

    • B.

      Algorithm

    • C.

      Flowchart

    • D.

      Process

    Correct Answer
    B. Algorithm
    Explanation
    An algorithm is a set of step-by-step instructions that are written to solve a problem. It provides a clear and systematic approach to problem-solving and is used in various fields, including computer science, mathematics, and engineering. Algorithms are designed to be precise and unambiguous, allowing anyone to follow them and achieve the desired outcome. They serve as a blueprint for solving problems efficiently and effectively.

    Rate this question:

  • 6. 

    Maximum number of elements in the given array declaration is: int a[5][3];

    • A.

      3

    • B.

      5

    • C.

      8

    • D.

      15

    Correct Answer
    D. 15
    Explanation
    The maximum number of elements in the given array declaration is 15 because the array is declared as int a[5][3], which means it has 5 rows and 3 columns. Therefore, the total number of elements in the array is 5 * 3 = 15.

    Rate this question:

  • 7. 

    Which of the following statement is used to skip the current iteration and starts with the next iteration?

    • A.

      Break

    • B.

      Continue

    • C.

      Return

    • D.

      Exit(0)

    Correct Answer
    B. Continue
    Explanation
    The statement "continue" is used to skip the current iteration in a loop and move on to the next iteration. It is typically used within a loop structure to bypass the remaining code in the current iteration and start with the next iteration. This allows for selective execution of code within a loop based on certain conditions.

    Rate this question:

  • 8. 

    The compiler converts the programs written in assembly language into machine language. 

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement is false because the compiler does not convert programs written in assembly language into machine language. Instead, the assembler is responsible for translating assembly language code into machine language instructions. The compiler, on the other hand, translates high-level programming languages into machine code.

    Rate this question:

  • 9. 

     A system is in the safe state if ____________

    • A.

      The system can allocate resources to each process in some order and still avoid a deadlock

    • B.

      There exist a safe sequence

    • C.

       all of the mentioned

    • D.

      None of the mentioned

    Correct Answer
    A. The system can allocate resources to each process in some order and still avoid a deadlock
    Explanation
    A system is in the safe state if it can allocate resources to each process in some order and still avoid a deadlock. This means that the system has enough resources available to satisfy the resource requests of all processes and can allocate them in a way that ensures no deadlock will occur. In other words, the system is able to manage its resources effectively and prevent any process from being indefinitely blocked from accessing the resources it needs. This ensures the smooth execution of processes without the risk of deadlock.

    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
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 09, 2019
    Quiz Created by
    Sheeba
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.