3 votes
82
8 votes
84
3 votes
86
If $a_n = 4^n + 6^n$ Find the value of $a_{40} \text { mod } 25$
2 votes
89
If table is has only two coloumns,in which normal form would it be?
1 votes
90
3 votes
91
A cache has a capacity of 16 kbits and a line length of 128 bytes.how many set does cache have if it is 8 way set associative?A)16B)32 C)64D)none of the above
3 votes
92
Three times the first of three consecutive odd numbers is 3 more than twice the third.what is the third integer ?A.15 B. 9 C. 11 D.5
3 votes
94
Total order relation is Lattice or not please explain?
2 votes
95
The mean age of a combined group of men and women is 30 years.If the means of the age of men and women are respectively 32 and 27,then what is the percentage of women in ...
0 votes
96
For F(x,y,z)=$\sum (1,3,4,5)$ , what is the number of implicants and prime implicants?
13 votes
97
Choose the equivalent prefix form of the following expression(a+(b-c))*((d-e)/(f+g-h))*+a-bc/-de-+fgh*+a-bc-/de-+fgh*+a-bc/-ed-+fgh*+ab-c/-de-+fgh
8 votes
98
$\text{MD5}$ is a widely used hash function for producing hash value of$64$ bits$128$ bits$512$ bits$1024$ bits
6 votes
99
Pretty Good Privacy (PGP) is used in:Browser securityFTP securityEmail securityNone of the above
10 votes
100
11 votes
101
What is the output of the following program?#include<stdio.h int tmp=20; main() { printf("%d", tmp); func(); printf("%d", tmp); } func() { static int tmp=10; printf("%d",...
9 votes
102
The best data structure to check whether an arithmetic expression has balanced parenthesis is a:QueueStackTreeList
11 votes
103
ACID properties of a transactions areAtomicity, consistency, isolation, databaseAtomicity, consistency, isolation, durabilityAtomicity, consistency, integrity, durability...
5 votes
104
The number of swappings needed to sort the numbers $8 , 22, 7, 9, 31, 5, 13$ in ascending order using bubble sort is$11$$12$$13$$10$
11 votes
106
Which protocol suite designed by IETF to provide security for a packet at the Internet layer?IPSecNetSecPacketSecSSL
26 votes
107
$\begin{array}{|l|l|l|l|l|} \hline \textbf{Employee} & \textbf{Department} & \textbf{OT_allowance} \\ \hline \text{RAMA} & \text{Mechanical} & \text{5000} \\\hline \text{...
21 votes
108
The symmetric difference of sets $\text{A}=\{1,2, 3,4, 5, 6, 7, 8\}$ and $\text{B}= \{1, 3, 5, 6, 7,8,9\}$ is:$\{1, 3, 5, 6, 7,8\}$$\{2, 4, 9\}$$\{2, 4\}$$\{1, 2, 3, 4, 5...