Six chords of equal lengths are drawn inside a semicircle of diameter Find the area of the shaded region?
In this question, some parts of the sentence have been jumbled up. You are required to rearrange these parts which are labeled A, B, C and D to produce the correct sentence. Choose the proper sequence.
A. I will give you a copy of it.
B. The book was published in New York.
C. It is a very interesting book.
D. It deals with mankind's political future.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
In a school, 100 boys and 80 girls are examined in a test, 48% of the boys and 30% of girls passed. The percentage of the total who failed will be:
If GARMENT is written as 202691422137, how is INDULGE written in that code?
What is the value of log3 log3 equal to?
Choose the synonym of the following word.
CONTROVERSIAL
In a certain code, BRAIN is written as *%#× and TIER is written as $#+%. How is RENT written in that code?
The table lists the size of building lots in the Orange Grove subdivision and the people who are planning to build on those lots. For each lot, installation of utilities costs $12,516. The city charges impact fees of $3,879 per lot. There are also development fees of 16.15 cents per square foot of land.
How much land does Mr. Taylor own in the Orange Grove subdivision?
Choose the correct word that means the opposite or most nearly the opposite to nimble:
Walking at of his usual speed, a man reaches his destination two minutes early. What is the time taken by him to cover the same distance at his usual speed?
During a month with 30 days, a baseball team plays at least one game a day, but no more than 45 games. Show that there must be a period of some number of consecutive days during which the team must play exactly 14 games:
Consider the following statement:
S1: A graph where all edge weights are distinct can have more than one shortest path between two vertices.
S2: Adding a number on every edge of a graph may change the shortest path between two vertices.
Consider an array consisting of the following elements in unsorted order (placed randomly), but 60 as first element:
60, 80, 15, 95, 7, 12, 35, 90, 55
Quick sort partition algorithm is applied by choosing first element as pivot element. How many total number of arrangements of array integers is possible preserving the effect of first pass of partition algorithm?
Let A= {a, b} and L = A*. Let x = {anbn, n > 0}. The languages L ∪ X and X are respectively :
Eigenvector of the matrix be written in the form . What is the value of (a + b)?
In a computer system, the physical address space is 32 bits. The size of the pages is 4 KB. The maximum size of the page table of a process is 72 MB. Each table entry of the page contains 2 permission bit, 1 valid bit, 1 dirty bit along with the translation bits. What is the length of the virtual address supported by the given computer system (answer in bits)?
Consider the following C code:
#include<stdio.h>
int main()
{
int a[n];
int i, j, n, count = 0;
for(i=0; i < n; i++)
{
for(j=i+1; j < n; j++)
{
if(a[i] == a[j])
{
count++;
break;
}
}
}
printf("%d", count);
return 0;
}
If array a contains 56,2,18,56,2,11,2,18,12 then output of the above code is _________.
Which of the following is a valid array declaration statement in C programming?
In an ER model, suppose relation R is a 1 : M relationship from entity set Y to entity set X. Assume that X has participated totally and Y has participated partially in R and that the cardinality of X is greater than the cardinality of Y.
Which of the following option is/are true?
The following functional dependencies hold for relations X(KLMN) and Y(MVW):
N → K, M → N, K → L → N
The relation X contains 30 tuples and relation Y contains 20 tuples. Find the maximum relation of X∗Y (where ∗ is natural join).
Which of the following memory improves the speed of execution of a program?
Which of the following sequential circuit acts as a frequency divider?
Which of the following option is/are true?
Which of the following statements is/are false?
Consider the following statements:
S1: Using a larger block size in a fixed partition scheme may increase internal fragmentation.
S2: Variable partition and segmentation suffers from external fragmentation.
Which of the following above statement is true?
Consider a 4-bit Johnson counter with an initial value of 1000. The counting sequence of this counter is/are:
Note: MSB and LSB are not fixed for initial value.
Without any additional circuitry, an 8 : 1 MUX can be used to obtain:
A priority queue is implemented as a Max-Heap. Initially, it has 5 elements. The level-order traversal of the heap is: 10, 8, 5, 3, 2. Two new elements 1 and 7 are inserted into the heap in that order. The level-order traversal of the heap after the insertion of the elements is __________.
55 docs|215 tests
|
55 docs|215 tests
|