Which of the following arguments are not valid?
(a) 'If Gora gets the job and works hard, then he will be promoted. If Gora gets promotion, then he will be happy. He will not be happy, therefore, either he will not get the job or he will not work hard'.
(b) 'Either Puneet is not guilty or Pankaj is telling the truth. Pankaj is not telling the truth, therefore, Puneet is not guilty'.
(c) If n is a real number such that n > 1, then n2 > 1. Suppose that n2 > 1, then n > 1.
If an image has a height of 4 inches and an aspect ratio of 3 : 2, then what will be the width of the image?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
The code for C:
# include <stdio.h>
int main ()
{
int i = 0;
while (i < 3)
i++;
printf (" In while loop\n");
}
How many times 'i' value is checked?
Which of the following basic steps are needed in order to perform a memory read operation?
1. The address of the location from which the word is to be read is loaded into the memory address register (MAR).
2. A signal, called read (issued by the CPU indicating that the word whose address is in the MAR) is to be read into the MDR.
3. Corresponding to the memory delay in reading the specified word, the required word will be loaded by the memory into the MDR ready for use by the CPU.
Select the correct answer using the code given below.
Find the correct match for terms in Column I to those in Column II:
Consider the following table of arrival time and burst time for three processes P0, Pl and P2.
The pre-emptive shortest job first scheduling algorithm is used. Scheduling is carried out only at arrival or completion of processes. What is the average waiting time for the three processes?
Which of the following languages over the alphabet ∑ = {0, 1} is regular?
I. 0n1m
II. 0n1m where m = n + 1
III. 0m1n where m ≡ n (mod 3).
There are n jobs are waiting in the ready queue and the CPU uses a non-preemptive shortest job first scheduling algorithm. what is the time complexity of the shortest job first algorithm when jobs are non-preemptive in nature?
Which of the following statement is False about inter-process communication?
I. The shared memory method can allow access to a common data area even amongst the processes that are not related.
II. In message based IPC at the receiver end, messages are put in a stack.
III. In direct message passing, the communication link get established automatically.
Which of the following is NOT a characteristic of an SRS document?
_____ register Connected to the Processor bus is a single-way transfer capable.
The reason for software bugs and failures is due to ____________.
Which of the following is not a characteristic of High-level languages?
The register used to store the flags is called as _________.
The assembler stores all the names and their corresponding values in ______.
The computer architecture aimed at reducing the time of execution of instructions is ________.
The primary aim of structural optimization is to determine the __________.
How the new states are generated in genetic algorithm?
Physical memory is divided into sets of finite size called as __________.
______________ can be defined as the duplication of another creator’s or developer’s product trailing a thorough examination of its production or development.
Which of the following is not of the same group?
What will happen when a process terminates?
_________ hides the limitations of Java behind a powerful and concise Clojure API for Cascading.
Does the Load instruction do the following operation/s?
During the transfer of data between the processor and memory, we use ________.
Solve for x: log2(x2-3x)=log2(5x-15).