Recent questions tagged goclasses2024-mockgate-14

6 6 votes
1 1 answer
1.3k
1.3k views
The graph shows styles of music on a playlist. Country music songs are added to the playlist so that now $40\%$ of the songs are Country. If the ratio of Hip Hop songs to...
8 8 votes
1 1 answer
1.3k
1.3k views
The numbered net shown is folded to form a cube. What is the product of the numbers on the four faces sharing an edge with the face numbered 1?120144180240
7 7 votes
1 1 answer
939
939 views
In the diagram, there are 26 levels, labelled A, B, C, . . . , Z. There is one dot on level A. Each of levels B, D, F, H, J, . . ., and Z contains twice as many dots as t...
4 4 votes
1 answers 1 answer
824
824 views
Choose the most appropriate alternative from the options given below to complete the following sentence:Mistakes involving wrong posting are called as errors of _______.C...
5 5 votes
1 1 answer
762
762 views
The diagram shows a square divided into eight pieces. Which shape is not one of those pieces?
3 3 votes
2 answers 2 answers
872
872 views
Select the grammatically incorrect sentence from the options given.The case holding the plates are broken.Either Ravi or Reena is attempting to come today.Both Ali and An...
6 6 votes
2 2 answers
743
743 views
A class of 30 students was asked what they did on their winter holiday. 20 students said that they went skating. 9 students said that they went skiing. Exactly 5 students...
9 9 votes
1 1 answer
736
736 views
In her last basketball game, Jackie scored 36 points. These points raised the average (mean) number of points that she scored per game from 20 to 21. To raise this averag...
6 6 votes
1 1 answer
1.6k
1.6k views
The positive integers are arranged in rows and columns, as shown, and described below.The odd numbered rows list six positive integers in order from left to right beginni...
4 4 votes
1 1 answer
720
720 views
In the diagram, a figure is formed dividing a square into eight identical pieces using its two diagonals and the two lines joining the midpoints of opposite sides, and th...
6 6 votes
2 2 answers
1.3k
1.3k views
Consider the following network, which consists of two routers (R1 and R2), two switches (S1 and S2), and four hosts (H1, H2, H3, and H4).Suppose H1 wants to send packet t...
4 4 votes
1 1 answer
831
831 views
Consider the sender's view of the sequence numbers in Go-Back-N protocol. Suppose the first sequence number in the sender's window is $k$, and the last sequence number in...
6 6 votes
1 1 answer
805
805 views
Division operator in relational algebra is appropriate to handle which of the following query types?employees work on at most one of the critical projectsemployees work o...
7 7 votes
3 3 answers
1.5k
1.5k views
A B-Tree of order $m$ is an $m$-way search tree. What is the minimum number of keys that can be stored on the leaf level of a B-Tree of order 20 with 3 levels? (Note: th...
14 14 votes
1 1 answer
1.4k
1.4k views
Let $\mathrm{G}$ be a simple undirected graph on 8 vertices such that there is a vertex of degree 1 , a vertex of degree 2 , a vertex of degree 3 , a vertex of degree 4, ...
9 9 votes
1 1 answer
1.0k
1.0k views
Consider the following C code:double A [3] = {{1, 2, 3}, {4, 5, 6}};Assume that A[0] = 0xFFAA0000 and the sizeof(double) is 8.What will be the value of A ?0xFFAA00240x...
6 6 votes
1 1 answer
977
977 views
Consider the following function.If $n$ and $\mathrm{k}$ are positive integers, then the least value of $\mathrm{k}$ such that $\mathrm{f}(\mathrm{k})>n$ is approximately$...
6 6 votes
2 2 answers
1.9k
1.9k views
Bob writes down a number between 1 and 1,000. Mary must identify that number by asking "yes/no" questions of Bob. Mary knows that Bob always tells the truth. If Mary uses...
4 4 votes
2 2 answers
1.4k
1.4k views
Which of the following frequencies for A,B,C and D can generate the following Huffman tree? (Select all that apply.)$p_A=0.4, p_B=0.3, p_C=0.2, p_D=0.1$$p_A=0.35, p_B=0.2...
3 3 votes
2 2 answers
1.6k
1.6k views
Consider the following array$: [32, 33, 5, 2, 14, -4, 22, 39, 34, -9].$ We apply a certain sorting algorithm and observe that the array has been modified to $[2, 5, 14, 3...
3 3 votes
2 2 answers
1.2k
1.2k views
Suppose we have events $A, B$ in a sample space. And we know that $\mathrm{P}(\mathrm{A})=0.3, \mathrm{P}\left(\mathrm{B} \mid \mathrm{A}^c\right)=0.25, \mathrm{P}(\mathr...
5 5 votes
1 1 answer
765
765 views
Let $A$ be a $20 \times 11$ matrix with real entries. After performing some row operations on $A$, we get a matrix $B$ which has 12 nonzero rows. Which of the following i...
8 8 votes
1 1 answer
991
991 views
Consider the context switch of a CPU from the context of process P1 to that of process P2.Consider the following two events in the chronological order of the events durin...
3 3 votes
3 3 answers
1.3k
1.3k views
Consider a job A arrives at time $T=0$ and job length of $500 \mathrm{~ms}$. Job $B$ arrives at time $\mathrm{T}=100 \mathrm{~ms}$ with a length of $100 \mathrm{~ms}$.Con...
6 6 votes
1 1 answer
1.4k
1.4k views
A host uses a variety of protocols to discover information about the network it is connected to. Which of the following statements are TRUE?To perform a DNS lookup, a hos...
3 3 votes
0 0 answers
1.7k
1.7k views
7 7 votes
2 2 answers
915
915 views
What is a statically allocated variable in C programming? A variable allocated at an absolute address in a program’s data spaceA variable allocated on the stackA variable...
2 2 votes
1 1 answer
1.2k
1.2k views
Consider function $\mathbf{G}(\mathbf{A}, \mathbf{B}, \mathbf{C})=\mathbf{A B}+\mathbf{B C}$. Let $\mathbf{F}(\mathbf{A}, \mathbf{B}, \mathbf{C})$ be the dual of $\mathbf...
6 6 votes
1 1 answer
1.3k
1.3k views
The largest positive number in 2's complement format represented with 8-bits is:$(\mathrm{FF})_{16}$$(128)_{10}$$(777)_8$$(01111111)_2$
8 8 votes
1 answers 1 answer
977
977 views
Consider the function $f\left(x_1, x_2, x_3\right)=x_1 \cdot x_2 \cdot x_3+\bar{x}_1 \cdot \bar{x}_2 \cdot \bar{x}_3+\bar{x}_1 \cdot x_2 \cdot \bar{x}_3+\bar{x}_1 \cdot x...