Question
In a lottery, there are 4 prizes and 20 blanks. A
lottery is drawn at random. What is the probability of getting a prize?Solution
P (getting a prize) = 4/(4 + 20) = 4/24 = 1/6
Which of the following statements accurately describes the layer functionality of a router in network communication?
Bourne-style shells uses which below symbol
In R, which function reshapes data from long to wide format?
In C++, what mechanism is primarily used to achieve runtime polymorphism?
Fill in the correct option for 28 blank space.
What is the range of the header of a TCP segment in bytes?
A system uses a 32-bit logical address space and a page size of 4KB. If each page table entry (PTE) is 4 bytes, how many entries can a single-level page...
Which of the following is a major advantage of using a Mesh Network topology over a Star topology in large-scale networks?Â
A C function print_matrix(int rows, int cols, int matrix[rows][cols]) is designed to print a matrix.
#include
void print_matrix(...
Which register stores the temporary results during computation?